|
From: <hp...@us...> - 2002-05-05 23:48:10
|
Update of /cvsroot/nasm/nasm In directory usw-pr-cvs1:/tmp/cvs-serv9059 Modified Files: Makefile.in Log Message: Separate out the "tar" operation from the "make dist" operation This is necessary for the release script (still in progress) Index: Makefile.in =================================================================== RCS file: /cvsroot/nasm/nasm/Makefile.in,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- Makefile.in 4 May 2002 05:14:03 -0000 1.31 +++ Makefile.in 5 May 2002 23:48:07 -0000 1.32 @@ -159,6 +159,8 @@ dist: spotless perlreq autoconf rm -rf ./autom4te.cache + +tar: dist tar cvjf ../nasm-`cat version`-`date +%Y%m%d`.tar.bz2 ../`./nasm-dir` nasm.spec: nasm.spec.in version |