Module Name: src
Committed By: tsutsui
Date: Fri Nov 27 11:11:23 UTC 2009
Modified Files:
src/sys/arch/sparc/stand: Makefile.buildboot
Log Message:
Add src/common/include to -Ipath for proplib(3) so that build works
even without installed DESTDIR.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sparc/stand/Makefile.buildboot
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc/stand/Makefile.buildboot
diff -u src/sys/arch/sparc/stand/Makefile.buildboot:1.25 src/sys/arch/sparc/stand/Makefile.buildboot:1.26
--- src/sys/arch/sparc/stand/Makefile.buildboot:1.25 Sun Mar 29 07:19:40 2009
+++ src/sys/arch/sparc/stand/Makefile.buildboot Fri Nov 27 11:11:22 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.buildboot,v 1.25 2009/03/29 07:19:40 tsutsui Exp $
+# $NetBSD: Makefile.buildboot,v 1.26 2009/11/27 11:11:22 tsutsui Exp $
#
# This file is for the sparc `boot' and `bootxx' only; it does not
# currently play well on a 64-bit system.
@@ -34,6 +34,7 @@
CPPFLAGS+= -D_STANDALONE -DSUN4 -DSUN4C -DSUN4M -DSUN4D -DHEAP_VARIABLE
CPPFLAGS+= -I. -I${.CURDIR}/../../.. -I${.CURDIR}/../../../..
+CPPFLAGS+= -I${.CURDIR}/../../../../../common/include
CFLAGS= -Os
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -ffreestanding