Module Name: src
Committed By: tsutsui
Date: Sun Mar 29 07:19:40 UTC 2009
Modified Files:
src/sys/arch/sparc/stand: Makefile.buildboot
Log Message:
Use <bsd.klinks.mk> to create machine and ${MACHINE_ARCH} symlinks.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/sparc/stand/Makefile.buildboot
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/sparc/stand/Makefile.buildboot
diff -u src/sys/arch/sparc/stand/Makefile.buildboot:1.24 src/sys/arch/sparc/stand/Makefile.buildboot:1.25
--- src/sys/arch/sparc/stand/Makefile.buildboot:1.24 Mon Mar 23 13:47:32 2009
+++ src/sys/arch/sparc/stand/Makefile.buildboot Sun Mar 29 07:19:40 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.buildboot,v 1.24 2009/03/23 13:47:32 tsutsui Exp $
+# $NetBSD: Makefile.buildboot,v 1.25 2009/03/29 07:19:40 tsutsui Exp $
#
# This file is for the sparc `boot' and `bootxx' only; it does not
# currently play well on a 64-bit system.
@@ -55,13 +55,7 @@
.include "${S}/lib/libsa/Makefile.inc"
LIBSA= ${SALIB}
-.if !make(obj) && !make(clean) && !make(cleandir)
-.BEGIN:
- @([ -h machine ] || ln -s ${S}/arch/sparc/include machine)
- @([ -h sparc ] || ln -s ${S}/arch/sparc/include sparc)
-.NOPATH: machine sparc
-.endif
-CLEANFILES+= machine sparc
+.include <bsd.klinks.mk>
cleandir distclean: cleanlibdir