]> Git Repo - linux.git/commitdiff
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
authorLinus Torvalds <[email protected]>
Mon, 7 Nov 2011 02:41:27 +0000 (18:41 -0800)
committerLinus Torvalds <[email protected]>
Mon, 7 Nov 2011 02:41:27 +0000 (18:41 -0800)
* 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
  Kbuild: append missing-syscalls to the default target list
  genksyms: Regenerate lexer and parser
  genksyms: Do not expand internal types
  genksyms: Minor parser cleanup
  Makefile: remove a duplicated line
  fixdep: fix extraneous dependencies
  scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacement
  kbuild: prevent make from deleting _shipped files
  kbuild: Do not delete empty files in make distclean

1  2 
Makefile

diff --combined Makefile
index 07bc92544e9cab9ea9fd201b8a5f36fb9dbb9168,2e78b080033488c4d19b4ce453a6aeacb269d9f9..ed25c5b35470dc2035f8b024994fa6cb7cecaca6
+++ b/Makefile
@@@ -1,8 -1,8 +1,8 @@@
  VERSION = 3
  PATCHLEVEL = 1
  SUBLEVEL = 0
 -EXTRAVERSION = -rc1
 -NAME = Sneaky Weasel
 +EXTRAVERSION =
 +NAME = "Divemaster Edition"
  
  # *DOCUMENTATION*
  # To see a list of typical targets execute "make help"
@@@ -983,7 -983,6 +983,6 @@@ archprepare: prepare1 scripts_basi
  
  prepare0: archprepare FORCE
        $(Q)$(MAKE) $(build)=.
-       $(Q)$(MAKE) $(build)=. missing-syscalls
  
  # All the preparing..
  prepare: prepare0
@@@ -1198,7 -1197,7 +1197,7 @@@ distclean: mrprope
        @find $(srctree) $(RCS_FIND_IGNORE) \
                \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
                -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
-               -o -name '.*.rej' -o -size 0 \
+               -o -name '.*.rej' \
                -o -name '*%' -o -name '.*.cmd' -o -name 'core' \) \
                -type f -print | xargs rm -f
  
@@@ -1296,7 -1295,6 +1295,6 @@@ help
        @echo  '                2: warnings which occur quite often but may still be relevant'
        @echo  '                3: more obscure warnings, can most likely be ignored'
        @echo  '                Multiple levels can be combined with W=12 or W=123'
-       @echo  '  make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections'
        @echo  ''
        @echo  'Execute "make" or "make all" to build all targets marked with [*] '
        @echo  'For further info see the ./README file'
This page took 0.082157 seconds and 4 git commands to generate.