Subject: binary build during "make includes"
To: None <tech-userlevel@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: tech-userlevel
Date: 12/20/2000 21:55:10
when we "make include" under lib/libcom_err, we build compile_et binary
under lib/libcom_err. this has bad sideeffect to upgrades - if we have
certain changes in libc (like assert -> __assert13 change), we fail
to build compile_et since include files are now out of sync with
libc.
what is the right way to address this problem? actually similar thing
may happen with rpcgen and *.x.
itojun