mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
314f1eacbf
commit
37217ccf3f
1 changed files with 2 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue