busybox/scripts/config
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
..
.cvsignore Yet another major rework of the BusyBox config system, using the considerably 2002-12-05 08:41:41 +00:00
checklist.c Peter Kjellerstedt at axis.com writes: 2004-07-15 06:01:05 +00:00
colors.h Yet another major rework of the BusyBox config system, using the considerably 2002-12-05 08:41:41 +00:00
conf.c Minor updates from linux 2.6.1 2004-01-16 12:49:06 +00:00
confdata.c Peter Kjellerstedt at axis.com writes: 2004-07-15 06:01:05 +00:00
dialog.h Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
expr.c Peter Kjellerstedt at axis.com writes: 2004-07-15 06:01:05 +00:00
expr.h Peter Kjellerstedt at axis.com writes: 2004-07-15 06:01:05 +00:00
inputbox.c Yet another major rework of the BusyBox config system, using the considerably 2002-12-05 08:41:41 +00:00
Kconfig-language.txt Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
lex.zconf.c_shipped Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
lkc_proto.h Merge/rework config system per the latest from linux-2.6.0-test2. 2003-08-05 02:18:25 +00:00
lkc.h Merge/rework config system per the latest from linux-2.6.0-test2. 2003-08-05 02:18:25 +00:00
Makefile egor duda writes: 2004-10-08 07:46:08 +00:00
mconf.c Peter Kjellerstedt at axis.com writes: 2004-07-15 06:01:05 +00:00
menu.c Peter Kjellerstedt at axis.com writes: 2004-07-15 06:01:05 +00:00
menubox.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
msgbox.c Yet another major rework of the BusyBox config system, using the considerably 2002-12-05 08:41:41 +00:00
symbol.c Peter Kjellerstedt at axis.com writes: 2004-07-15 06:01:05 +00:00
textbox.c Peter Kjellerstedt at axis.com writes: 2004-07-15 06:01:05 +00:00
util.c Peter Kjellerstedt at axis.com writes: 2004-07-15 06:01:05 +00:00
yesno.c Yet another major rework of the BusyBox config system, using the considerably 2002-12-05 08:41:41 +00:00
zconf.l Merge/rework config system per the latest from linux-2.6.0-test2. 2003-08-05 02:18:25 +00:00
zconf.tab.c_shipped Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
zconf.tab.h_shipped Yet another major rework of the BusyBox config system, using the considerably 2002-12-05 08:41:41 +00:00
zconf.y Seems I missed a spot 2003-08-05 05:59:48 +00:00