Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/m68k/060sp make it clean after itself, use standard...



details:   https://anonhg.NetBSD.org/src/rev/92f088bee96a
branches:  trunk
changeset: 325886:92f088bee96a
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 10 16:41:16 2014 +0000

description:
make it clean after itself, use standard rules files

diffstat:

 sys/arch/m68k/060sp/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 259bbb2347cd -r 92f088bee96a sys/arch/m68k/060sp/Makefile
--- a/sys/arch/m68k/060sp/Makefile      Fri Jan 10 16:36:29 2014 +0000
+++ b/sys/arch/m68k/060sp/Makefile      Fri Jan 10 16:41:16 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2008/03/28 22:29:16 apb Exp $
+# $NetBSD: Makefile,v 1.11 2014/01/10 16:41:16 christos Exp $
 
-.include <bsd.sys.mk>          # for HOST_SH, TOOL_SED
+.include <bsd.own.mk>          # for HOST_SH, TOOL_SED
 
 # regenerate isp.S, fpsp.S, pfpsp.S
 
@@ -14,4 +14,8 @@
        SED=${TOOL_SED:Q} \
        ${HOST_SH} asm2gas ${.IMPSRC} >${.TARGET}
 
-all: isp.S fpsp.S pfpsp.S
+
+all:   isp.S fpsp.S pfpsp.S
+CLEANFILES+=isp.S fpsp.S pfpsp.S
+
+.include <bsd.files.mk>



Home | Main Index | Thread Index | Old Index