Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/stand Add src/common/include to -Ipath for pr...



details:   https://anonhg.NetBSD.org/src/rev/a62c2ac601ec
branches:  trunk
changeset: 749345:a62c2ac601ec
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Nov 27 11:11:22 2009 +0000

description:
Add src/common/include to -Ipath for proplib(3) so that build works
even without installed DESTDIR.

diffstat:

 sys/arch/sparc/stand/Makefile.buildboot |  3 ++-
 sys/arch/sparc/stand/ofwboot/Makefile   |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 542d241851c0 -r a62c2ac601ec sys/arch/sparc/stand/Makefile.buildboot
--- a/sys/arch/sparc/stand/Makefile.buildboot   Fri Nov 27 11:05:45 2009 +0000
+++ b/sys/arch/sparc/stand/Makefile.buildboot   Fri Nov 27 11:11:22 2009 +0000
@@ -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
 
diff -r 542d241851c0 -r a62c2ac601ec sys/arch/sparc/stand/ofwboot/Makefile
--- a/sys/arch/sparc/stand/ofwboot/Makefile     Fri Nov 27 11:05:45 2009 +0000
+++ b/sys/arch/sparc/stand/ofwboot/Makefile     Fri Nov 27 11:11:22 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2007/10/17 19:57:16 garbled Exp $
+#      $NetBSD: Makefile,v 1.22 2009/11/27 11:14:23 tsutsui Exp $
 
 CURDIR=        ${.CURDIR}
 S=     ${CURDIR}/../../../..
@@ -49,6 +49,7 @@
 ENTRY=         _start
 
 CPPFLAGS+=     -I${CURDIR}/../../.. -I${CURDIR}/../../../.. -I${CURDIR} -I.
+CPPFLAGS+=     -I${CURDIR}/../../../../../common/include
 CPPFLAGS+=     -DRELOC=0x${RELOC}
 
 #



Home | Main Index | Thread Index | Old Index