From: Alexandre Duret-Lutz Date: Fri, 16 Nov 2001 16:08:10 +0000 (+0000) Subject: Recommend the usage of $(am__cd). X-Git-Tag: Release-1-5b~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a52e2cd6eff6b2c9be47a298ee58a7f6d31c039b;p=thirdparty%2Fautomake.git Recommend the usage of $(am__cd). --- diff --git a/HACKING b/HACKING index 8c4974ace..701a7ade0 100644 --- a/HACKING +++ b/HACKING @@ -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