summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2009-03-27 11:11:43 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2009-03-27 11:11:43 +0000
commit38c56a9d735c105579eedcb72de8d7c057a35c28 (patch)
tree24c250538eec6a5550a740083c9a836105ac802a
parent8f25d44891e51990e46d0d56618c085393fb64f0 (diff)
downloadnetsurf-38c56a9d735c105579eedcb72de8d7c057a35c28.tar.gz
netsurf-38c56a9d735c105579eedcb72de8d7c057a35c28.tar.bz2
Ensure it's clear that Makefile.config is meant to be INVIOLATE to all but core devs
svn path=/trunk/netsurf/; revision=6936
-rw-r--r--Makefile.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index 6e9f1464d..2321053dc 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -8,6 +8,14 @@
# Options marked "highly recommended" have a severe impact on NetSurf's
# use as a web browser and should be set to YES unless there is a particularly
# good reason not to.
+#
+# This file should be treated as INVIOLATE and only altered to alter the
+# defaults by a core developer. If you wish to configure the build of NetSurf
+# then instead please create a file called Makefile.config.override and simply
+# override the statements you require in that.
+# Remember that Makefile.config.override cannot override the TARGET. That must
+# be set on the commandline. i.e. 'make TARGET=framebuffer'
+#
# ----------------------------------------------------------------------------
# Options relating to all versions of NetSurf