• Michael Shigorin's avatar
    firmware: a trivial tracing fixup · f197b971
    Michael Shigorin authored
    The issue with these "; @:" thinglets is that mkimage-profiles
    relies on target tracing (see commit 788cad88 some four years ago);
    and this tracing approach relies on non-empty recipes which do call
    shell (which gets (ab)used) unlike empty ones which oviously don't.
    
    So this _will_ be traced properly:
    
        a: b
    	@echo "hello world"
    
    and this will too:
    
        a: b; @:
    
    but this will result in a broken graph with REPORT=1:
    
        a: b
    f197b971
Name
Last commit
Last update
.gear Loading commit data...
bin Loading commit data...
conf.d Loading commit data...
doc Loading commit data...
features.in Loading commit data...
image.in Loading commit data...
lib Loading commit data...
pkg.in Loading commit data...
sub.in Loading commit data...
.gitignore Loading commit data...
COPYING Loading commit data...
Makefile Loading commit data...
QUICKSTART Loading commit data...
README Loading commit data...
main.mk Loading commit data...
reports.mk Loading commit data...