summaryrefslogtreecommitdiff
path: root/docs/ACE-guidelines.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 15:04:13 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 15:04:13 +0000
commitf70eadd601b22d20a4dab142bbe11065ce94dd5b (patch)
tree0defec8f4f893fbb283fc8a206e740f76685af25 /docs/ACE-guidelines.html
parentae322c0f5160553882e40530157cd51fb0a6244b (diff)
downloadATCD-f70eadd601b22d20a4dab142bbe11065ce94dd5b.tar.gz
Always use $(RM) instead of rm or rm -f in Makefiles.
Diffstat (limited to 'docs/ACE-guidelines.html')
-rw-r--r--docs/ACE-guidelines.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html
index fa56491f39a..4b9e85f5931 100644
--- a/docs/ACE-guidelines.html
+++ b/docs/ACE-guidelines.html
@@ -870,6 +870,9 @@ bgcolor="#ffffff">
</code></pre><p>
This avoids leaving the temporary file even if the program crashes.<p>
+
+ <li>Always use <code>$(RM)</code> instead of <code>rm</code> or
+ <code>rm -f</code> in Makefiles.<p>
</ul>