Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/stand Move the -D__daddr_t from libsa/Makef...
details: https://anonhg.NetBSD.org/src/rev/dd619b0f702a
branches: trunk
changeset: 543569:dd619b0f702a
user: scw <scw%NetBSD.org@localhost>
date: Thu Feb 27 20:38:34 2003 +0000
description:
Move the -D__daddr_t from libsa/Makefile to Makefile.booters so
the bootloaders get to benefit from it, not just libsa.
diffstat:
sys/arch/mvme68k/stand/Makefile.booters | 3 ++-
sys/arch/mvme68k/stand/libsa/Makefile | 3 +--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (34 lines):
diff -r 338b177182c0 -r dd619b0f702a sys/arch/mvme68k/stand/Makefile.booters
--- a/sys/arch/mvme68k/stand/Makefile.booters Thu Feb 27 20:03:30 2003 +0000
+++ b/sys/arch/mvme68k/stand/Makefile.booters Thu Feb 27 20:38:34 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.9 2002/05/28 19:32:42 bjh21 Exp $
+# $NetBSD: Makefile.booters,v 1.10 2003/02/27 20:38:34 scw Exp $
S?= ${.CURDIR}/../../../..
MDEC_DIR?= /usr/mdec
@@ -6,6 +6,7 @@
COPTS?= -O2 -Wall -Wno-main -Wmissing-prototypes -Wstrict-prototypes
DEFS?=
STRIPFLAG?=
+CPPFLAGS+= -D__daddr_t=int32_t
NOMAN= # defined
NOMAN= # defined
diff -r 338b177182c0 -r dd619b0f702a sys/arch/mvme68k/stand/libsa/Makefile
--- a/sys/arch/mvme68k/stand/libsa/Makefile Thu Feb 27 20:03:30 2003 +0000
+++ b/sys/arch/mvme68k/stand/libsa/Makefile Thu Feb 27 20:38:34 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2003/02/04 13:34:56 matt Exp $
+# $NetBSD: Makefile,v 1.23 2003/02/27 20:38:34 scw Exp $
LIB=sa
@@ -54,7 +54,6 @@
CPPFLAGS+= -DSUPPORT_BOOTP -DSUPPORT_DHCP
CPPFLAGS+= -DSUPPORT_RARP -DSUPPORT_BOOTPARAM
CPPFLAGS+= -DSUPPORT_NFS -DNFS_NOSYMLINK
-CPPFLAGS+= -D__daddr_t=int32_t
CLEANFILES+= SRT0.o
Home |
Main Index |
Thread Index |
Old Index