[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 which make it actually possible

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

2002-11-07 Thread Petr Baudis
and they should 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] 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] [kconfig] Direct use of lxdialog routines by menuconfig (v2)

2002-11-14 Thread Petr Baudis
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 -menuconfig: scripts/kconfig/mconf

[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 0/3] Link lxdialog with mconf directly

2005-12-12 Thread Petr Baudis
. The 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 debugging

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

2005-12-12 Thread Petr Baudis
, 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 -- scripts/lxdialog/.gitignore

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

2005-12-12 Thread Petr Baudis
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/Makefile.host

[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 library and linking it directly