Add a comment about why RM and RM_OPTS are not in config.mk
authorIan Lynagh <igloo@earth.li>
Tue, 2 Jun 2009 12:47:00 +0000 (12:47 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 2 Jun 2009 12:47:00 +0000 (12:47 +0000)
mk/tree.mk

index b7d2875..d27e2a7 100644 (file)
@@ -46,6 +46,9 @@ INPLACE_BIN           = $(INPLACE)/bin
 INPLACE_LIB            = $(INPLACE)/lib
 INPLACE_MINGW          = $(INPLACE)/mingw
 
+# These are here, rather than in config.mk, as they need to exist in an
+# unconfigured tree so that the various clean targets can be used
+# without configuring:
 RM = rm
 RM_OPTS = -f