Subject: re: toolchain/28414: -current Makefiles don't honor MAKEOBJDIRPREFIX
To: None <peter@boku.net>
From: matthew green <mrg@eterna.com.au>
List: netbsd-bugs
Date: 11/25/2004 11:46:22
please try:
- clean your source tree
- run ./build.sh again WITHOUT "-o".
you were telling build.sh NOT to create objdirs with -o. so it didn't.
so it didn't use them... or. those files were simply already there so
make(1) didn't think they needed to be rebuilt..
the build will always fail if you have a dirty source tree with old
objects (espcially for another platform..)
.mrg.