aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.devel
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2005-07-15 12:55:18 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2005-07-15 12:55:18 +0000
commit3ecd0e661340b2cee9b5dd2c25b1ae58ab164459 (patch)
tree5eddbc26b290641050eeb716a8b0e8ab285cf41d /Makefile.devel
parent57a2144eceeff7d97c4bc830cb7c4e6a99890def (diff)
fix tar arg order
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel
index 5b427830..a33d634d 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -431,7 +431,7 @@ dist:
-(cd $(DISTBUILDIR); ls $(IGNOREDFILES) > ignoredfiles; echo ignoredfiles >> ignoredfiles)
# link the long name to short name for convenience of user
(cd $(DISTBUILDIR); ln -sf $(RELEASENAME) $(NAME))
- $(TAR) cvzf $(DISTBUILDIR)/$(RELEASENAMETARGZ) -C $(DISTBUILDIR) $(RELEASENAME) $(NAME) -X $(DISTBUILDIR)/ignoredfiles
+ $(TAR) cvzf $(DISTBUILDIR)/$(RELEASENAMETARGZ) --directory $(DISTBUILDIR) --exclude-from $(DISTBUILDIR)/ignoredfiles $(RELEASENAME) $(NAME)
@echo "*************************************************"
@echo " Making zip file..."
@echo "*************************************************"