public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT] kbuild patches
@ 2008-11-24 20:51 Sam Ravnborg
  2008-11-24 20:54 ` [PATCH 1/8] kbuild: expand -I in KBUILD_CPPFLAGS Sam Ravnborg
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Sam Ravnborg @ 2008-11-24 20:51 UTC (permalink / raw)
  To: linux-kbuild, LKML

Just a heads up of what I so far has applied to build-next.git

I have more queued in my mailbox pending review/applying.

If you use "make -s" you will see that we are now more
silent than before.

tags support got an overhauls and presently includes
symbols form the archs that has not yet killed include/asm-*

Everything is shortly available here:

   git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git master

I will send patches as followup.

	Sam

Mike Frysinger (3):
      kbuild: kill output in silent mode of mkcompile_h
      kbuild: introduce $(kecho) convenience echo
      kbuild: use KECHO convenience echo

Sally, Gene (1):
      kbuild: gen_init_cpio expands shell variables in file names

Sam Ravnborg (3):
      kbuild: expand -I in KBUILD_CPPFLAGS
      kbuild: teach mkmakfile to be silent
      kbuild: move tags support to a shell script

Werner Almesberger (1):
      remove bashisms from scripts/extract-ikconfig


 Documentation/kbuild/makefiles.txt |   14 ++++
 Makefile                           |  127 ++-----------------------------
 arch/blackfin/boot/Makefile        |    2 +-
 scripts/Kbuild.include             |   18 ++--
 scripts/Makefile.lib               |   15 +++-
 scripts/extract-ikconfig           |    8 +-
 scripts/mkcompile_h                |    6 +-
 scripts/mkmakefile                 |    4 +-
 scripts/tags.sh                    |  147 ++++++++++++++++++++++++++++++++++++
 usr/gen_init_cpio.c                |   28 +++++++-
 10 files changed, 227 insertions(+), 142 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-11-25  9:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 20:51 [GIT] kbuild patches Sam Ravnborg
2008-11-24 20:54 ` [PATCH 1/8] kbuild: expand -I in KBUILD_CPPFLAGS Sam Ravnborg
2008-11-24 20:54 ` [PATCH 2/8] kbuild: kill output in silent mode of mkcompile_h Sam Ravnborg
2008-11-24 20:54 ` [PATCH 3/8] kbuild: introduce $(kecho) convenience echo Sam Ravnborg
2008-11-24 20:54 ` [PATCH 4/8] kbuild: use KECHO " Sam Ravnborg
2008-11-24 20:54 ` [PATCH 5/8] kbuild: teach mkmakfile to be silent Sam Ravnborg
2008-11-24 20:54 ` [PATCH 6/8] remove bashisms from scripts/extract-ikconfig Sam Ravnborg
2008-11-24 20:54 ` [PATCH 7/8] kbuild: gen_init_cpio expands shell variables in file names Sam Ravnborg
2008-11-24 20:54 ` [PATCH 8/8] kbuild: move tags support to a shell script Sam Ravnborg
2008-11-24 22:07   ` Ian Campbell
2008-11-24 23:16     ` Jeff Dike
2008-11-25  9:46     ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox