From 38c56a9d735c105579eedcb72de8d7c057a35c28 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 27 Mar 2009 11:11:43 +0000 Subject: Ensure it's clear that Makefile.config is meant to be INVIOLATE to all but core devs svn path=/trunk/netsurf/; revision=6936 --- Makefile.config | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3