Subject: Objdirs not being created in asn1_compile and compile_et directories.
To: None <current-users@netbsd.org>
From: Andrew Gillham <gillham@gmail.com>
List: current-users
Date: 10/22/2004 11:21:45
This has been going on forever, I just forget to ask about it.  This
is on a 2.0_RC4 system after running build.sh on a clean source tree. 
All 'obj' directories were removed and /usr/obj/ was empty at the
start of the build.

I end up with object files in the following two directories:
? lib/libasn1/asn1_compile/warnerr.lo
? lib/libcom_err/compile_et/compile_et

It appears that the 'make obj' step is not traversing these
directories correctly.
This can be demonstrated by running 'make obj' from a clean libasn1 directory.

Is anyone else seeing this issue or is it something with local system?

-Andrew