Source-Changes-HG archive

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

[src/trunk]: src/distrib/shark use TARGETS+=release and do the installs in th...



details:   https://anonhg.NetBSD.org/src/rev/6697286dc4cd
branches:  trunk
changeset: 525464:6697286dc4cd
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Apr 12 00:13:17 2002 +0000

description:
use TARGETS+=release and do the installs in the subdirs

diffstat:

 distrib/shark/Makefile |  15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

diffs (22 lines):

diff -r 75baebde518d -r 6697286dc4cd distrib/shark/Makefile
--- a/distrib/shark/Makefile    Thu Apr 11 23:36:49 2002 +0000
+++ b/distrib/shark/Makefile    Fri Apr 12 00:13:17 2002 +0000
@@ -1,15 +1,6 @@
-#      $NetBSD: Makefile,v 1.1 2002/03/30 06:55:18 thorpej Exp $
-
-.include <bsd.own.mk>          # Use /etc/mk.conf.
-
-SUBDIR=        instkernel
+#      $NetBSD: Makefile,v 1.2 2002/04/12 00:13:17 lukem Exp $
 
-ITARGET=       ${RELEASEDIR}/installation
-IINST=         ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}
-
-INSTKERNOBJ!=  cd ${.CURDIR}/instkernel/instkernel && ${PRINTOBJDIR}
-
-release: check_RELEASEDIR
-       ${IINST} ${INSTKERNOBJ}/netbsd.gz ${ITARGET}/instkernel/.
+SUBDIR=                instkernel
+TARGETS+=      release
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index