Source-Changes-HG archive

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

[src/trunk]: src/distrib/hp300 distrib/** consistency tweaks



details:   https://anonhg.NetBSD.org/src/rev/f131c1bfcd6d
branches:  trunk
changeset: 525415:f131c1bfcd6d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Apr 11 05:30:12 2002 +0000

description:
distrib/** consistency tweaks

diffstat:

 distrib/hp300/instkernel/Makefile |  9 +++++----
 distrib/hp300/ramdisk/Makefile    |  4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r c9547b5b33d2 -r f131c1bfcd6d distrib/hp300/instkernel/Makefile
--- a/distrib/hp300/instkernel/Makefile Thu Apr 11 05:26:17 2002 +0000
+++ b/distrib/hp300/instkernel/Makefile Thu Apr 11 05:30:12 2002 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.4 2002/03/12 06:39:18 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2002/04/11 05:30:12 lukem Exp $
 
-.include "${.CURDIR}/../../Makefile.inc"
 .include <bsd.own.mk>
+.include "${_SRC_TOP_}/distrib/Makefile.inc"
+
 .include <bsd.kernobj.mk>
 
-CLEANFILES=    netbsd.tmp
+CLEANFILES=    netbsd.tmp netbsd.tmp.gz
 
 RAMDISKS=      RAMDISK ramdisk
 
@@ -36,7 +37,7 @@
 
 #      do the work
 #
-all: ${KERNELS}
+realall: ${KERNELS}
 
 release:
        -mkdir -p ${RELEASEDIR}/binary/kernel
diff -r c9547b5b33d2 -r f131c1bfcd6d distrib/hp300/ramdisk/Makefile
--- a/distrib/hp300/ramdisk/Makefile    Thu Apr 11 05:26:17 2002 +0000
+++ b/distrib/hp300/ramdisk/Makefile    Thu Apr 11 05:30:12 2002 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.15 2002/04/06 18:16:10 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.16 2002/04/11 05:30:13 lukem Exp $
 
-.include "${.CURDIR}/../../Makefile.inc"
 .include <bsd.own.mk>
+.include "${_SRC_TOP_}/distrib/Makefile.inc"
 
 IMAGE=         ramdisk.fs
 IMAGESIZE=     1200k



Home | Main Index | Thread Index | Old Index