Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 1996 07:12:03 +0200 (MET DST)
From:      Peter Mutsaers <plm@xs4all.nl>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/1453: /usr/src/Makefile and NOOBJDIR 
Message-ID:  <199608010512.HAA00407@plm.xs4all.nl>
Resent-Message-ID: <199608010550.WAA29704@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         1453
>Category:       conf
>Synopsis:       -DNOOBJDIR is not obeyed in make world
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 31 22:50:00 PDT 1996
>Last-Modified:
>Originator:     Peter Mutsaers
>Organization:
>Release:        FreeBSD 2.2-CURRENT i386
>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 "--------------------------------------------------------------"
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608010512.HAA00407>