Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.mac68k Make sure the iso target directory is created...



details:   https://anonhg.NetBSD.org/src/rev/6fb0b5c61b55
branches:  trunk
changeset: 330221:6fb0b5c61b55
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jun 29 17:49:04 2014 +0000

description:
Make sure the iso target directory is created in-time for the mkisofs
invocation

diffstat:

 etc/etc.mac68k/Makefile.inc |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e66484c5632c -r 6fb0b5c61b55 etc/etc.mac68k/Makefile.inc
--- a/etc/etc.mac68k/Makefile.inc       Sun Jun 29 15:10:17 2014 +0000
+++ b/etc/etc.mac68k/Makefile.inc       Sun Jun 29 17:49:04 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.20 2008/03/18 04:20:37 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.21 2014/06/29 17:49:04 martin Exp $
 #
 #      etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets
 #
@@ -21,4 +21,7 @@
 MKISOFS_FLAGS+=        -hfs --macbin \
        -map ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/extensions.map
 
-iso-image: do-iso-image
+check-iso-dir:
+       -mkdir -p ${RELEASEDIR}/iso
+
+iso-image: check-iso-dir .WAIT do-iso-image



Home | Main Index | Thread Index | Old Index