Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/stand Do not make the links as part of the ob...



details:   https://anonhg.NetBSD.org/src/rev/2635c5c04bb5
branches:  trunk
changeset: 581045:2635c5c04bb5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 22 08:22:28 2005 +0000

description:
Do not make the links as part of the obj, clean and cleandir rules.

diffstat:

 sys/arch/hp700/stand/Makefile.buildboot |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 00621099fe82 -r 2635c5c04bb5 sys/arch/hp700/stand/Makefile.buildboot
--- a/sys/arch/hp700/stand/Makefile.buildboot   Sun May 22 03:45:30 2005 +0000
+++ b/sys/arch/hp700/stand/Makefile.buildboot   Sun May 22 08:22:28 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.buildboot,v 1.7 2005/05/01 18:41:18 chs Exp $
+#      $NetBSD: Makefile.buildboot,v 1.8 2005/05/22 08:22:28 skrll Exp $
 
 RELOC= 120000
 HEAP_LIMIT=0x1c0000
@@ -72,9 +72,12 @@
 
 .include <bsd.prog.mk>
 
+.if !make(obj) && !make(clean) && !make(cleandir)
 .BEGIN:
        @([ -h machine ] || ln -s $S/arch/hp700/include machine)
        @([ -h hppa ] || ln -s $S/arch/hppa/include hppa)
 
 .NOPATH: machine hppa
+.endif
+
 CLEANFILES+=machine hppa



Home | Main Index | Thread Index | Old Index