]> git.eshelyaron.com Git - emacs.git/commitdiff
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-62
authorMiles Bader <miles@gnu.org>
Sat, 27 Sep 2003 23:08:14 +0000 (23:08 +0000)
committerMiles Bader <miles@gnu.org>
Sat, 27 Sep 2003 23:08:14 +0000 (23:08 +0000)
Tweaks to admin/quick-install-emacs

* quick-install-emacs: Remove fns-* pruning, since that file no
longer seems to be generated.
(AVOID): Quote literal periods.  Quote braces in a way acceptable
to all parties (gawk gets bitchy about using `\').

admin/ChangeLog
admin/quick-install-emacs

index 47035f2748f4024f2fd056d5c49232f8ca955236..b3bd3d1552d7bbb741d74e8e836542a63c6ca544 100644 (file)
@@ -1,3 +1,10 @@
+2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * quick-install-emacs: Remove fns-* pruning, since that file no
+       longer seems to be generated.
+       (AVOID): Quote literal periods.  Quote braces in a way acceptable
+       to all parties (gawk gets bitchy about using `\').
+
 2003-08-19  Miles Bader  <miles@gnu.org>
 
        * quick-install-emacs: Add arch-specific ignored files to
index 9415bab3d12eff834858b180f57b0b3a4457c342..19148a392fd72f4aacb27362c0c1d807b7efd1e7 100755 (executable)
@@ -8,7 +8,7 @@
 PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse'
 PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin'
 
-AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile makefile stamp-subdir .cvsignore .arch-ids \{arch\} [.][cho]$ make-docfile testfile test-distrib"
+AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile makefile stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile testfile test-distrib"
 
 # Prune old binaries lying around in the source tree
 PRUNE=no
@@ -177,10 +177,6 @@ if test x"$PRUNE" != xno; then
     echo $REMOVE_CMD $D
     PRUNED="$PRUNED $D"
   done
-  for D in `ls -1t $BUILD/lib-src/fns-* | sed 1d`; do
-    echo $REMOVE_CMD $D
-    PRUNED="$PRUNED $D"
-  done
 fi
 
 test x"$PRUNE" = xonly && exit 0