[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: HACKING-am__cd.patch
|
From: |
Alexandre Duret-Lutz |
|
Subject: |
FYI: HACKING-am__cd.patch |
|
Date: |
16 Nov 2001 17:05:56 +0100 |
|
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
Recommend the usage of $(am__cd).
Index: HACKING
===================================================================
RCS file: /cvs/automake/automake/HACKING,v
retrieving revision 1.11
diff -u -r1.11 HACKING
--- HACKING 2001/07/17 05:53:47 1.11
+++ HACKING 2001/11/16 16:04:03
@@ -59,8 +59,8 @@
* Never use basename or dirname. Instead use sed
-* If you run `cd' within back-quotes, make sure you set `CDPATH=:',
- otherwise the directory name may be printed, depending on CDPATH.
+* Do not use `cd' within back-quotes, use `$(am__cd)' instead.
+ Otherwise the directory name may be printed, depending on CDPATH.
* For install and uninstall rules, if a loop is required, it should be
silent. Then the body of the loop itself should print each
--
Alexandre Duret-Lutz
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: HACKING-am__cd.patch,
Alexandre Duret-Lutz <=