mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Fix so that the configure.in works with autoconf 2.5x; make sure
"make cleaner" cleans up all that it needs to clean up
This commit is contained in:
parent
45e3da6440
commit
0fcdadeb55
3
CHANGES
3
CHANGES
@ -6,6 +6,9 @@
|
||||
* Complete rewrite of the PostScript/PDF documentation generator.
|
||||
* The MS Visual C++ Makefile was updated and corrected.
|
||||
* Recognize .rodata as a standard section name in ELF.
|
||||
* Fix some obsolete Perl4-isms in Perl scripts.
|
||||
* Fix configure.in to work with autoconf 2.5x.
|
||||
* Fix a couple of "make cleaner" misses.
|
||||
|
||||
|
||||
0.98.31
|
||||
|
@ -136,7 +136,7 @@ distclean: clean
|
||||
|
||||
cleaner: clean
|
||||
rm -f insnsa.c insnsd.c insnsi.h insnsn.c macros.c *.man
|
||||
rm -f nasm.spec
|
||||
rm -f nasm.spec version.h version.mac
|
||||
cd doc && $(MAKE) clean
|
||||
|
||||
spotless: distclean cleaner
|
||||
@ -162,7 +162,7 @@ install_everything: everything install install_doc install_rdf
|
||||
|
||||
dist: spotless perlreq
|
||||
autoconf
|
||||
rm -rf ./autom4te.cache
|
||||
rm -rf ./autom4te*.cache
|
||||
|
||||
tar: dist
|
||||
tar cvjf ../nasm-`cat version`-`date +%Y%m%d`.tar.bz2 ../`./nasm-dir`
|
||||
|
@ -111,5 +111,5 @@ if test $ac_cv_prog_make_vpathok = no; then
|
||||
if test ! -f macros.c; then cp -p ${srcdir}/macros.c .; fi
|
||||
fi
|
||||
|
||||
AC_OUTPUT(Makefile rdoff/Makefile doc/Makefile)
|
||||
AC_OUTPUT_COMMANDS([mkdir -p output])
|
||||
AC_OUTPUT(Makefile rdoff/Makefile doc/Makefile)
|
||||
|
Loading…
Reference in New Issue
Block a user