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/ofwboot Redo previous.
details: https://anonhg.NetBSD.org/src/rev/de1b02c54a41
branches: trunk
changeset: 761308:de1b02c54a41
user: nakayama <nakayama%NetBSD.org@localhost>
date: Sun Jan 23 11:29:46 2011 +0000
description:
Redo previous.
bsd.own.mk must be included after NOMAN=.
diffstat:
sys/arch/sparc/stand/ofwboot/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r ab1dffc65e6e -r de1b02c54a41 sys/arch/sparc/stand/ofwboot/Makefile
--- a/sys/arch/sparc/stand/ofwboot/Makefile Sun Jan 23 11:01:08 2011 +0000
+++ b/sys/arch/sparc/stand/ofwboot/Makefile Sun Jan 23 11:29:46 2011 +0000
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2011/01/22 19:19:24 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2011/01/23 11:29:46 nakayama Exp $
CURDIR= ${.CURDIR}
S= ${CURDIR}/../../../..
-.include <bsd.own.mk>
-
#
# Override normal settings
#
@@ -94,6 +92,8 @@
cleanlibdir:
-rm -rf lib
+.include <bsd.own.mk>
+
vers.c: version
${HOST_SH} ${S}/conf/newvers_stand.sh ${${MKREPRO} == "yes" :?:-D} \
${CURDIR}/version "sparc64" ${NEWVERSWHAT}
Home |
Main Index |
Thread Index |
Old Index