Note to self: save files before checking in.

This commit is contained in:
Michael Brown
2005-04-18 12:54:27 +00:00
parent 451ea7ffc5
commit 435fa2003b

View File

@@ -3,10 +3,13 @@
# #
# IMPORTANT! # IMPORTANT!
# #
# This file is deprecated. All options are gradually being migrated # The use of this file to set options that affect only single object
# to config.h. Only options that affect the entire build # files is deprecated, because changing anything in this file results
# (e.g. overriding the $(CC) Makefile variable) should be placed in # in a complete rebuild, which is slow. All options are gradually
# here. # 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.
# #
############################################################################## ##############################################################################
############################################################################## ##############################################################################