From: Tom Tromey Date: Thu, 8 Feb 2001 05:44:52 +0000 (+0000) Subject: updated HACKING X-Git-Tag: Release-1-4d~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=522efd83ea4593bae3193ed44db1a3a5d762d67b;p=thirdparty%2Fautomake.git updated HACKING --- diff --git a/HACKING b/HACKING index 2bd825ae0..d4f14a4b8 100644 --- a/HACKING +++ b/HACKING @@ -33,6 +33,15 @@ * Changes other than bug fixes must be mentioned in NEWS +================================================================ += Naming + +* We've adopted the convention that internal AC_SUBSTs should be + named with a leading `_am_', and internally generated targets should + be named with a leading `_am-'. This convention is very new + (as of Feb 7 2001) and so it isn't yet universally used. But all + new code should use it. + ================================================================ = Editing `.am' files @@ -50,7 +59,7 @@ * For install and uninstall rules, if a loop is required, it should be silent. Then the body of the loop itself should print each - "important" comman it runs. The printed commands should be preceded + "important" command it runs. The printed commands should be preceded by a single space.