Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.i386 Fix this so that release notes are build proper...
details: https://anonhg.NetBSD.org/src/rev/e58b7acf98b9
branches: trunk
changeset: 486773:e58b7acf98b9
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun May 28 17:31:27 2000 +0000
description:
Fix this so that release notes are build properly upon `make release'.
diffstat:
etc/etc.i386/Makefile.inc | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r dd5ccd6fe704 -r e58b7acf98b9 etc/etc.i386/Makefile.inc
--- a/etc/etc.i386/Makefile.inc Sun May 28 17:23:44 2000 +0000
+++ b/etc/etc.i386/Makefile.inc Sun May 28 17:31:27 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.20 2000/05/06 05:31:58 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.21 2000/05/28 17:31:27 thorpej Exp $
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
@@ -12,8 +12,9 @@
# Build the boot floppies and install them
snap_md_post:
.ifndef UPDATE
- cd ${.CURDIR}/../distrib/i386/floppies && ${MAKE} clean
+ cd ${.CURDIR}/../distrib && ${MAKE} cleandir
.endif
- cd ${.CURDIR}/../distrib/i386/floppies && \
- ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release
+ cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+ cd ${.CURDIR}/../distrib/i386 && ${MAKE} release
+ cd ${.CURDIR}/../distrib/notes && ${MAKE} release
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppies '*.gz'
Home |
Main Index |
Thread Index |
Old Index