From plm@plm.xs4all.nl  Wed Jul 31 22:46:45 1996
Received: from magigimmix.xs4all.nl (magigimmix.xs4all.nl [194.109.6.25])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA29494
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 Jul 1996 22:46:43 -0700 (PDT)
Received: from asterix.xs4all.nl (asterix.xs4all.nl [194.109.6.11]) by magigimmix.xs4all.nl (8.7.5/XS4ALL) with ESMTP id HAA08994 for <FreeBSD-gnats-submit@freebsd.org>; Thu, 1 Aug 1996 07:46:40 +0200 (MET DST)
Received: from plm.xs4all.nl (uucp@localhost) by asterix.xs4all.nl (8.7.5/8.7.2) with UUCP id HAA11617 for FreeBSD-gnats-submit@freebsd.org; Thu, 1 Aug 1996 07:31:27 +0200 (MET DST)
Received: (from plm@localhost) by plm.xs4all.nl (8.7.5/8.7.3) id HAA00407; Thu, 1 Aug 1996 07:12:03 +0200 (MET DST)
Message-Id: <199608010512.HAA00407@plm.xs4all.nl>
Date: Thu, 1 Aug 1996 07:12:03 +0200 (MET DST)
From: Peter Mutsaers <plm@xs4all.nl>
Reply-To: plm@xs4all.nl
To: FreeBSD-gnats-submit@freebsd.org
Subject: /usr/src/Makefile and NOOBJDIR 
X-Send-Pr-Version: 3.2

>Number:         1453
>Category:       conf
>Synopsis:       -DNOOBJDIR is not obeyed in make world
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    peter
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 31 22:50:00 PDT 1996
>Closed-Date:    Wed Aug 7 06:34:15 PDT 1996
>Last-Modified:  Wed Aug  7 06:36:11 PDT 1996
>Originator:     Peter Mutsaers
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
>Environment:

NOOBJDIR=true in /etc/make.conf

>Description:

At some place in /usr/src/Makefile, NOOBJ instead of NOOBJDIR is written,
causing 'make obj' to be run even when not intended. (i.e. I don't
want object files from make world in a separate directory hierarchy).

>How-To-Repeat:

make world

>Fix:
	
--- Makefile.orig       Wed Jul 31 19:29:10 1996
+++ Makefile    Wed Jul 31 19:29:18 1996
@@ -152,7 +152,7 @@
 .endif
 .endif
        @echo
-.if !defined(NOOBJ)
+.if !defined(NOOBJDIR)
        @echo "--------------------------------------------------------------"
        @echo " Rebuilding the obj tree"
        @echo "--------------------------------------------------------------"
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: peter 
State-Changed-When: Wed Aug 7 06:34:15 PDT 1996 
State-Changed-Why:  
Fix applied in rev 1.94 of Makefile 


Responsible-Changed-From-To: freebsd-bugs->peter 
Responsible-Changed-By: peter 
Responsible-Changed-When: Wed Aug 7 06:34:15 PDT 1996 
Responsible-Changed-Why:  
This typo was my fault. 
>Unformatted:
