On Mon, May 31, 2004 at 12:28:07PM +0200, David N. Welton wrote:
This doesn't seem right to me. If I want to build it, I want to build it, not clean it. There is a separate target for that. This is frustrating because I want to tweak something a abit and rebuild the whole package.
busybox does not support building outside the source tree. Also the dependency tracking is rather broken.
What do you mean 'outside the source tree'? I'm building it like so:
fakeroot debian/rules binary-arch-udeb
and that works just fine. I just don't want it to do a make clean every time. Maybe there should be another intermediate step so as to provide something that can be used to rebuild a particular .deb or .udeb? That would be enough, I think.
BTW, another buglet:
lsmod.c's lsmod_main should read something like this:
...
#ifdef CONFIG_FEATURE_CHECK_TAINTED_MODULE
check_tainted();
#endif
...Thanks, -- David N. Welton [EMAIL PROTECTED]
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

