Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/stand/common also don't do the machine sym...



details:   https://anonhg.NetBSD.org/src/rev/a08d22c2f5ed
branches:  trunk
changeset: 526536:a08d22c2f5ed
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun May 05 15:42:26 2002 +0000

description:
also don't do the machine symlinks for 'cleandir' target

diffstat:

 sys/arch/newsmips/stand/common/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1d76fcc9ea8a -r a08d22c2f5ed sys/arch/newsmips/stand/common/Makefile
--- a/sys/arch/newsmips/stand/common/Makefile   Sun May 05 15:41:00 2002 +0000
+++ b/sys/arch/newsmips/stand/common/Makefile   Sun May 05 15:42:26 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2002/04/13 08:04:42 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.5 2002/05/05 15:42:26 jdolecek Exp $
 
 S= ${.CURDIR}/../../../..
 
@@ -23,7 +23,7 @@
 SAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_USE_LOADFILE=yes
 .include "${S}/lib/libsa/Makefile.inc"
 
-.if !make(obj) && !make(clean)
+.if !make(obj) && !make(clean) && !make(cleandir)
 .BEGIN:
        @[ -h machine ] || ln -s ${S}/arch/${MACHINE}/include machine
        @[ -h mips ] || ln -s ${S}/arch/mips/include mips



Home | Main Index | Thread Index | Old Index