Hi,
I have found small bug in mconf, when you run it without any argument it
will sigsegv.
Without patch:
$ scripts/kconfig/mconf
Segmentation fault
With patch:
$ scripts/kconfig/mconf
can't find file (null)
Signed-off-by: Marcin Garski <[EMAIL PROTECTED]>
--
Best Regards
Marcin Garski
diff
Sam Ravnborg wrote:
>
> This will likely appear in my kbuild.git tree but only
> when next mergewindow opens I think.
> My current batch (35 commits) has not yet been pulled
> and this would no see exposure in -mm first.
>
Cool. I have a workaround (the old trick of building "sideways" objects
Using the possibility to assing src to another dir we can now
share the same code for i386 and x86_64 with output files
located in the dir of the architecture.
Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
---
We could have avoided the arch/x86_64/boot/Makefile
by changes all $(MAKE) invocation
To introduce support for source in one directory but output files
in another directory during a non O= build prefix all paths
with $(src) repsectively $(obj).
Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
---
This will likely appear in my kbuild.git tree but only
when next mergewindow opens I t