summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2005-04-18 14:54:27 +0200
committerMichael Brown2005-04-18 14:54:27 +0200
commit435fa2003b228e73f9283e5895a0b6c27d6bc961 (patch)
tree6100619c960f2e1db0f57c5fbd2ee38b29c8629e /src
parentAdded warning about not using Config for single-object options. (diff)
downloadipxe-435fa2003b228e73f9283e5895a0b6c27d6bc961.tar.gz
ipxe-435fa2003b228e73f9283e5895a0b6c27d6bc961.tar.xz
ipxe-435fa2003b228e73f9283e5895a0b6c27d6bc961.zip
Note to self: save files before checking in.
Diffstat (limited to 'src')
-rw-r--r--src/Config11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/Config b/src/Config
index db502079..989e9c03 100644
--- a/src/Config
+++ b/src/Config
@@ -3,10 +3,13 @@
#
# IMPORTANT!
#
-# This file is deprecated. All options are gradually being migrated
-# to config.h. Only options that affect the entire build
-# (e.g. overriding the $(CC) Makefile variable) should be placed in
-# here.
+# The use of this file to set options that affect only single object
+# files is deprecated, because changing anything in this file results
+# in a complete rebuild, which is slow. All options are gradually
+# being migrated to config.h, which does not suffer from this problem.
+#
+# Only options that affect the entire build (e.g. overriding the $(CC)
+# Makefile variable) should be placed in here.
#
##############################################################################
##############################################################################