Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets In "sets" target, ensure ${RELEASEDIR}/${MACHIN...



details:   https://anonhg.NetBSD.org/src/rev/0048bb4ca512
branches:  trunk
changeset: 542479:0048bb4ca512
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jan 30 12:16:18 2003 +0000

description:
In "sets" target, ensure ${RELEASEDIR}/${MACHINE}/binary/sets exists.
Fixes [toolchain/20120] from Lubomir Sedlacik.

diffstat:

 distrib/sets/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7775d2cde4ce -r 0048bb4ca512 distrib/sets/Makefile
--- a/distrib/sets/Makefile     Thu Jan 30 11:03:45 2003 +0000
+++ b/distrib/sets/Makefile     Thu Jan 30 12:16:18 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.23 2003/01/12 18:51:26 veego Exp $
+#      $NetBSD: Makefile,v 1.24 2003/01/30 12:16:18 lukem Exp $
 
 # The `all' target must appear before bsd.own.mk is pulled in.
 all:
@@ -55,6 +55,7 @@
 .if defined(DESTDIR) && ${DESTDIR} != ""
        ${MAKE} checkflist
 .endif
+       mkdir -p ${RELEASEDIR}/${MACHINE}/binary/sets
        ${SETSENV} sh ${.CURDIR}/maketars -d ${DESTDIR:S,^$,/,} \
            ${UNPRIVED:D-M ${METALOG}} -N ${NETBSDSRCDIR}/etc \
            -t ${RELEASEDIR}/${MACHINE}/binary/sets ${MAKETARSETS}



Home | Main Index | Thread Index | Old Index