1. 27 Jul, 2002 4 commits
    • Kai Germaschewski's avatar
      kbuild: Fix "export-objs" · b9a898b8
      Kai Germaschewski authored
      This patch cleans up most of the Makefile's to list the correct files
      (i.e. the ones which do have "EXPORT_SYMBOL" in them) in $(export-objs)
      
      Contributed by "Lightweight patch manager"
      b9a898b8
    • Kai Germaschewski's avatar
      kbuild: Make scripts/compile.h when sh != bash · 11acbbbb
      Kai Germaschewski authored
      Contributed by Arkadiusz Miskiewicz
      11acbbbb
    • Kai Germaschewski's avatar
      kbuild: Fix net/8022 selections · 12eb3ca5
      Kai Germaschewski authored
      Patch by Keith Owens, with slight modifications.
      His description:
      
      The problem is net/802/Makefile which includes p8022 for any of
      CONFIG_LLC, CONFIG_TR, CONFIG_IPX or CONFIG_ATALK.  p8022 calls
      llc_register_sap which is in ext8022.o, that file is built by
      net/core/Makefile but only for CONFIG_LLC.  It worked before because of
      the wrong test in net/core/Makefile which always built ext8022.o.
      12eb3ca5
    • Kai Germaschewski's avatar
      kbuild: Fix compiling/installing as different users · 5d1cfb5b
      Kai Germaschewski authored
      "make bzImage && sudo make install" had the problem that during
      the "sudo make install" the build system would notice that the information
      in include/linux/compile.h is not accurate (it says "compiled by <user>",
      but we are root), thus causing compile.h to be updated and leading to
      some recompiles.
      
      We now only update "compile.h" if the current user is the owner of
      include/linux/autoconf.h, i.e. the user who did the "make *config". So the
      above sequence will correctly state "compiled by <user>".
      5d1cfb5b
  2. 24 Jul, 2002 23 commits
  3. 23 Jul, 2002 13 commits