Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.mvme68k Do `make release' for the miniroot too.



details:   https://anonhg.NetBSD.org/src/rev/974dd56a91b8
branches:  trunk
changeset: 499624:974dd56a91b8
user:      scw <scw%NetBSD.org@localhost>
date:      Fri Nov 24 22:07:32 2000 +0000

description:
Do `make release' for the miniroot too.

diffstat:

 etc/etc.mvme68k/Makefile.inc |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 4ea9b743fe7d -r 974dd56a91b8 etc/etc.mvme68k/Makefile.inc
--- a/etc/etc.mvme68k/Makefile.inc      Fri Nov 24 22:05:13 2000 +0000
+++ b/etc/etc.mvme68k/Makefile.inc      Fri Nov 24 22:07:32 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 2000/11/24 19:49:40 scw Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2000/11/24 22:07:32 scw Exp $
 #
 #      etc.mvme68k/Makefile.inc -- mvme68k-specific etc Makefile targets
 #
@@ -20,12 +20,12 @@
 .endif
        cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
        cd ${.CURDIR}/../distrib/mvme68k && ${MAKE} release
+       cd ${.CURDIR}/../distrib/miniroot && ${MAKE} release
        cd ${.CURDIR}/../distrib/notes && ${MAKE} release
        cp -p ${DESTDIR}/usr/mdec/sboot ${RELEASEDIR}/installation/netboot
        cp -p ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR}/installation/netboot
        cp -p ${DESTDIR}/usr/mdec/stboot ${RELEASEDIR}/installation/tapeimage
        cp -p ${DESTDIR}/usr/mdec/bootst ${RELEASEDIR}/installation/tapeimage
-       sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/miniroot
-       sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/netboot
-       sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/tapeimage
+       sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/netboot -all
+       sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/tapeimage -all
 



Home | Main Index | Thread Index | Old Index