[GIT] kbuild updates for 3.2

From: Michal Marek
Date: Thu Nov 03 2011 - 11:58:13 EST


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(-)
--
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/