Source-Changes-HG archive

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

[src/trunk]: src/distrib/sun3/miniroot mkdir -p ${RELEASEDIR}/installation/mi...



details:   https://anonhg.NetBSD.org/src/rev/709bd1745619
branches:  trunk
changeset: 488140:709bd1745619
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Jun 19 14:39:24 2000 +0000

description:
mkdir -p ${RELEASEDIR}/installation/miniroot on "make release".

diffstat:

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

diffs (17 lines):

diff -r 525352dacda3 -r 709bd1745619 distrib/sun3/miniroot/Makefile
--- a/distrib/sun3/miniroot/Makefile    Mon Jun 19 13:28:06 2000 +0000
+++ b/distrib/sun3/miniroot/Makefile    Mon Jun 19 14:39:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2000/06/10 03:02:14 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.18 2000/06/19 14:39:24 tsutsui Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -73,6 +73,7 @@
        @false
 .else  # RELEASEDIR
 release: ${IMAGE}.gz
+       -mkdir -p ${RELEASEDIR}/installation/miniroot
        cp -p ${IMAGE}.gz \
         ${RELEASEDIR}/installation/miniroot/${IMAGE}.gz
 .endif # RELEASEDIR



Home | Main Index | Thread Index | Old Index