diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-08-04 12:08:26 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-08-05 09:21:49 +0100 |
commit | 8feb2813f129532b81be3ae3749af0e5acc40dae (patch) | |
tree | 8740afe7af6ae20284fa633fd3f2c2bdb6261b47 /mk/build.mk.sample | |
parent | 7d0f54213d8d159bfac3fb106930f93539f7b19a (diff) | |
download | haskell-8feb2813f129532b81be3ae3749af0e5acc40dae.tar.gz |
comment about using "stage = 2" in build.mk
Diffstat (limited to 'mk/build.mk.sample')
-rw-r--r-- | mk/build.mk.sample | 9 |
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) ------------------------------------------- |