[kbuild-devel] Re: [PATCH 0/3] Link lxdialog with mconf directly

2005-12-12 Thread Petr Baudis
Dear diary, on Mon, Dec 12, 2005 at 08:14:22PM CET, I got a letter where Sam Ravnborg <[EMAIL PROTECTED]> said that... > On Mon, Dec 12, 2005 at 01:41:59AM +0100, Petr Baudis wrote: > > The following series revives one three years old patch, turning lxdialog > > to a l

[kbuild-devel] Re: [PATCH 3/3] [kconfig] Direct use of lxdialog routines by menuconfig

2005-12-12 Thread Petr Baudis
Dear diary, on Mon, Dec 12, 2005 at 04:18:26AM CET, I got a letter where Kurt Wall <[EMAIL PROTECTED]> said that... > On Sunday 11 December 2005 07:46 pm, Petr Baudis wrote: > > After three years, the zombie walks again! This patch (against the latest > > git tree) cleans u

[kbuild-devel] [PATCH 2/3] [kbuild] Possibility to sanely link against off-directory .so

2005-12-12 Thread Petr Baudis
e leaf makefiles. Signed-off-by: Petr Baudis <[EMAIL PROTECTED]> --- scripts/Makefile.host |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/scripts/Makefile.host b/scripts/Makefile.host index ff1b54d..1161f4c 100644 --- a/scripts/Makefile.host +++ b/scripts/

[kbuild-devel] [PATCH 3/3] [kconfig] Direct use of lxdialog routines by menuconfig

2005-12-12 Thread Petr Baudis
t properly, more liblxdialog integration is required). Also, the code is considerably simplified on few places. Signed-off-by: Petr Baudis <[EMAIL PROTECTED]> --- scripts/kconfig/Makefile | 18 + scripts/kconfig/mconf.c | 538 --

[kbuild-devel] [PATCH 0/3]

2005-12-12 Thread Petr Baudis
The following series implements... -- And on the eigth day, God started debugging. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching

[kbuild-devel] [PATCH 1/3] [kbuild] Allow building of standalone .so libraries

2005-12-12 Thread Petr Baudis
This patch allows specifying .so libraries directly in 'hostprogs-y'. I need to create a .so library not linked to anything in the scripts/lxdialog/ directory. Signed-off-by: Petr Baudis <[EMAIL PROTECTED]> --- scripts/Makefile.host | 14 +++--- 1 files changed, 11

[kbuild-devel] [PATCH 0/3] Link lxdialog with mconf directly

2005-12-12 Thread Petr Baudis
third patch does the libification itself and appropriate modifications to mconf.c. PS: Sorry for the blank covermail I've sent before. StGIT still seems to behave, er.. erratically. Petr Baudis -- And on the eigth day, God started debu

[kbuild-devel] [PATCH] [kconfig] Direct use of lxdialog routines by menuconfig (v2)

2002-11-14 Thread Petr Baudis
ssing a part ;-). Kind regards, Petr Baudis --- linux/Makefile Thu Nov 14 19:03:20 2002 +++ linux+pasky/MakefileThu Nov 14 21:55:26 2002 @@ -643,8 +643,7 @@ xconfig: scripts/kconfig/qconf ./scripts/kconfig/qconf arch/$(ARCH)/Kconfig -menuconf

[kbuild-devel] Re: [PATCH] [kbuild] Possibility to sanely link against off-directory .so

2002-11-07 Thread Petr Baudis
Dear diary, on Thu, Nov 07, 2002 at 02:22:45PM CET, I got a letter, where Peter Samuelson <[EMAIL PROTECTED]> told me, that... > Remember, the whole point of HOSTCC is to support a build environment > different from the compile target - arbitrarily different, even. I'm a bit lost here - the kernel

[kbuild-devel] [PATCH] [kbuild] Possibility to sanely link against off-directory .so

2002-11-07 Thread Petr Baudis
have no unwanted side-effects, and it appears to actually work for me. Please apply. scripts/Makefile.build |6 ++ scripts/Makefile.lib |2 +- 2 files changed, 7 insertions(+), 1 deletion(-) Kind regards, Petr Baudis diff -ru linux/scripts

[kbuild-devel] [PATCH] [kconfig] Direct use of lxdialog routines by menuconfig

2002-11-07 Thread Petr Baudis
8 +- 9 files changed, 213 insertions(+), 544 deletions(-) Kind regards, Petr Baudis diff -ruN linux/scripts/kconfig/Makefile linux+pasky/scripts/kconfig/Makefile --- linux/scripts/kconfig/Makefile Wed Nov 6 21:49:55 2002 +++ linux+pasky/scripts/kconfig/Makefile

[kbuild-devel] Re: [PATCH] [kbuild] Possibility to sanely link against off-directory .so

2002-11-07 Thread Petr Baudis
Dear diary, on Wed, Nov 06, 2002 at 10:29:52PM CET, I got a letter, where Sam Ravnborg <[EMAIL PROTECTED]> told me, that... > On Wed, Nov 06, 2002 at 07:52:30PM +0100, Petr Baudis wrote: > > Hello, > > > > this patch (against 2.5.46) introduces two special variables