Module Name:    src
Committed By:   matt
Date:           Wed Aug 21 06:27:54 UTC 2013

Modified Files:
        src/sys/arch/sbmips/stand: Makefile.bootprogs

Log Message:
Use <bsd.klinks.mk>


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sbmips/stand/Makefile.bootprogs

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/sbmips/stand/Makefile.bootprogs
diff -u src/sys/arch/sbmips/stand/Makefile.bootprogs:1.10 src/sys/arch/sbmips/stand/Makefile.bootprogs:1.11
--- src/sys/arch/sbmips/stand/Makefile.bootprogs:1.10	Thu Jan 19 19:58:16 2012
+++ src/sys/arch/sbmips/stand/Makefile.bootprogs	Wed Aug 21 06:27:54 2013
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile.bootprogs,v 1.10 2012/01/19 19:58:16 matt Exp $
+# $NetBSD: Makefile.bootprogs,v 1.11 2013/08/21 06:27:54 matt Exp $
 
 .include <bsd.own.mk>
+.include <bsd.klinks.mk>
 .include <bsd.sys.mk>		# for HOST_SH
 
 S=	${.CURDIR}/../../../..
@@ -20,18 +21,6 @@ STRIP?=	strip
 
 CHECKSIZE_CMD=	SIZE=${SIZE} ${HOST_SH} ${.CURDIR}/../common/checksize.sh
 
-.PHONY: machine-links
-beforedepend: machine-links .WAIT
-# ${MACHINE} then ${MACHINE_ARCH}
-machine-links:
-	-rm -f machine && \
-	    ln -s $S/arch/sbmips/include machine
-	-rm -f mips && \
-	    ln -s $S/arch/mips/include mips
-CLEANFILES+=machine mips
-
-realall: machine-links ${PROG}
-
 AFLAGS+=	-DASSEMBLER -D_LOCORE -mno-abicalls -mips64
 # -I${.CURDIR}/../.. done by Makefile.inc
 CPPFLAGS+=	-nostdinc -I${.OBJDIR} -D_STANDALONE -I${S}

Reply via email to