projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
828f00b
)
Making the spec file part of dist is something for the Makefile, not
author
H. Peter Anvin
<hpa@zytor.com>
Fri, 29 Aug 2003 19:56:40 +0000
(19:56 +0000)
committer
H. Peter Anvin
<hpa@zytor.com>
Fri, 29 Aug 2003 19:56:40 +0000
(19:56 +0000)
for the release script
Makefile.in
patch
|
blob
|
history
misc/release
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 4c53b1903a88726318bb9cff3460f98449ba494b..ae63cb936ca03bd8f950375f3fd777e0761a96ed 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-159,7
+159,7
@@
everything: all doc rdf
install_everything: everything install install_doc install_rdf
-dist: spotless perlreq
+dist: spotless perlreq
spec
autoconf
rm -rf ./autom4te*.cache
diff --git
a/misc/release
b/misc/release
index b62b135d5c3cdfceccc7f14f767e6886d429837b..70997b8b7c9701ce468c81182266d8d8b75c31e7 100755
(executable)
--- a/
misc/release
+++ b/
misc/release
@@
-80,7
+80,6
@@
cd nasm
autoconf
./configure --prefix=/usr/local
make dist
-make spec
mv nasm.spec nasm-${version}.spec
cd ..