aboutsummaryrefslogtreecommitdiff
path: root/scripts/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* As noticed by egor duda, current_menu is declared as 'extern struct menuandersen2004-10-081-1/+1
| | | | | | | | *current_menu;' in scripts/config/lkc.h line 63, and this conflicts with static definition in mconf.c. git-svn-id: svn://busybox.net/trunk/busybox@9321 69ca8d6d-28ef-0310-b511-8ec308f3f277
* egor duda writes:andersen2004-10-081-18/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@9320 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Peter Kjellerstedt at axis.com writes:andersen2004-07-159-109/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hello, the attached patch should bring extra/config in line with the Linux 2.6.7 sources. The following are the commit messages for the respective files from the Linux bk-repository: checklist.c: * fix menuconfig choice item help display confdata.c: * config: choice fix * kconfig: don't rename target dir when saving config expr.c, expr.h: * config: disable debug prints mconf.c: * fix menuconfig choice item help display menu.c: * Kconfig: use select statements symbol.c: * config: choice fix * Avoid bogus warning about recursive dependencies * c99 struct initialiser conversions textbox.c: * janitor: don't init statics to 0 util.c: * fix lxdialog behaviour //Peter git-svn-id: svn://busybox.net/trunk/busybox@8944 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-1510-81/+81
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8630 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor updates from linux 2.6.1andersen2004-01-162-13/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8295 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Bastian Blank, allow the buildtime to be overriden with abug12004-01-131-2/+7
| | | | | | | | different string, used by the debian busybox-cvs to specify the debian date based version number. git-svn-id: svn://busybox.net/trunk/busybox@8277 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch by Rob Landley, fix warningbug12003-10-031-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7595 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Seems I missed a spotandersen2003-08-052-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7163 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merge/rework config system per the latest from linux-2.6.0-test2.andersen2003-08-0513-2549/+3445
| | | | | | | | Fix the config bugs revealed by the updated config system. -Erik git-svn-id: svn://busybox.net/trunk/busybox@7160 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Pavel Roskin to fixup toplevel help textandersen2003-06-301-3/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7014 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix the location for the default config so 'make defconfig'andersen2003-06-121-1/+1
| | | | | | | actually works git-svn-id: svn://busybox.net/trunk/busybox@6913 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Avoid errors with buggy preprocessorsandersen2003-03-311-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6774 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Avoid potential rendering problemsandersen2003-03-101-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6730 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Brett Hunt at micron.com to fixup potential segfaultsandersen2003-01-231-4/+4
| | | | | | | during 'make menuconfig' git-svn-id: svn://busybox.net/trunk/busybox@6433 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Robert Schwebel -- support ncurses installed in /usr/localandersen2003-01-111-1/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6319 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't build the ncurses stuff unless it is specifically asked forandersen2002-12-131-25/+23
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@6212 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet another major rework of the BusyBox config system, using the considerablyandersen2002-12-0526-0/+13284
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6102 69ca8d6d-28ef-0310-b511-8ec308f3f277