Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into almostcore
Browse files Browse the repository at this point in the history
  • Loading branch information
willixix committed Sep 22, 2012
2 parents 338efb4 + 2ade741 commit 4f43575
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -391,5 +391,11 @@ pkgset: nagios.SPARC.pkg.tar.gz
pkgclean:
rm -rf pkg Prototype nagios.SPARC.pkg.tar.gz

dist: distclean
rm -f nagios-$(VERSION)
ln -s . nagios-$(VERSION)
tar zhcf nagios-$(VERSION).tar.gz --exclude nagios-$(VERSION)/nagios-$(VERSION).tar.gz --exclude nagios-$(VERSION)/nagios-$(VERSION) --exclude RCS --exclude CVS --exclude build-* --exclude *~ --exclude .git* nagios-$(VERSION)/
rm -f nagios-$(VERSION)

# Targets that always get built
.PHONY: indent clean clean distclean dox

0 comments on commit 4f43575

Please sign in to comment.