Module Name:    src
Committed By:   tsutsui
Date:           Thu Dec 24 16:41:01 UTC 2009

Modified Files:
        src/sys/arch/mvmeppc/stand: Makefile.booters

Log Message:
Use <bsd.klinks.mk> to create machine and ${MACHINE_CPU} symlinks.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/mvmeppc/stand/Makefile.booters

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/mvmeppc/stand/Makefile.booters
diff -u src/sys/arch/mvmeppc/stand/Makefile.booters:1.9 src/sys/arch/mvmeppc/stand/Makefile.booters:1.10
--- src/sys/arch/mvmeppc/stand/Makefile.booters:1.9	Sun Dec 13 08:32:57 2009
+++ src/sys/arch/mvmeppc/stand/Makefile.booters	Thu Dec 24 16:41:01 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.booters,v 1.9 2009/12/13 08:32:57 tsutsui Exp $
+#	$NetBSD: Makefile.booters,v 1.10 2009/12/24 16:41:01 tsutsui Exp $
 
 S?=		${.CURDIR}/../../../..
 MDEC_DIR?=	/usr/mdec
@@ -35,15 +35,7 @@
 	${HOST_SH} ${S}/conf/newvers_stand.sh -DM ${.CURDIR}/version "mvmeppc"
 .endif
 
-CLEANFILES+= machine powerpc
-
-.if !make(obj) && !make(clean) && !make(cleandir)
-.BEGIN:
-	@rm -f machine && \
-	    ln -s $S/arch/${MACHINE}/include machine
-	@rm -f ${MACHINE_CPU} && \
-	    ln -s $S/arch/${MACHINE_CPU}/include ${MACHINE_CPU}
-.endif
+.include <bsd.klinks.mk>
 
 .if defined(LIB)
 

Reply via email to