* [GIT] kbuild updates for 3.2
@ 2011-11-03 15:58 Michal Marek
0 siblings, 0 replies; only message in thread
From: Michal Marek @ 2011-11-03 15:58 UTC (permalink / raw)
To: Linus Torvalds
Cc: amwang, lacombar, mmarek, pefoley2, linux-kbuild, linux-kernel
Hi Linus,
this is the main part of kbuild for 3.2. It's rather boring this time:
- Fix to keep _shipped files if the user removes them to force a rebuild
- make distclean does not remove empty files, should someone create one
again :)
- Save one make invocation in make prepare
- genksyms won't checksum structs defined inside the current C file
- a couple of minor fixes
The following changes since commit 322a8b034003c0d46d39af85bf24fee27b902f48:
Linux 3.1-rc1 (2011-08-07 18:23:30 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kbuild
Amerigo Wang (1):
Makefile: remove a duplicated line
Arnaud Lacombe (2):
scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacement
Kbuild: append missing-syscalls to the default target list
Michal Marek (4):
kbuild: Do not delete empty files in make distclean
genksyms: Minor parser cleanup
genksyms: Do not expand internal types
genksyms: Regenerate lexer and parser
Peter Foley (2):
kbuild: prevent make from deleting _shipped files
fixdep: fix extraneous dependencies
Kbuild | 6 +-
Makefile | 4 +-
scripts/Makefile.build | 2 +-
scripts/Makefile.lib | 4 +
scripts/basic/fixdep.c | 1 +
scripts/genksyms/genksyms.c | 3 +-
scripts/genksyms/genksyms.h | 4 +-
scripts/genksyms/lex.l | 8 +
scripts/genksyms/lex.lex.c_shipped | 12 +-
scripts/genksyms/parse.tab.c_shipped | 645 ++++++++++++++++++----------------
scripts/genksyms/parse.tab.h_shipped | 7 +-
scripts/genksyms/parse.y | 40 ++-
12 files changed, 404 insertions(+), 332 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-03 15:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-03 15:58 [GIT] kbuild updates for 3.2 Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome