Subject: build prob
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 01/15/2002 17:52:53
When I did a make build on a 1.5Y/i386 system, and the source code was from
1.5Z, the default directory for tools

/usr/src/tools/obj.i386/tools.NetBSD-1.5Z-i386

was created. Just now I tried a make build on said 1.5Z system, and today's
source code is 1.5ZA, however the build failed as the default directory

/usr/src/tools/obj.i386/tools.NetBSD-1.5ZA-i386

didn't exist and wasn't created. What changed?! (Creating the directory/bin
fixed things)

Cheers,

Patrick


(cd /usr/src/tools && make  dependall)
dependall ===> host-mkdep
rm -f host-mkdep
...
updating cache config.cache
configure: creating ./config.status
config.status: creating host-mkdep
install ===> host-mkdep
cp host-mkdep /usr/src/tools/obj.i386/tools.NetBSD-1.5ZA-i386/bin/nbhost-mkdep
cp: /usr/src/tools/obj.i386/tools.NetBSD-1.5ZA-i386/bin/nbhost-mkdep: No such file or directory
*** Error code 1