1. 06 Mar, 2003 4 commits
  2. 07 Mar, 2003 1 commit
  3. 06 Mar, 2003 34 commits
  4. 05 Mar, 2003 1 commit
    • Sam Ravnborg's avatar
      [PATCH] kbuild: touch-module after successfull creation only · cc12a29a
      Sam Ravnborg authored
      On Mon, Mar 03, 2003 at 05:11:10PM -0500, Bill Davidsen wrote:
      > scripts/Makefile.modinst:16: *** Uh-oh, you have stale module entries. You
      messed with SUBDIRS, do not complain if something goes wrong.
      
      This happens if you have encountered a compile error in a module.
      In this case you did not succeed the compilation of fs/binfmt_aout,
      and therefore no .o file can be located.
      kbuild assumes this is because you have messed with SUBDIRS, which is wrong.
      cc12a29a