Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.pmax Make release building work again.



details:   https://anonhg.NetBSD.org/src/rev/48ffb828d1ff
branches:  trunk
changeset: 533990:48ffb828d1ff
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jul 12 02:24:23 2002 +0000

description:
Make release building work again.

diffstat:

 etc/etc.pmax/Makefile.inc |  21 ++++++++-------------
 1 files changed, 8 insertions(+), 13 deletions(-)

diffs (32 lines):

diff -r 97f4892ed1fa -r 48ffb828d1ff etc/etc.pmax/Makefile.inc
--- a/etc/etc.pmax/Makefile.inc Fri Jul 12 00:40:00 2002 +0000
+++ b/etc/etc.pmax/Makefile.inc Fri Jul 12 02:24:23 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.11 2002/07/12 02:24:23 thorpej 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