current GNUmakefile.in,1.237,1.238
Fabian Keil <[email protected]>
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16267 Modified Files: GNUmakefile.in Log Message: Remove obsolete reference to Redhat spec file Index: GNUmakefile.in =================================================================== RCS file: /cvsroot/ijbswa/current/GNUmakefile.in,v retrieving revision 1.237 retrieving revision 1.238 diff -C2 -d -r1.237 -r1.238 *** GNUmakefile.in 4 Apr 2016 10:50:37 -0000 1.237 --- GNUmakefile.in 4 Apr 2016 10:50:54 -0000 1.238 *************** *** 327,332 **** # This make-target is usually called through 'create-archive'. If you # run 'make create-snapshot' without setting SNAPVERSION, you'll get a ! # tar.gz with the current date in the name and as a releasenumber in the ! # spec-file. But the main usage is to run it as follows (Red Hat example): # make SNAPVERSION=1.6x create-snapshot # This creates a tar.gz. --- 327,332 ---- # This make-target is usually called through 'create-archive'. If you # run 'make create-snapshot' without setting SNAPVERSION, you'll get a ! # tar.gz with the current date in the name. ! # The main usage is to run it as follows (Red Hat example): # make SNAPVERSION=1.6x create-snapshot # This creates a tar.gz. ------------------------------------------------------------------------------