summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-11-04 16:48:59 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-11-04 16:48:59 +0000
commitb887a225f6194a063374b21fcb08d69cab590777 (patch)
tree86359784cbed00c1c7f0c93df3f933d6c1809248
parenta137901ddef704756b63c7b1661f570f0f0e4483 (diff)
downloadexecline-2.1.4.4.tar.xz
Revert make tgz change (needs to be ok without config.mak)v2.1.4.4
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 867f033..f5b8657 100644
--- a/Makefile
+++ b/Makefile
@@ -63,11 +63,12 @@ distclean: clean
@exec rm -f config.mak src/include/$(package)/config.h
tgz: distclean
- @rm -rf /tmp/$(package)-$(version) && \
- cp -a . /tmp/$(package)-$(version) && \
+ @. package/info && \
+ rm -rf /tmp/$$package-$$version && \
+ cp -a . /tmp/$$package-$$version && \
cd /tmp && \
- tar -zpcv --owner=0 --group=0 --numeric-owner --exclude=.git* -f /tmp/$(package)-$(version).tar.gz $(package)-$(version) && \
- exec rm -rf /tmp/$(package)-$(version)
+ tar -zpcv --owner=0 --group=0 --numeric-owner --exclude=.git* -f /tmp/$$package-$$version.tar.gz $$package-$$version && \
+ exec rm -rf /tmp/$$package-$$version
strip: $(ALL_LIBS) $(ALL_BINS)
ifneq ($(strip $(STATIC_LIBS)),)