Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.acorn26 "make release" in distrib/acorn26 too.



details:   https://anonhg.NetBSD.org/src/rev/7b9a1ab24ce2
branches:  trunk
changeset: 525866:7b9a1ab24ce2
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Fri Apr 19 00:05:25 2002 +0000

description:
"make release" in distrib/acorn26 too.

diffstat:

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

diffs (23 lines):

diff -r 11fe3e0211a2 -r 7b9a1ab24ce2 etc/etc.acorn26/Makefile.inc
--- a/etc/etc.acorn26/Makefile.inc      Fri Apr 19 00:03:46 2002 +0000
+++ b/etc/etc.acorn26/Makefile.inc      Fri Apr 19 00:05:25 2002 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: Makefile.inc,v 1.3 2002/04/01 19:12:16 bjh21 Exp $
+#      $NetBSD: Makefile.inc,v 1.4 2002/04/19 00:05:25 bjh21 Exp $
 #
 #      etc.acorn26/Makefile.inc -- acorn26-specific etc Makefile targets
 #
 
 KERNEL_SETS=           GENERIC FOURMEG
+BUILD_KERNELS=         INSTALL
 
 INSTALLATION_DIRS+=    installation/misc
 
@@ -13,6 +14,7 @@
 .endif
        cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
        cd ${.CURDIR}/../distrib/notes && ${MAKE} release
+       cd ${.CURDIR}/../distrib/acorn26 && ${MAKE} release
 
        # install bootloader into installation directory
        cp -p ${DESTDIR}/usr/mdec/boot26,ffa ${RELEASEDIR}/installation/misc/.



Home | Main Index | Thread Index | Old Index