Subject: re: toolchain/28414: -current Makefiles don't honor MAKEOBJDIRPREFIX
To: Peter Eisch <peter@boku.net>
From: matthew green <mrg@eterna.com.au>
List: netbsd-bugs
Date: 11/26/2004 18:51:15
do you use cvs to use?  use "cvs up -dPA -I\! -ICVS" to make it show
all files that should not be there...  another thing to try is to
delete the objdir _entirely_ and then run "make cleandir" from the
toplevel.  that will ensure the rm's for cleandir are run in the
source tree not the objdir... then another fresh build without -o
should work fine.

i actually mount my 'src' tree read-only to build from so that the
build actually breaks when it tries to write to the src tree.  i use
either r/o nfs mounts or r/o null mounts..


.mrg.