From owner-cvs-share Thu Apr 3 13:21:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA16841 for cvs-share-outgoing; Thu, 3 Apr 1997 13:21:57 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA16778; Thu, 3 Apr 1997 13:21:22 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id XAA27692; Thu, 3 Apr 1997 23:20:53 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id WAA00212; Thu, 3 Apr 1997 22:53:25 +0200 (MET DST) Message-ID: <19970403225325.EH27032@uriah.heep.sax.de> 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 References: <199704030914.TAA09595@godzilla.zeta.org.au> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199704030914.TAA09595@godzilla.zeta.org.au>; from Bruce Evans on Apr 3, 1997 19:14:05 +1000 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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. ;-)