[kbuild-devel] [patch] Makefile: cancel implicit rules on included and top makefiles.

2006-11-12 Thread Oleg Verych
`make -d help | grep Makefile` shows patterns, where make tries to rebuild included and top makefiles. Do not let make to do so, by canceling implicit rules on this files. This must apply for all kinds of top makefiles's targets: *config, *build. Signed-off-by: Oleg Verych [EMAIL PROTECTED]

[kbuild-devel] [patch 03/04, rfc] cancel implicit rules on included and top makefiles.

2006-11-12 Thread Oleg Verych
`make -d help | grep Makefile` shows patterns, where make tries to rebuild included and top makefiles. Do not let make to do so, by canceling implicit rules on this files. This must apply for all kinds of top makefiles's targets: *config, *build. Signed-off-by: Oleg Verych [EMAIL PROTECTED]

Re: [kbuild-devel] [patch, rfc] kbuild: implement checksrc without building Cources (was Re: CHECK without C compile?)

2006-11-12 Thread Randy Dunlap
On Tue, 24 Oct 2006 19:43:40 + (UTC) Oleg Verych wrote: On 2006-10-24, Oleg Verych wrote: On 2006-10-23, Randy Dunlap wrote: Hi Sam, * It seems* + $(call if_changed_rule,cc_o_c) || \ + { echo $(@:.o=.ko); echo $@; } $(MODVERDIR)/$(@F:.o=.mod) This doesn't work, use

[kbuild-devel] [patch 01/02] kbuild: tabify and strip trailing whitespaces

2006-11-12 Thread Oleg Verych
Tabify and strip trailing whitespaces. Cc: Sam Ravnborg [EMAIL PROTECTED] Signed-off-by: Oleg Verych [EMAIL PROTECTED] --- (... or open/save/close in GNU Emacs. Linus and all friends, editing this file, doesn't seem to use decent editor, he-he; khm, sorry ;) As i was beginner, i wanted to

[kbuild-devel] [patch 00/02] kbuild: fix-make-rR-is-now-default-commit

2006-11-12 Thread Oleg Verych
-- This is replacement for + makefile-cancel-implicit-rules-on-included-and-top-makefiles.patch +added to -mm tree -o--=O`C #oo'L O ___=E M - Using Tomcat but need to do more? Need to support web services, security?

[kbuild-devel] [patch 02/02] kbuild: fix-rR-is-now-default

2006-11-12 Thread Oleg Verych
`make -d help | grep Makefile` shows patterns, where make tries to rebuild included and top makefiles. While `make -rR is now default' commit should fix this, actually, it was just a little janitorial. This fix is aimed to complete canceling implicit rules. Cc: Sam Ravnborg [EMAIL

Re: [kbuild-devel] Link lib to a kernel module

2006-11-12 Thread Matthias Fechner
Hello Dipti, * Dipti Ranjan Tarai [EMAIL PROTECTED] [24-10-06 16:42]: As per my knowledge kernel module can not access to a library function. Library function are only accessible to user level program. Module can access exported symbol only. hm, it seems that it is possible to build a