Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/sun3/miniroot Pull up revision 1.18 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/97ffa2ae4034
branches:  netbsd-1-4
changeset: 470792:97ffa2ae4034
user:      he <he%NetBSD.org@localhost>
date:      Sun Jul 23 16:30:27 2000 +0000

description:
Pull up revision 1.18 (requested by nathanw):
  Fixes to release building machinery:
   o make installation/miniroot directory

diffstat:

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

diffs (17 lines):

diff -r 429fce428c85 -r 97ffa2ae4034 distrib/sun3/miniroot/Makefile
--- a/distrib/sun3/miniroot/Makefile    Sun Jul 23 16:30:05 2000 +0000
+++ b/distrib/sun3/miniroot/Makefile    Sun Jul 23 16:30:27 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12.2.2 2000/03/01 00:27:37 he Exp $
+#      $NetBSD: Makefile,v 1.12.2.3 2000/07/23 16:30:27 he Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -88,6 +88,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