summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarty Connor2008-02-14 23:40:45 +0100
committerMarty Connor2008-02-14 23:40:45 +0100
commite6ff84b2d1aebfb162a76f2ba551b83252dde585 (patch)
treeb12fbe0cb76ef05a393178802fd54fde3719201f
parentUpdated $(VERSION) for release. Change tarball generation. (diff)
downloadipxe-e6ff84b2d1aebfb162a76f2ba551b83252dde585.tar.gz
ipxe-e6ff84b2d1aebfb162a76f2ba551b83252dde585.tar.xz
ipxe-e6ff84b2d1aebfb162a76f2ba551b83252dde585.zip
Make tarball generation quieterv0.9.3
Deleting bin/deps after "make veryclean" keeps deps from being regenerated in the tarball.
-rw-r--r--src/Makefile.housekeeping2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index f29f2596..ba306ca5 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -593,7 +593,7 @@ tarball : ../VERSION
$(RM) -r /tmp/$(USER)/gpxe-$(VERSION)
mkdir -p /tmp/$(USER)/gpxe-$(VERSION)
cp -rP .. /tmp/$(USER)/gpxe-$(VERSION)
- ( cd /tmp/$(USER)/gpxe-$(VERSION)/src ; $(RM) -r bin/deps; $(MAKE) clean ; $(MAKE) veryclean )
+ ( cd /tmp/$(USER)/gpxe-$(VERSION)/src ; $(MAKE) veryclean ; $(RM) -r bin/deps )
( cd /tmp/$(USER); tar cf /tmp/$(USER)/gpxe-$(VERSION).tar --exclude ".git*" --exclude "#*" \
--exclude "*~" gpxe-$(VERSION) )
bzip2 -9 < /tmp/$(USER)/gpxe-$(VERSION).tar > /tmp/$(USER)/gpxe-$(VERSION).tar.bz2