Module Name: src Committed By: tsutsui Date: Fri Jan 31 19:25:14 UTC 2014
Modified Files: src/sys/arch/ews4800mips/stand: Makefile.bootxx src/sys/arch/ews4800mips/stand/boot: Makefile Log Message: Workaround weird "nbmake[8]: Graph cycles through `clean'" errors. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ews4800mips/stand/Makefile.bootxx cvs rdiff -u -r1.17 -r1.18 src/sys/arch/ews4800mips/stand/boot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/ews4800mips/stand/Makefile.bootxx diff -u src/sys/arch/ews4800mips/stand/Makefile.bootxx:1.7 src/sys/arch/ews4800mips/stand/Makefile.bootxx:1.8 --- src/sys/arch/ews4800mips/stand/Makefile.bootxx:1.7 Sun Jan 12 15:26:29 2014 +++ src/sys/arch/ews4800mips/stand/Makefile.bootxx Fri Jan 31 19:25:13 2014 @@ -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 @@ ${PROG}: ${OBJS} ${LIBS} ls -al ${PROG} # -rm -f ${BASE}.tmp -clean cleandir distclean: .WAIT cleanlibdir +cleandir distclean: .WAIT cleanlibdir cleanlibdir: -rm -rf lib Index: src/sys/arch/ews4800mips/stand/boot/Makefile diff -u src/sys/arch/ews4800mips/stand/boot/Makefile:1.17 src/sys/arch/ews4800mips/stand/boot/Makefile:1.18 --- src/sys/arch/ews4800mips/stand/boot/Makefile:1.17 Mon Jan 27 21:37:17 2014 +++ src/sys/arch/ews4800mips/stand/boot/Makefile Fri Jan 31 19:25:14 2014 @@ -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 @@ LIBS = ${LIBSA} ${LIBZ} ${LIBKERN} coffhdrfix: ${COMMON}/coffhdrfix.c ${HOST_CC} -o ${COFFHDRFIX} ${COMMON}/coffhdrfix.c -clean cleandir distclean: .WAIT cleanlibdir +cleandir distclean: .WAIT cleanlibdir cleanlibdir: -rm -rf lib