[nas] [PATCH] build system cleanup
Erik Auerswald
auerswal at unix-ag.uni-kl.de
Mon Jul 17 18:22:52 MDT 2006
Hi,
the attached patch adds some files to be deleted by 'make clean'.
To check that these files indeed need to be removed you can use
$ xmkmf && make World && make distclean && svn status
after a clean checkout.
Additionally the file 'lib/audio/release.h' should be removed from svn
control:
$ svn rm lib/audio/release.h
This can't be done by a patch. :-(
Erik
-------------- next part --------------
Index: include/audio/Imakefile
===================================================================
--- include/audio/Imakefile (revision 155)
+++ include/audio/Imakefile (working copy)
@@ -28,7 +28,7 @@
HEADERS = Afuncproto.h Afuncs.h Amd.h Aos.h Aosdefs.h Aproto.h audio.h
ALLHEADERS = $(HEADERS) Alibint.h Alibnet.h audiolib.h \
audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h \
- fileutil.h 8svx.h Astreams.h audio.h
+ fileutil.h 8svx.h Astreams.h audio.h Xtutil.h release.h mutex.h
FILES = $(ALLHEADERS)
Index: include/Imakefile
===================================================================
--- include/Imakefile (revision 155)
+++ include/Imakefile (working copy)
@@ -29,7 +29,7 @@
SUBDIRS = audio
-HEADERS = NasConfig.h au.h aulog.h
+HEADERS = NasConfig.h au.h aulog.h config.h globals.h nasconf.h
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
Index: config/Imakefile
===================================================================
--- config/Imakefile (revision 155)
+++ config/Imakefile (working copy)
@@ -22,7 +22,7 @@
clean::
- rm -f config.h config.cache config.status
+ $(RM) config.h config.cache config.status config.log stamp-h1 libtool
BuildIncludes($(HEADERS),,)
More information about the Nas
mailing list