From e388d5be4f08849c65fa6a3b0b55ede341ff27f0 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sun, 5 May 2002 23:48:07 +0000 Subject: [PATCH] Separate out the "tar" operation from the "make dist" operation This is necessary for the release script (still in progress) --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4