Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/boot Put all the 'CFLAGS+= -Dxxx' together.



details:   https://anonhg.NetBSD.org/src/rev/ab3e6ccd181c
branches:  trunk
changeset: 765683:ab3e6ccd181c
user:      dsl <dsl%NetBSD.org@localhost>
date:      Thu Jun 02 18:48:55 2011 +0000

description:
Put all the 'CFLAGS+= -Dxxx' together.

diffstat:

 sys/arch/i386/stand/boot/Makefile.boot |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 449c6d715aab -r ab3e6ccd181c sys/arch/i386/stand/boot/Makefile.boot
--- a/sys/arch/i386/stand/boot/Makefile.boot    Thu Jun 02 18:46:51 2011 +0000
+++ b/sys/arch/i386/stand/boot/Makefile.boot    Thu Jun 02 18:48:55 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.51 2011/05/20 22:29:55 joerg Exp $
+# $NetBSD: Makefile.boot,v 1.52 2011/06/02 18:48:55 dsl Exp $
 
 S=     ${.CURDIR}/../../../../..
 
@@ -36,8 +36,6 @@
 LDFLAGS+= -nostdlib -Wl,-N -Wl,-e,boot_start
 CPPFLAGS+= -I ${.CURDIR}/..  -I ${.CURDIR}/../../lib -I ${S}/lib/libsa
 CPPFLAGS+= -I ${.OBJDIR}
-#CPPFLAGS+= -DDEBUG_MEMSIZE
-#CPPFLAGS+= -DBOOT_MSG_COM0
 # Make sure we override any optimization options specified by the user
 COPTS=  -Os
 
@@ -78,6 +76,8 @@
 CPPFLAGS+= -DPASS_MEMMAP
 #CPPFLAGS+= -DBOOTPASSWD
 CPPFLAGS+= -DEPIA_HACK
+#CPPFLAGS+= -DDEBUG_MEMSIZE
+#CPPFLAGS+= -DBOOT_MSG_COM0
 
 # The biosboot code is linked to 'virtual' address of zero and is
 # loaded at physical address 0x10000.



Home | Main Index | Thread Index | Old Index