emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/Makefile.in,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/src/Makefile.in,v
Date: Sun, 20 Jul 2008 13:19:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/07/20 13:19:56

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/src/Makefile.in,v
retrieving revision 1.419
retrieving revision 1.420
diff -u -b -r1.419 -r1.420
--- Makefile.in 19 Jul 2008 22:23:29 -0000      1.419
+++ Makefile.in 20 Jul 2008 13:19:56 -0000      1.420
@@ -1335,7 +1335,7 @@
        rm -fr ${ns_appdir}
        mkdir -p ${ns_appdir}
        ( cd ${ns_appsrc} ; tar cfh - . ) | ( cd ${ns_appdir} ; tar xf - )
-       ( cd ${ns_appdir} ; for subdir in `find $${dest} -type d ! -name CVS 
-print` ; do \
+       ( cd ${ns_appdir} ; for subdir in `find . -type d ! -name CVS -print` ; 
do \
                chmod a+rx $${subdir} ; \
                rm -rf $${subdir}/CVS ; \
                rm -f  $${subdir}/.cvsignore ; done ; )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]