Source-Changes-HG archive

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

[src/trunk]: src Create an objdir here for storage of timestamps, build-wide ...



details:   https://anonhg.NetBSD.org/src/rev/1d78858d465b
branches:  trunk
changeset: 517386:1d78858d465b
user:      tv <tv%NetBSD.org@localhost>
date:      Sun Nov 11 22:40:42 2001 +0000

description:
Create an objdir here for storage of timestamps, build-wide data, and so
forth.

diffstat:

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

diffs (17 lines):

diff -r 762dcc926e78 -r 1d78858d465b Makefile
--- a/Makefile  Sun Nov 11 22:39:23 2001 +0000
+++ b/Makefile  Sun Nov 11 22:40:42 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.150 2001/11/01 16:34:21 tv Exp $
+#      $NetBSD: Makefile,v 1.151 2001/11/11 22:40:42 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
@@ -176,6 +176,7 @@
 dependall-distrib depend-distrib all-distrib install-distrib includes-distrib:
        @true
 
+.include <bsd.obj.mk>
 .include <bsd.subdir.mk>
 
 build-docs: ${.CURDIR}/BUILDING



Home | Main Index | Thread Index | Old Index