pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools The replacement script for UnixWare's buggy "...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/928bf0b37414
branches:  trunk
changeset: 500512:928bf0b37414
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Oct 09 20:19:26 2005 +0000

description:
The replacement script for UnixWare's buggy "mkdir" command needs the "-p"
switch, like all the other "mkdir" definitions in tools.<platform>.mk.

diffstat:

 mk/tools/bootstrap.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2ac53a1ed6a6 -r 928bf0b37414 mk/tools/bootstrap.mk
--- a/mk/tools/bootstrap.mk     Sun Oct 09 20:18:54 2005 +0000
+++ b/mk/tools/bootstrap.mk     Sun Oct 09 20:19:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.6 2005/09/13 04:24:35 dmcmahill Exp $
+# $NetBSD: bootstrap.mk,v 1.7 2005/10/09 20:19:26 heinz Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -114,7 +114,7 @@
 TOOLS_PLATFORM.tar?=           ${LOCALBASE}/bin/tar
 
 .elif ${OPSYS} == "UnixWare"
-TOOLS_PLATFORM.mkdir?=         ${LOCALBASE}/sbin/mkdir-sh
+TOOLS_PLATFORM.mkdir?=         ${LOCALBASE}/sbin/mkdir-sh -p
 TOOLS_PLATFORM.mtree?=         ${LOCALBASE}/sbin/mtree
 TOOLS_PLATFORM.pax?=           ${LOCALBASE}/bin/pax
 TOOLS_PLATFORM.sed?=           ${LOCALBASE}/bin/nbsed



Home | Main Index | Thread Index | Old Index