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: https://sourceware.org/git/?a=commitdiff_plain;h=e989bce075e90e5c41491b76801139f85fc7250b;p=automake.git Recommend the usage of $(am__cd). --- diff --git a/HACKING b/HACKING index 8c4974ac..701a7ade 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