libtool-patches
[Top][All Lists]
Advanced

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

lt__am


From: Ralf Wildenhues
Subject: lt__am
Date: Thu, 21 Apr 2005 13:38:44 +0200
User-agent: Mutt/1.4.1i

OK like this (HEAD, tiny change)?
If so, Gary, please include it in your eventual backport to branch-2-0.

Thanks,
Ralf

        * Makefile.am, HACKING; Use lt__cd throughout.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.am,v
retrieving revision 1.148
diff -u -r1.148 Makefile.am
--- Makefile.am 17 Apr 2005 14:30:33 -0000      1.148
+++ Makefile.am 21 Apr 2005 11:40:50 -0000
@@ -66,7 +66,7 @@
 @DIST_MAKEFILE_LIST@:
        dir=`echo $@ | sed 's,^[^/]*$$,.,;s,/[^/]*$$,,'`; \
        test -d $$dir || mkdir $$dir || exit 1; \
-       abs_srcdir=`cd $(srcdir) && pwd`; \
+       abs_srcdir=`$(lt__cd) $(srcdir) && pwd`; \
        (cd $$dir && $$abs_srcdir/$$dir/configure) || exit 1
 
 
Index: HACKING
===================================================================
RCS file: /cvsroot/libtool/libtool/HACKING,v
retrieving revision 1.13
diff -u -r1.13 HACKING
--- HACKING     28 Mar 2005 09:20:53 -0000      1.13
+++ HACKING     21 Apr 2005 11:40:50 -0000
@@ -186,7 +186,7 @@
 
 * Never use basename or dirname.  Instead use sed.
 
-* Do not use `cd' within back-quotes, use `$(am__cd)' instead.
+* Do not use `cd' within back-quotes, use `$(lt__cd)' instead.
   Otherwise the directory name may be printed, depending on CDPATH.
 
 * In general, if a loop is required, it should be silent.  Then the body




reply via email to

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