Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/etc/etc.pmax Pull up revision 1.11 (requested by thorpe...
details: https://anonhg.NetBSD.org/src/rev/039b4c2c0235
branches: netbsd-1-6
changeset: 528460:039b4c2c0235
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Jul 20 02:14:18 2002 +0000
description:
Pull up revision 1.11 (requested by thorpej in ticket #485):
Make release building work again.
diffstat:
etc/etc.pmax/Makefile.inc | 21 ++++++++-------------
1 files changed, 8 insertions(+), 13 deletions(-)
diffs (32 lines):
diff -r a04380606497 -r 039b4c2c0235 etc/etc.pmax/Makefile.inc
--- a/etc/etc.pmax/Makefile.inc Fri Jul 19 02:31:38 2002 +0000
+++ b/etc/etc.pmax/Makefile.inc Sat Jul 20 02:14:18 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.10 2002/05/02 15:09:47 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.10.2.1 2002/07/20 02:14:18 lukem Exp $
#
# etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
#
@@ -10,15 +10,10 @@
INSTALLATION_DIRS+= installation/diskimage \
installation/netboot
-# location and name of the stripped down NFS install kernel
-NFSCONF= INSTALL
-NFSKERNNAME= nfsnetbsd
-NFSKERNDIR= ${KERNOBJDIR}/${NFSCONF}
-NFSKERN= ${NFSKERNDIR}/${NFSKERNNAME}
-
-snap_md_post: ${DISKIMAGE} ${DISKIMAGE_TAR} ${INSTALLKERN}
- ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${BINMODE} \
- ${NFSKERN}.ecoff ${RELEASEDIR}/binary/kernel/${NFSKERNNAME}
- gzip -9 ${RELEASEDIR}/binary/kernel/${NFSKERNNAME}
- cd ${.CURDIR}/../distrib/pmax && \
- ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} install
+snap_md_post:
+.ifndef UPDATE
+ cd ${.CURDIR}/../distrib && ${MAKE} cleandir
+.endif
+ cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+ cd ${.CURDIR}/../distrib/pmax && ${MAKE} release
+ cd ${.CURDIR}/../distrib/notes && ${MAKE} release
Home |
Main Index |
Thread Index |
Old Index