Source-Changes-HG archive

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

[src/trunk]: src/distrib/shark/instkernel/instkernel 2nd part of "install ker...



details:   https://anonhg.NetBSD.org/src/rev/2811148a948d
branches:  trunk
changeset: 748819:2811148a948d
user:      is <is%NetBSD.org@localhost>
date:      Fri Nov 06 13:01:36 2009 +0000

description:
2nd part of "install kernel -> release" fix, inspired by tsutsui@'s patch
to PR 41672.

diffstat:

 distrib/shark/instkernel/instkernel/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (19 lines):

diff -r cfbdfb3bbbe4 -r 2811148a948d distrib/shark/instkernel/instkernel/Makefile
--- a/distrib/shark/instkernel/instkernel/Makefile      Fri Nov 06 12:31:44 2009 +0000
+++ b/distrib/shark/instkernel/instkernel/Makefile      Fri Nov 06 13:01:36 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2009/11/06 12:31:44 is Exp $
+#      $NetBSD: Makefile,v 1.20 2009/11/06 13:01:36 is Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -20,9 +20,4 @@
 
 .include "${DISTRIBDIR}/common/Makefile.mdset"
 
-.PHONY: release-aout-instkernel
-release-aout-instkernel:
-       ${RELEASE_INSTALL} netbsd-INSTALL.aout.gz \
-           ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/instkernel/netbsd.gz
-
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index