From 435fa2003b228e73f9283e5895a0b6c27d6bc961 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 18 Apr 2005 12:54:27 +0000 Subject: [PATCH] Note to self: save files before checking in. --- src/Config | 11 +++++++---- 1 file 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. # ############################################################################## ############################################################################## -- 2.17.1