summaryrefslogtreecommitdiffstats
path: root/src/Config
diff options
context:
space:
mode:
authorMichael Brown2005-04-18 14:43:18 +0200
committerMichael Brown2005-04-18 14:43:18 +0200
commitcf79681b80f2fe4c1d70f02f3ee1bf07a902698f (patch)
tree9b9016729db119e4261490f175715de405bb24a3 /src/Config
parentMove RELOCATE into config.h (diff)
downloadipxe-cf79681b80f2fe4c1d70f02f3ee1bf07a902698f.tar.gz
ipxe-cf79681b80f2fe4c1d70f02f3ee1bf07a902698f.tar.xz
ipxe-cf79681b80f2fe4c1d70f02f3ee1bf07a902698f.zip
Fix BUILD_SERIAL.
Change from using #if to #ifdef, since #if can't cope with string constants.
Diffstat (limited to 'src/Config')
-rw-r--r--src/Config18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/Config b/src/Config
index 2fc9683c..9ac46c2e 100644
--- a/src/Config
+++ b/src/Config
@@ -221,18 +221,6 @@
# which saves power while waiting for user interaction.
# Good for compute clusters and VMware emulation.
# But may not work for all CPUs.
-# -DBUILD_SERIAL
-# Include an auto-incrementing build number in
-# the Etherboot welcome message. Useful when
-# developing, to be sure that the file you
-# compiled is the one you're currently testing.
-# -DBUILD_ID
-# Include a build ID string in the Etherboot
-# welcome message. Useful when developing, if
-# you have multiple builds with different
-# configurations and want to check you're
-# running the one you think you are. Requires
-# -DBUILD_SERIAL.
#
# @/OptionDescription@
@@ -365,12 +353,6 @@ CFLAGS+= -DPXE_IMAGE -DPXE_EXPORT
# via pxeboot, use only with DOWNLOAD_PROTO_NFS
# CFLAGS+= -DFREEBSD_PXEEMU
-# Include an auto-incrementing build serial number and optional build
-# ID string
-# CFLAGS+= -DBUILD_SERIAL
-# CFLAGS+= -DBUILD_SERIAL -DBUILD_ID=\"testing\"
-
-
# Garbage from Makefile.main temporarily placed here until a home can