[GIT] kbuild changes for v3.10-rc1
From: Michal Marek
Date: Tue May 07 2013 - 08:42:52 EST
Hi Linus,
please pull these kbuild commits for v3.10-rc1:
* Fix make mrproper after mod/file2alias rework
* Fix ld-option Makefile function
* Rewrite headers_install to shell to drop Perl dependency.
There are some more patches I have to look at, so I might send another
pull request later. Or just queue them for 3.11.
The following changes since commit a937536b868b8369b98967929045f1df54234323:
Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kbuild
Andreas Schwab (1):
Fix cleaning in scripts/mod
Antony Pavlov (1):
kbuild: fix ld-option function
Rob Landley (1):
headers_install.pl: convert to headers_install.sh
Documentation/kbuild/makefiles.txt | 2 +-
scripts/Kbuild.include | 2 +-
scripts/Makefile.headersinst | 4 +-
scripts/headers_install.pl | 63 ------------------------------------
scripts/headers_install.sh | 43 ++++++++++++++++++++++++
scripts/mod/Makefile | 2 +
6 files changed, 49 insertions(+), 67 deletions(-)
delete mode 100644 scripts/headers_install.pl
create mode 100644 scripts/headers_install.sh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/