Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ews4800mips/stand Workaround weird "nbmake[8]: Grap...
details: https://anonhg.NetBSD.org/src/rev/70054bf4a7d1
branches: trunk
changeset: 326505:70054bf4a7d1
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Jan 31 19:25:13 2014 +0000
description:
Workaround weird "nbmake[8]: Graph cycles through `clean'" errors.
diffstat:
sys/arch/ews4800mips/stand/Makefile.bootxx | 4 ++--
sys/arch/ews4800mips/stand/boot/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 4a1686a932ba -r 70054bf4a7d1 sys/arch/ews4800mips/stand/Makefile.bootxx
--- a/sys/arch/ews4800mips/stand/Makefile.bootxx Fri Jan 31 19:22:00 2014 +0000
+++ b/sys/arch/ews4800mips/stand/Makefile.bootxx Fri Jan 31 19:25:13 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootxx,v 1.7 2014/01/12 15:26:29 tsutsui Exp $
+# $NetBSD: Makefile.bootxx,v 1.8 2014/01/31 19:25:13 tsutsui Exp $
NOMAN =
@@ -54,7 +54,7 @@
ls -al ${PROG}
# -rm -f ${BASE}.tmp
-clean cleandir distclean: .WAIT cleanlibdir
+cleandir distclean: .WAIT cleanlibdir
cleanlibdir:
-rm -rf lib
diff -r 4a1686a932ba -r 70054bf4a7d1 sys/arch/ews4800mips/stand/boot/Makefile
--- a/sys/arch/ews4800mips/stand/boot/Makefile Fri Jan 31 19:22:00 2014 +0000
+++ b/sys/arch/ews4800mips/stand/boot/Makefile Fri Jan 31 19:25:13 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/01/27 21:37:17 apb Exp $
+# $NetBSD: Makefile,v 1.18 2014/01/31 19:25:14 tsutsui Exp $
WARNS ?= 1
NOMAN =
@@ -101,7 +101,7 @@
coffhdrfix: ${COMMON}/coffhdrfix.c
${HOST_CC} -o ${COFFHDRFIX} ${COMMON}/coffhdrfix.c
-clean cleandir distclean: .WAIT cleanlibdir
+cleandir distclean: .WAIT cleanlibdir
cleanlibdir:
-rm -rf lib
Home |
Main Index |
Thread Index |
Old Index