firmware: a trivial tracing fixup
The issue with these "; @:" thinglets is that mkimage-profiles
relies on target tracing (see commit 788cad8
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
This commit is contained in:
parent
32e77dc97b
commit
f197b9714c
@ -6,7 +6,7 @@ use/firmware:
|
||||
@$(call add_feature)
|
||||
@$(call add,SYSTEM_PACKAGES,firmware-linux)
|
||||
|
||||
use/firmware/full: use/firmware/server use/firmware/laptop
|
||||
use/firmware/full: use/firmware/server use/firmware/laptop; @:
|
||||
|
||||
use/firmware/cpu: use/firmware
|
||||
@$(call add,THE_PACKAGES,microcode-data-intel microcode_ctl)
|
||||
|
Loading…
Reference in New Issue
Block a user