From 27cde9b67f47846fafb4e9e44a06e98068da26a3 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 8 Feb 2001 05:44:52 +0000 Subject: [PATCH] updated HACKING --- HACKING | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 2bd825ae..d4f14a4b 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. -- 2.43.5