changeset 3853:d6acb650b9e6

[project @ 2001-11-02 14:25:34 by jwe]
author jwe
date Fri, 02 Nov 2001 14:25:34 +0000
parents 1ab41d5d6ec3
children 2a4b9d746980
files ChangeLog octMakefile.in
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Nov 02 05:43:11 2001 +0000
+++ b/ChangeLog	Fri Nov 02 14:25:34 2001 +0000
@@ -1,3 +1,8 @@
+2001-11-02  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* octMakefile.in (dist): Omit long-gone info subdir.
+	Fix find command for removing Makefile in kpathsea and glob subdirs.
+
 2001-08-10  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* mkoctfile.in: Substitute F2C and F2CFLAGS. Make it possible to
--- a/octMakefile.in	Fri Nov 02 05:43:11 2001 +0000
+++ b/octMakefile.in	Fri Nov 02 14:25:34 2001 +0000
@@ -169,9 +169,9 @@
 	  -o -name config.status -o -name config.cache -o -name stamp-h \
 	  -o -name klibtool.config -o -name stamp-auto \
 	  -o -name c-auto.h \) -print | xargs rm -rf
-	find `cat .fname`/kpathsea `cat .fname`/glob 
+	find `cat .fname`/kpathsea `cat .fname`/glob \
 	  -name Makefile | xargs rm -f
-	find `cat .fname`/info `cat .fname`/glob -name config.h | xargs rm -f
+	find `cat .fname`/glob -name config.h | xargs rm -f
 	rm -f `cat .fname`/test/octave.test/*.m
 	chmod -R a+rwX `cat .fname`
 	tar cf `cat .fname`.tar `cat .fname`