stage2: use propagator for c% BRANCH also
The actual certified branch is always the same, and at the moment you need to use propagator in it.
This commit is contained in:
parent
fe4d5356d8
commit
79f541e21d
@ -10,7 +10,7 @@ use/stage2:: sub/stage1
|
||||
ifneq (,$(filter-out e2k%,$(ARCH)))
|
||||
ifeq (,$(BRANCH))
|
||||
use/stage2:: use/initrd-bootchain; @:
|
||||
else ifneq (,$(filter-out p10 p9 p8 p7 p6 p5,$(BRANCH)))
|
||||
else ifneq (,$(filter-out p10 p9 p8 p7 p6 p5 с%,$(BRANCH)))
|
||||
use/stage2:: use/initrd-bootchain; @:
|
||||
else
|
||||
use/stage2:: use/initrd-propagator; @:
|
||||
|
Loading…
Reference in New Issue
Block a user