Date: Thu, 3 Apr 1997 19:14:05 +1000 From: Bruce Evans <bde@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 Message-ID: <199704030914.TAA09595@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704030914.TAA09595>