Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/a2a600d33e55
branches:  trunk
changeset: 525461:a2a600d33e55
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Apr 11 22:54:01 2002 +0000

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

diffstat:

 distrib/cats/Makefile |  13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diffs (21 lines):

diff -r 2c5269d8c757 -r a2a600d33e55 distrib/cats/Makefile
--- a/distrib/cats/Makefile     Thu Apr 11 22:53:02 2002 +0000
+++ b/distrib/cats/Makefile     Thu Apr 11 22:54:01 2002 +0000
@@ -1,15 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2002/04/11 16:33:58 skrll Exp $
-
-.include <bsd.own.mk>
-
-ITARGET=       ${RELEASEDIR}/installation
-IINST=         ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}
+# $NetBSD: Makefile,v 1.2 2002/04/11 22:54:01 lukem Exp $
 
 SUBDIR=                ramdisk .WAIT instkernel
+TARGETS+=      release
 
 .include <bsd.subdir.mk>
-
-INSTOBJ!=      cd ${.CURDIR}/instkernel && ${PRINTOBJDIR}
-
-release: check_RELEASEDIR
-       ${IINST} ${INSTOBJ}/netbsd.${kern}.gz ${ITARGET}/



Home | Main Index | Thread Index | Old Index