1. 10 Oct, 2002 5 commits
    • Sam Ravnborg's avatar
      kbuild: Distributed clean, misc. · 57733624
      Sam Ravnborg authored
      o Move sound/oss file list to sound/oss/Makefile
      o Remove files non-existing in the tree (khttp,net/802/submenu)
      o scripts/* are handled by scripts makefile
      o Do not delete .config*, be more explicit
      o Add MC* - files generated by Menuconfig in toplevel dir
      57733624
    • Sam Ravnborg's avatar
      drivers/net/hamradio/soundmodem: distributed clean · 87547a92
      Sam Ravnborg authored
      Move list of files out where it belongs
      87547a92
    • Sam Ravnborg's avatar
      drivers/{atm,char,pci,video,zorro}: ditributed clean · b5bea3b0
      Sam Ravnborg authored
      Move list of files to be deleted during make clean out where
      they are made. host-progs files taken care of automagically
      b5bea3b0
    • Sam Ravnborg's avatar
      scsi+aic7xxx: Utilise distributed clean · 3309b35c
      Sam Ravnborg authored
      List files to be deleted during make clean where they are created
      3309b35c
    • Sam Ravnborg's avatar
      kbuild: Distributed clean infrastructure · bf2737d1
      Sam Ravnborg authored
        
      Today there is a huge list of files in the top-level Makefile that is
      deleted during make clean and make mrproper.
      This patch add infrastructure to get rid of this centralised list.
      
      Within a makefile simply use:
      clean-files := files-to-be-deleted
      or eventually
      clean-rule := command to be executed to delete files
        
      Files specified by host-progs and EXTRA_TARGETS are deleted during cleaning,
      and the same is all *.[oas] .*.cmd .*.tmp .*.d in the visited directories.
        
      Deleting core files is moved down to mrporper time
      
      Patches utilising this and the centralised list will dismiss.
      
      Based on a concept originally made by Kai Germaschewski
      bf2737d1
  2. 09 Oct, 2002 35 commits