Source-Changes-HG archive

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

[src/trunk]: src Add back original behavior of MKOBJDIRS defaulting to "no" s...



details:   https://anonhg.NetBSD.org/src/rev/c5cc704a0f79
branches:  trunk
changeset: 516903:c5cc704a0f79
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Nov 01 15:48:39 2001 +0000

description:
Add back original behavior of MKOBJDIRS defaulting to "no" so it doesn't
force people to set yet another variable to get the expected behavior

diffstat:

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

diffs (18 lines):

diff -r e63866d1ce62 -r c5cc704a0f79 Makefile
--- a/Makefile  Thu Nov 01 15:03:07 2001 +0000
+++ b/Makefile  Thu Nov 01 15:48:39 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.147 2001/10/31 19:41:54 jmc Exp $
+#      $NetBSD: Makefile,v 1.148 2001/11/01 15:48:39 jmc 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
@@ -58,6 +58,8 @@
 .MAKEFLAGS: -m ${.CURDIR}/share/mk
 .endif
 
+MKOBJDIRS ?= no
+
 .include <bsd.own.mk>
 
 # Sanity check: make sure that "make build" is not invoked simultaneously



Home | Main Index | Thread Index | Old Index