no more *silent* aliases
The missing "; @:" at the end of the otherwise recipeless rule resulted in target graph being broken; I should have checked this when introducing these aliases (the intent was to reduce noise).
This commit is contained in:
parent
d2581522d9
commit
84591991cb
@ -1,8 +1,8 @@
|
||||
+plymouth: use/plymouth/full; @:
|
||||
|
||||
# and a few silent aliases
|
||||
use/plymouth/live: use/plymouth/stage2
|
||||
use/plymouth/install2: use/plymouth/stage2
|
||||
# and a few aliases
|
||||
use/plymouth/live: use/plymouth/stage2; @:
|
||||
use/plymouth/install2: use/plymouth/stage2; @:
|
||||
|
||||
use/plymouth:
|
||||
@$(call add_feature)
|
||||
|
Loading…
Reference in New Issue
Block a user