1. 13 Dec, 2008 2 commits
    • Jiri Slaby's avatar
      kbuild: fix make tags/cscope · 709cc372
      Jiri Slaby authored
      - fix combining O=... and tags
      - don't allow * expansion during sh function calls
      Signed-off-by: default avatarJiri Slaby <jirislaby@gmail.com>
      [sam: use KBUILD_SRC to check if we use O=...]
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      709cc372
    • Sam Ravnborg's avatar
      kbuild: fix make incompatibility · 31110ebb
      Sam Ravnborg authored
      "Paul Smith" <psmith@gnu.org> reported that we would fail
      to build with a new check that may be enabled in an
      upcoming version of make.
      
      The error was:
      
            Makefile:442: *** mixed implicit and normal rules.  Stop.
      
      The problem is that we did stuff like this:
      
      config %config: ...
      
      The solution was simple - the above was split into two with identical
      prerequisites and commands.
      With only three lines it was not worth to try to avoid the duplication.
      
      Cc: "Paul Smith" <psmith@gnu.org>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      31110ebb
  2. 05 Dec, 2008 1 commit
  3. 03 Dec, 2008 16 commits
  4. 02 Dec, 2008 21 commits