Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc64/xminiroot Do not fail if directory sysinst e...



details:   https://anonhg.NetBSD.org/src/rev/6caf2d9d12a5
branches:  trunk
changeset: 566920:6caf2d9d12a5
user:      hannken <hannken%NetBSD.org@localhost>
date:      Mon May 24 18:17:45 2004 +0000

description:
Do not fail if directory sysinst exists. Makes update builds work again.

diffstat:

 distrib/sparc64/xminiroot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f3e0cdb2167e -r 6caf2d9d12a5 distrib/sparc64/xminiroot/Makefile
--- a/distrib/sparc64/xminiroot/Makefile        Mon May 24 16:16:26 2004 +0000
+++ b/distrib/sparc64/xminiroot/Makefile        Mon May 24 18:17:45 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.23 2004/04/21 21:19:51 dsl Exp $
+#      $NetBSD: Makefile,v 1.24 2004/05/24 18:17:45 hannken Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,7 +17,7 @@
 IMAGEDEPENDS+=         netbsd.gz
 
 ${CRUNCHBIN}: ${CRUNCHBINDIR}/${CRUNCHBIN}
-       mkdir sysinst
+       mkdir -p sysinst
        cp -p ${CRUNCHBINDIR}/sysinst/sysinstmsgs.* sysinst
        cp ${.ALLSRC} ${.TARGET}
 



Home | Main Index | Thread Index | Old Index