Skip to content
  • Alexey Dobriyan's avatar
    kbuild: make clean removes *.o.* as well · 6b36ab27
    Alexey Dobriyan authored
    
    
    Those are left presumably from aborted ccache(1) compilations:
    
    	arch/x86/kernel/.tmp_io_apic_64.o.T5veul
    	arch/x86/kvm/.tmp_x86.o.SZWn69
    	arch/x86/mm/.tmp_pgtable.o.sL1LTf
    	drivers/ieee1394/.tmp_ieee1394_transactions.o.bUj6o1
    	drivers/infiniband/hw/mlx4/.tmp_main.o.vy0ep6
    
    BTW, with git there is nice way to check for such nuisainces:
    
    	make mrproper
    	git-ls-files -o
    
    should give empty output.
    
    More precise wildcard spec from: Jan Engelhardt <jengelh@medozas.de>
    
    Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
    Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
    Cc: Jan Engelhardt <jengelh@medozas.de>
    6b36ab27