- 19 Feb, 2006 3 commits
-
-
Sam Ravnborg authored
Noted by Olaf Hering <olh@suse.de> Signed-off-by:
Sam Ravnborg <sam@ravnborg.org>
-
Jan Beulich authored
While the recent change to also escape # symbols when storing C-file compilation command lines was helpful, it should be in effect for all command lines, as much as the dollar escaping should be in effect for C-source compilation commands. Additionally, for better readability and maintenance, consolidating all the escaping (single quotes, dollars, and now sharps) was also desirable. Signed-Off-By:
Jan Beulich <jbeulich@novell.com> Signed-off-by:
Sam Ravnborg <sam@ravnborg.org>
-
Sam Ravnborg authored
Move $(CC) support functions to Kbuild.include so they are available in the kbuild files. In addition the following was done: o as-option documented in Documentation/kbuild/makefiles.txt o Moved documentation to new section to match new scope of functions o added cc-ifversion used to conditionally select a text string dependent on actual $(CC) version o documented cc-ifversion o change so Kbuild.include is read before the kbuild file Signed-off-by:
Sam Ravnborg <sam@ravnborg.org>
-
- 06 Jan, 2006 1 commit
-
-
Sam Ravnborg authored
This makes things a little bit more reader friendly and gvim is less confused. Signed-off-by:
Sam Ravnborg <sam@ravnborg.org>
-
- 10 Sep, 2005 1 commit
-
-
Sam Ravnborg authored
Use foo := $(call objectify, $(foo)) to prefix $(foo) with $(obj)/ unless $(foo) is an absolute path. For now no in-tree users - soon to come. Signed-off-by:
Sam Ravnborg <sam@ravnborg.org>
-
- 25 Jul, 2005 1 commit
-
-
Sam Ravnborg authored
Kbuild.include is a placeholder for definitions originally present in both the top-level Makefile and scripts/Makefile.build. There were a slight difference in the filechk definition, so the most videly used version was kept and usr/Makefile was adopted for this syntax. Signed-off-by:
Sam Ravnborg <sam@ravnborg.org> ---
-