[project @ 2005-04-19 12:29:56 by simonmar]
authorsimonmar <unknown>
Tue, 19 Apr 2005 12:29:56 +0000 (12:29 +0000)
committersimonmar <unknown>
Tue, 19 Apr 2005 12:29:56 +0000 (12:29 +0000)
Now build.mk.sample does *nothing* by default

mk/build.mk.sample

index 9f726d2..b0b66d3 100644 (file)
@@ -5,14 +5,16 @@
 # overall build type, and then tweak the options in the relevant section
 # below.
 
-BuildFlavour = devel
+# Uncomment one of these to select a build profile below:
+
+#BuildFlavour = devel
 #BuildFlavour = perf
 
 # -------- Misc. settings -----------------------------------------------------
 
 # Not necessary to set this, but useful if you have other projects checked-out
-# in your source tree.
-ProjectsToBuild = glafp-utils ghc libraries hslibs
+# in your source tree:
+# ProjectsToBuild = glafp-utils ghc libraries hslibs
 
 # Which warnings we like to use
 MyWarningOpts   = -W -fno-warn-unused-matches -fwarn-unused-imports