Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun68k/stand Don't make symlinks when doing obj, cl...
details: https://anonhg.NetBSD.org/src/rev/8e55797a0ae2
branches: trunk
changeset: 583409:8e55797a0ae2
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Aug 05 09:16:54 2005 +0000
description:
Don't make symlinks when doing obj, clean, or cleandir targets.
diffstat:
sys/arch/sun68k/stand/Makefile.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 050799fbf3b3 -r 8e55797a0ae2 sys/arch/sun68k/stand/Makefile.inc
--- a/sys/arch/sun68k/stand/Makefile.inc Fri Aug 05 07:27:47 2005 +0000
+++ b/sys/arch/sun68k/stand/Makefile.inc Fri Aug 05 09:16:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.9 2005/05/12 02:56:59 jmc Exp $
+# $NetBSD: Makefile.inc,v 1.10 2005/08/05 09:16:54 skrll Exp $
# Must have S=/usr/src/sys (or equivalent)
# But note: this is w.r.t. a subdirectory
@@ -43,8 +43,10 @@
.endif # defined(SA_PROG)
CLEANFILES+= machine m68k sun68k
+.if !make(obj) && !make(clean) && !make(cleandir)
.BEGIN: machine m68k sun68k
.NOPATH: machine m68k sun68k
+.endif
machine :
-rm -f $@
Home |
Main Index |
Thread Index |
Old Index