• Kai Germaschewski's avatar
    kbuild: Put .cmd/.d files into the same directory as the target · 2c3d57b4
    Kai Germaschewski authored
    Previously, we always had put the .cmd/.d files into the local subdir
    - now we put them into the directory where the target lives, like
    
    	some/dir/target.o <-> some/dir/.target.o.cmd
    
    It does not yet make a difference, since we always only generated
    targets in the local directory anyway, but that will change with
    tracking dependencies for .ver files.
    2c3d57b4
Rules.make 14 KB