Subject: VAX build errors.
To: None <current-users@netbsd.org>
From: Chuck McManis <cmcmanis@mcmanis.com>
List: current-users
Date: 03/17/2000 20:52:31
I've not done a CVS update since monday, however I've hit at least two
oddities that are probably relevent to all builds.
src/usr.bin/apropos
fails trying to create an executable in ../man because ../man/apropos is
an empty dir
src/usr.bin/kdump
fails trying to create an executable in ../ktrace because ../ktrace/kdump
is an emptry dir
I'm guessing that these are half completed moves of the build tree
directories from one spot to the other. However I'm confused by the putting
executables back into the source tree as they should be ending up in the
OBJDIR directories right?
--Chuck