busybox/miscutils
Eric Andersen 7daa076d3e egor duda writes:
Hi!

I've created a patch to busybox' build system to allow building it in
separate tree in a manner similar to kbuild from kernel version 2.6.

That is, one runs command like
'make O=/build/some/where/for/specific/target/and/options'
and everything is built in this exact directory, provided that it exists.

I understand that applyingc such invasive changes during 'release
candidates' stage of development is at best unwise. So, i'm currently
asking for comments about this patch, starting from whether such thing
is needed at all to whether it coded properly.

'make check' should work now, and one make creates Makefile in build
directory, so one can run 'make' in build directory after that.

One possible caveat is that if we build in some directory other than
source one, the source directory should be 'distclean'ed first.

egor
2004-10-08 07:46:08 +00:00
..
adjtimex.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
Config.in Improve the setuid situation a bit, and make it more apparent 2004-08-26 23:13:00 +00:00
crond.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
crontab.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
dc.c Patch by Paul Whittaker, make busybox dc compatable with GNU dc. 2004-07-24 06:01:52 +00:00
devfsd.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
hdparm.c Avoid a naming conflict with include/bits/fcntl.h 2004-07-20 22:53:59 +00:00
last.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
makedevs.c Fix incorrect arguments being passed to mknod 2004-07-30 17:48:21 +00:00
Makefile egor duda writes: 2004-10-08 07:46:08 +00:00
Makefile.in egor duda writes: 2004-10-08 07:46:08 +00:00
mt.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
rx.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
strings.c Bugfixes 2004-04-30 23:09:39 +00:00
time.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
watchdog.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00