Introduction
Introduction Statistics Contact Development Disclaimer Help
tar target makes a .gz too, for CRAPPY Pipex reasons. - susmb - mounting of SMB…
git clone git://git.codemadness.org/susmb
Log
Files
Refs
README
LICENSE
---
commit bba4f0b2f52353d7f5d1d623abcb1a511a4123df
parent dacaf8a481832976d782523fee34e60fce1cf257
Author: geoff <devnull@localhost>
Date: Sun, 7 May 2006 22:59:51 +0000
tar target makes a .gz too, for CRAPPY Pipex reasons.
Diffstat:
M Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
@@ -58,7 +58,7 @@ clean:
distclean: clean
- $(RM) core usmb-*.tar.bz2 doc/*.mdzip.bak
+ $(RM) core usmb-*.tar.bz2 usmb-*.tar.gz doc/*.mdzip.bak
install-strip: STRIPFLAGS = -s
@@ -81,7 +81,8 @@ tar:
rm -rf $(STAGING)/MT
(cd $(STAGING)/..; \
make -C $(STAGING) distclean ; \
- tar jcf $(PWD)/usmb-$(VERSION).tar.bz2 usmb-$(VERSION))
+ tar jcf $(PWD)/usmb-$(VERSION).tar.bz2 usmb-$(VERSION) ; \
+ tar zcf $(PWD)/usmb-$(VERSION).tar.gz usmb-$(VERSION))
rm -rf $(STAGING)
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.