From cf79681b80f2fe4c1d70f02f3ee1bf07a902698f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 18 Apr 2005 12:43:18 +0000 Subject: Fix BUILD_SERIAL. Change from using #if to #ifdef, since #if can't cope with string constants. --- src/Config | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/Config') diff --git a/src/Config b/src/Config index 2fc9683cc..9ac46c2e0 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 -- cgit v1.2.3-55-g7522