From owner-cvs-share Thu Apr 3 01:21:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA08696 for cvs-share-outgoing; Thu, 3 Apr 1997 01:21:05 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA08437; Thu, 3 Apr 1997 01:15:57 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id TAA09595; Thu, 3 Apr 1997 19:14:05 +1000 Date: Thu, 3 Apr 1997 19:14:05 +1000 From: Bruce Evans Message-Id: <199704030914.TAA09595@godzilla.zeta.org.au> To: 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 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >ache 97/04/02 08:56:57 > > Modified: share/syscons/fonts Makefile > share/syscons/keymaps Makefile > Log: > cd ${.CURDIR} before installing, since no files in the obj directory 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'. Bruce