]> Git Repo - linux.git/commit
[PATCH] kbuild: allow multi-word $M in Makefile.modpost
authorGreg Banks <[email protected]>
Tue, 17 Oct 2006 07:10:30 +0000 (00:10 -0700)
committerLinus Torvalds <[email protected]>
Tue, 17 Oct 2006 15:18:48 +0000 (08:18 -0700)
commit3f3fd3c055853d11295a1ec6cdc81e37e2182d16
tree1a0c01f2b35d5fe773b1b204ce10808ca6a0c9ae
parentdabad0568a5935e9f4903f5fd1d8f22b1c7c88c7
[PATCH] kbuild: allow multi-word $M in Makefile.modpost

Some people want to do crazy things like pass multiple directories as the
value of $(SUBDIRS) or $M.  Mostly this kinda works, except that
Makefile.modpost constructs a modpost commandline which fails modpost's
argument parsing.  This patch fixes that little wrinkle.

Signed-off-by: Greg Banks <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/Makefile.modpost
This page took 0.056693 seconds and 4 git commands to generate.