Clean the sources before building the .tgz

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8644 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-17 11:18:47 +00:00
parent 314f1eacbf
commit 37217ccf3f

View file

@ -33,10 +33,9 @@ TGZ_MAKE_LOADED=yes
#
# Build a .tgz with the whole directory tree
# Attention - the source tree should be clean !
#
tgz:
@echo "Generating the .tgz..."; \
tgz: distclean
@echo "Generating the .tgz in the parent directory..."; \
SNAPSHOT_DIR=`basename $$(pwd)`; \
cd ..; \
if [ "$$SNAPSHOT_DIR" != "$(PACKAGE_NAME)-$(VERSION)" ]; then \