From: Michal Marek <mmarek@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: amwang@redhat.com, lacombar@gmail.com, mmarek@suse.cz,
pefoley2@verizon.net, linux-kbuild@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [GIT] kbuild updates for 3.2
Date: Thu, 3 Nov 2011 16:58:09 +0100 [thread overview]
Message-ID: <20111103155809.GA7532@sepie.suse.cz> (raw)
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(-)
reply other threads:[~2011-11-03 15:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111103155809.GA7532@sepie.suse.cz \
--to=mmarek@suse.cz \
--cc=amwang@redhat.com \
--cc=lacombar@gmail.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pefoley2@verizon.net \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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