Source-Changes-HG archive

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

[src/trunk]: src Use ${.CURDIR}/share/mk to include bsd.own.mk and bsd.subdir...



details:   https://anonhg.NetBSD.org/src/rev/f38c28f01e4c
branches:  trunk
changeset: 515780:f38c28f01e4c
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Oct 04 17:59:49 2001 +0000

description:
Use ${.CURDIR}/share/mk to include bsd.own.mk and bsd.subdir.mk into this
file in order to get proper definitions for a build.  (Temporary; this
Makefile will be moved to a new name and replaced with a bootstrap Makefile
in the near future.)

diffstat:

 Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 40252e9c33e8 -r f38c28f01e4c Makefile
--- a/Makefile  Thu Oct 04 17:52:27 2001 +0000
+++ b/Makefile  Thu Oct 04 17:59:49 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.132 2001/10/01 17:19:17 mason Exp $
+#      $NetBSD: Makefile,v 1.133 2001/10/04 17:59:49 tv Exp $
 
 # This is the top-level makefile for building NetBSD. For an outline of
 # how to build a snapshot or release, as well as other release engineering
@@ -57,7 +57,7 @@
 #   do-whatisdb: build & install the `whatis.db' man database.
 #   buildendmsg: displays the end time of the build.
 
-.include <bsd.own.mk>
+.include "${.CURDIR}/share/mk/bsd.own.mk"
 
 MKOBJDIRS ?= no
 
@@ -215,6 +215,6 @@
        @false
 .endif
 
-.include <bsd.subdir.mk>
+.include "${.CURDIR}/share/mk/bsd.subdir.mk"
 
 _M:=   -m ${.CURDIR}/share/mk



Home | Main Index | Thread Index | Old Index