/[public]/getopt/trunk/Makefile
ViewVC logotype

Diff of /getopt/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 326 Revision 368
15# Define this to 1 if you do not have the gettext routines 15# Define this to 1 if you do not have the gettext routines
16WITHOUT_GETTEXT=0 16WITHOUT_GETTEXT=0
17 17
18# For creating the archive 18# For creating the archive
19PACKAGE=getopt 19PACKAGE=getopt
20VERSION=1.1.4 20VERSION=1.1.5
21BASENAME=$(PACKAGE)-$(VERSION) 21BASENAME=$(PACKAGE)-$(VERSION)
22UNLIKELYNAME=a8vwjfd92 22UNLIKELYNAME=a8vwjfd92
23 23
24SHELL=/bin/sh 24SHELL=/bin/sh
25 25
103 $(RM) -r $(UNLIKELYNAME) 103 $(RM) -r $(UNLIKELYNAME)
104 mkdir $(UNLIKELYNAME) 104 mkdir $(UNLIKELYNAME)
105 ln -s .. $(UNLIKELYNAME)/$(BASENAME) 105 ln -s .. $(UNLIKELYNAME)/$(BASENAME)
106 cd $(UNLIKELYNAME) && tar cfvzp ../$(BASENAME).tar.gz --exclude='CVS' --exclude='*.tar.gz' --exclude=$(UNLIKELYNAME) $(BASENAME)/* 106 cd $(UNLIKELYNAME) && tar cfvzp ../$(BASENAME).tar.gz --exclude='CVS' --exclude='*.tar.gz' --exclude=$(UNLIKELYNAME) $(BASENAME)/*
107 $(RM) -r $(UNLIKELYNAME) 107 $(RM) -r $(UNLIKELYNAME)
108
109.PHONY: test
110test: all
111 ./run-tests

Legend:
Removed from v.326  
changed lines
  Added in v.368

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26