Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/stand always -D NETBSD_VERS
details: https://anonhg.NetBSD.org/src/rev/6099e5de7324
branches: trunk
changeset: 471609:6099e5de7324
user: cgd <cgd%NetBSD.org@localhost>
date: Mon Apr 05 22:03:48 1999 +0000
description:
always -D NETBSD_VERS
diffstat:
sys/arch/alpha/stand/Makefile.bootprogs | 5 ++++-
sys/arch/alpha/stand/Makefile.bootxx | 5 +----
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r 0173f9064943 -r 6099e5de7324 sys/arch/alpha/stand/Makefile.bootprogs
--- a/sys/arch/alpha/stand/Makefile.bootprogs Mon Apr 05 19:54:45 1999 +0000
+++ b/sys/arch/alpha/stand/Makefile.bootprogs Mon Apr 05 22:03:48 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootprogs,v 1.11 1999/04/05 04:38:27 cgd Exp $
+# $NetBSD: Makefile.bootprogs,v 1.12 1999/04/05 22:03:48 cgd Exp $
S= ${.CURDIR}/../../../..
@@ -31,6 +31,9 @@
CPPFLAGS+= -nostdinc -I${.OBJDIR} -D_STANDALONE -I${S}
CFLAGS= -Os -mno-fp-regs -g
+NETBSD_VERS!=sh ${.CURDIR}/../../../../conf/osrelease.sh
+CPPFLAGS+= -DNETBSD_VERS='"${NETBSD_VERS}"'
+
HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
.if (${HAVE_GCC28} != "")
CWARNFLAGS+= -Wno-main
diff -r 0173f9064943 -r 6099e5de7324 sys/arch/alpha/stand/Makefile.bootxx
--- a/sys/arch/alpha/stand/Makefile.bootxx Mon Apr 05 19:54:45 1999 +0000
+++ b/sys/arch/alpha/stand/Makefile.bootxx Mon Apr 05 22:03:48 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootxx,v 1.1 1999/04/02 03:34:09 cgd Exp $
+# $NetBSD: Makefile.bootxx,v 1.2 1999/04/05 22:03:48 cgd Exp $
SRCS = start.S bootxx.c booted_dev.c blkdev.c prom.c prom_disp.S \
putstr.c panic_putstr.c
@@ -29,9 +29,6 @@
SAMISCMAKEFLAGS= SA_INCLUDE_NET=no SA_USE_CREAD=no
.include "../Makefile.bootprogs"
-NETBSD_VERS!=sh ${.CURDIR}/../../../../conf/osrelease.sh
-CPPFLAGS+= -DNETBSD_VERS='"${NETBSD_VERS}"'
-
${PROG}.sym: ${OBJS} ${LIBSA} ${LIBKERN}
${LD} -Ttext ${BOOT_RELOC} -N -e start -o ${PROG}.sym \
${OBJS} ${LIBSA} ${LIBKERN}
Home |
Main Index |
Thread Index |
Old Index