changeset 698:9e2a020195d3

Mention how to do "make clean" and "make distclean" equivalents.
author Rob Landley <rob@landley.net>
date Sun, 05 Apr 2009 23:25:20 -0500
parents 43b1135e5e89
children c746eaf74222
files README
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sun Apr 05 18:44:12 2009 -0500
+++ b/README	Sun Apr 05 23:25:20 2009 -0500
@@ -55,6 +55,9 @@
 control the behavior of FWL.  (If this file doesn't set them, you can set
 them in your environment before running a build.)
 
+The equivalent of "make clean" is "rm -rf build".  The equivalent of
+"make distclean" is "rm -rf build packages".
+
 --- What's it for?
 
 Although Firmware Linux creates reusable cross compilers, the purpose of FWL