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 a few includes of bsd.own.mk to avo...
details: https://anonhg.NetBSD.org/src/rev/c020dcbe9545
branches: trunk
changeset: 344025:c020dcbe9545
user: martin <martin%NetBSD.org@localhost>
date: Thu Mar 10 09:00:24 2016 +0000
description:
Add a few includes of bsd.own.mk to avoid broken test conditions
on ACTIVE_CC - this might not be the correct fix for PR 50930,
but it avoids the issue.
diffstat:
sys/arch/sparc/stand/Makefile.buildboot | 4 +++-
sys/arch/sparc/stand/Makefile.inc | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r c30754770170 -r c020dcbe9545 sys/arch/sparc/stand/Makefile.buildboot
--- a/sys/arch/sparc/stand/Makefile.buildboot Thu Mar 10 04:02:29 2016 +0000
+++ b/sys/arch/sparc/stand/Makefile.buildboot Thu Mar 10 09:00:24 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.buildboot,v 1.30 2016/02/27 19:25:08 joerg Exp $
+# $NetBSD: Makefile.buildboot,v 1.31 2016/03/10 09:00:24 martin Exp $
#
# This file is for the sparc `boot' and `bootxx' only; it does not
# currently play well on a 64-bit system.
@@ -13,6 +13,8 @@
NOMAN= # defined
BINMODE= 444
+.include <bsd.own.mk>
+
#
# The relocation address for `boot' must leave enough free memory below
# it to load a kernel at address 0x4000. On the other hand, on some
diff -r c30754770170 -r c020dcbe9545 sys/arch/sparc/stand/Makefile.inc
--- a/sys/arch/sparc/stand/Makefile.inc Thu Mar 10 04:02:29 2016 +0000
+++ b/sys/arch/sparc/stand/Makefile.inc Thu Mar 10 09:00:24 2016 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.11 2016/02/27 19:26:14 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.12 2016/03/10 09:00:24 martin Exp $
.ifndef __INCLUDED_STAND_MAKEFILE_INC
__INCLUDED_STAND_MAKEFILE_INC=
+.include <bsd.own.mk>
+
BINDIR= /usr/mdec
CPPFLAGS+= -DSTANDALONE -I.
Home |
Main Index |
Thread Index |
Old Index