Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Use INSTALLATION_DIRS for directory creation.
details: https://anonhg.NetBSD.org/src/rev/d297756c134b
branches: trunk
changeset: 525939:d297756c134b
user: gmcgarry <gmcgarry%NetBSD.org@localhost>
date: Mon Apr 22 03:37:12 2002 +0000
description:
Use INSTALLATION_DIRS for directory creation.
diffstat:
distrib/hp300/Makefile | 3 +--
etc/etc.hp300/Makefile.inc | 4 +++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 4e0a011b16ae -r d297756c134b distrib/hp300/Makefile
--- a/distrib/hp300/Makefile Mon Apr 22 02:51:19 2002 +0000
+++ b/distrib/hp300/Makefile Mon Apr 22 03:37:12 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/04/14 20:48:16 gmcgarry Exp $
+# $NetBSD: Makefile,v 1.11 2002/04/22 03:37:12 gmcgarry Exp $
.include <bsd.own.mk>
.include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -8,7 +8,6 @@
TARGETS+= release
release: check_RELEASEDIR
- -mkdir -p ${RELEASEDIR}/installation/misc
${RELINSTALL} HP-IB.geometry ${RELEASEDIR}/installation/misc
.include <bsd.subdir.mk>
diff -r 4e0a011b16ae -r d297756c134b etc/etc.hp300/Makefile.inc
--- a/etc/etc.hp300/Makefile.inc Mon Apr 22 02:51:19 2002 +0000
+++ b/etc/etc.hp300/Makefile.inc Mon Apr 22 03:37:12 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.14 2002/04/19 07:32:08 gmcgarry Exp $
+# $NetBSD: Makefile.inc,v 1.15 2002/04/22 03:37:13 gmcgarry Exp $
#
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
#
@@ -7,6 +7,8 @@
BUILD_KERNELS= INSTALL RAMDISK
+INSTALLATION_DIRS+= installation/misc
+
# Build the boot media and install notes and install them
snap_md_post:
.ifndef UPDATE
Home |
Main Index |
Thread Index |
Old Index