From: H. Peter Anvin Date: Sun, 5 May 2002 23:48:07 +0000 (+0000) Subject: Separate out the "tar" operation from the "make dist" operation X-Git-Tag: nasm-2.11.05~2476 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e388d5be4f08849c65fa6a3b0b55ede341ff27f0;p=platform%2Fupstream%2Fnasm.git Separate out the "tar" operation from the "make dist" operation This is necessary for the release script (still in progress) --- diff --git a/Makefile.in b/Makefile.in index 818809e..bd5e406 100644 --- a/Makefile.in +++ b/Makefile.in @@ -159,6 +159,8 @@ install_everything: everything install install_doc install_rdf 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