summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-08-04 12:08:26 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-08-05 09:21:49 +0100
commit8feb2813f129532b81be3ae3749af0e5acc40dae (patch)
tree8740afe7af6ae20284fa633fd3f2c2bdb6261b47 /mk
parent7d0f54213d8d159bfac3fb106930f93539f7b19a (diff)
downloadhaskell-8feb2813f129532b81be3ae3749af0e5acc40dae.tar.gz
comment about using "stage = 2" in build.mk
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample
index 0d10ae8121..5196a65fa4 100644
--- a/mk/build.mk.sample
+++ b/mk/build.mk.sample
@@ -134,6 +134,15 @@ BUILD_DOCBOOK_HTML = NO
BUILD_DOCBOOK_PS = NO
BUILD_DOCBOOK_PDF = NO
+# After stage 1 and the libraries have been built, you can uncomment this line:
+
+# stage=2
+
+# Then stage 1 will not be touched by the build system, until
+# you uncomment the line again. This is a useful trick for when you're
+# working on stage 2 and want to freeze stage 1 and the libraries for
+# a while.
+
endif
# -------- A Unregisterised build) -------------------------------------------