Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc now <bsd.kernobj.mk> defines KERNSRCDIR correctly, pull ...
details: https://anonhg.NetBSD.org/src/rev/5b874c14e242
branches: trunk
changeset: 525367:5b874c14e242
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Apr 10 14:57:45 2002 +0000
description:
now <bsd.kernobj.mk> defines KERNSRCDIR correctly, pull it in earlier
and clean up related goop
diffstat:
etc/Makefile | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diffs (35 lines):
diff -r ef42d066fee0 -r 5b874c14e242 etc/Makefile
--- a/etc/Makefile Wed Apr 10 14:53:43 2002 +0000
+++ b/etc/Makefile Wed Apr 10 14:57:45 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.210 2002/04/10 12:05:20 lukem Exp $
+# $NetBSD: Makefile,v 1.211 2002/04/10 14:57:45 lukem Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -35,12 +35,13 @@
# an objdir would break the installation stuff below
NOOBJ= # defined
-# do this before bsd.own.mk so we get correct KERNSRCDIR
-.include "../Makefile.inc"
-
# For NO_SENDMAIL, INSTPRIV, MKCRYPTO
.include <bsd.own.mk>
+# For KERNSRCDIR, KERNOBJDIR, ...
+.include <bsd.kernobj.mk>
+
+
.MAKEOVERRIDES+= USETOOLS
TZDIR= /usr/share/zoneinfo
@@ -132,8 +133,6 @@
.endif
.endif # release || snapshot || distribution # }
-.include <bsd.kernobj.mk>
-
obj:
mkdir -p ${KERNOBJDIR}
Home |
Main Index |
Thread Index |
Old Index