summaryrefslogtreecommitdiff
path: root/mk/tree.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-06-02 12:47:00 +0000
committerIan Lynagh <igloo@earth.li>2009-06-02 12:47:00 +0000
commite657b7fb12f1beafd95b5cacee2400312c1098a6 (patch)
treeb7419f68fe894cf321a055834e247ab3816d2d35 /mk/tree.mk
parenta58347c450fec3178e6bb4d19f2a9ea63340c18e (diff)
downloadhaskell-e657b7fb12f1beafd95b5cacee2400312c1098a6.tar.gz
Add a comment about why RM and RM_OPTS are not in config.mk
Diffstat (limited to 'mk/tree.mk')
-rw-r--r--mk/tree.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/tree.mk b/mk/tree.mk
index b7d2875ad3..d27e2a7f9c 100644
--- a/mk/tree.mk
+++ b/mk/tree.mk
@@ -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