Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 1997 22:53:25 +0200
From:      j@uriah.heep.sax.de (J Wunsch)
To:        bde@zeta.org.au (Bruce Evans)
Cc:        ache@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-share@freefall.freebsd.org
Subject:   Re: cvs commit:  src/share/syscons/fonts Makefile src/share/syscons/keymaps Makefile
Message-ID:  <19970403225325.EH27032@uriah.heep.sax.de>
In-Reply-To: <199704030914.TAA09595@godzilla.zeta.org.au>; from Bruce Evans on Apr 3, 1997 19:14:05 %2B1000
References:  <199704030914.TAA09595@godzilla.zeta.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help
As Bruce Evans wrote:

> There shouldn't be any obj directory.  I added NOOBJ 3 months ago when
> I removed the cd ${.CURDIR}.  If you want to use stale obj trees, then
> it is more important to fix the general problem that the obj directory
> gets used whenever it exists - NOOBJ is ignored except for `make obj'.

In this case, it's probably wise to make it an internal pseudo-
target, as opposed to a bogus Makefile variable.  After all, using the
/usr/obj hierarchy is handled by make(1) internally, and is not
influenced by the Makefile in the first place.

So, make this

.NOOBJ:

, probably accompanied by a command-line option, similar to other
such targets like .IGNORE.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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