Source-Changes-HG archive

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

[src/trunk]: src/distrib/hp300 Create ${RELEASEDIR}/installation/misc before ...



details:   https://anonhg.NetBSD.org/src/rev/67c317ce7807
branches:  trunk
changeset: 525655:67c317ce7807
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Sun Apr 14 20:48:16 2002 +0000

description:
Create ${RELEASEDIR}/installation/misc before installing into it.

diffstat:

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

diffs (18 lines):

diff -r 486a7beb7191 -r 67c317ce7807 distrib/hp300/Makefile
--- a/distrib/hp300/Makefile    Sun Apr 14 19:55:23 2002 +0000
+++ b/distrib/hp300/Makefile    Sun Apr 14 20:48:16 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2002/04/11 08:49:48 lukem Exp $
+#      $NetBSD: Makefile,v 1.10 2002/04/14 20:48:16 gmcgarry Exp $
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -8,6 +8,7 @@
 TARGETS+=      release
 
 release: check_RELEASEDIR
-       ${RELINSTALL} HP-IB.geometry ${RELEASEDIR}/installation/miniroot/
+       -mkdir -p ${RELEASEDIR}/installation/misc
+       ${RELINSTALL} HP-IB.geometry ${RELEASEDIR}/installation/misc
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index