* [GIT] kbuild core changes for v3.5-rc1
@ 2012-05-28 12:35 Michal Marek
0 siblings, 0 replies; only message in thread
From: Michal Marek @ 2012-05-28 12:35 UTC (permalink / raw)
To: Linus Torvalds; +Cc: laface.tw, mmarek, sam, linux-kbuild, linux-kernel
Hi Linus,
the main part of kbuild this time is a series by Sam to clean up the
Makefile and move the vmlinux linking step to a separate script. There
are two conflicts unfortunately. Parts of arch/sparc/boot/Makefile were
removed in the sparc tree, so just do
git checkout HEAD -- arch/sparc/boot/Makefile
to resolve this. The other conflict is between commit 1dbdc6f
("kbuild/extable: Hook up sortextable into the build system.") from the
tip tree and commit 1f2bfbd ("kbuild: link of vmlinux moved to a
script") from the kbuild tree. The fix is to do the sortextable in the
link-vmlinux.sh script. Stephen did this in linux-next, see
http://lkml.indiana.edu/hypermail/linux/kernel/1205.0/02567.html
Or simply checkout scripts/link-vmlinux.sh from linux-next.
Michal
The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928:
Linux 3.4-rc1 (2012-03-31 16:24:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kbuild
for you to fetch changes up to f7fc237e330deaaea4ba6726b603d4058d1e6b38:
mips: Fix KBUILD_CPPFLAGS definition (2012-05-16 00:35:06 +0200)
----------------------------------------------------------------
Edward Shao (1):
kbuild: Makefile: remove unnecessary check for m68knommu ARCH
Michal Marek (1):
mips: Fix KBUILD_CPPFLAGS definition
Sam Ravnborg (5):
kbuild: drop unused KBUILD_VMLINUX_OBJS from top-level Makefile
kbuild: refactor final link of sparc32
kbuild: link of vmlinux moved to a script
kbuild: document KBUILD_LDS, KBUILD_VMLINUX_{INIT,MAIN} and LDFLAGS_vmlinux
kbuild: fix ia64 link
Documentation/kbuild/kbuild.txt | 19 ++++
Makefile | 221 +++------------------------------------
arch/mips/Makefile | 4 +-
arch/sparc/Makefile | 11 --
arch/sparc/boot/Makefile | 14 ++-
arch/um/Makefile | 11 +-
scripts/link-vmlinux.sh | 211 +++++++++++++++++++++++++++++++++++++
7 files changed, 258 insertions(+), 233 deletions(-)
create mode 100644 scripts/link-vmlinux.sh
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-28 12:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-28 12:35 [GIT] kbuild core changes for v3.5-rc1 Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).