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:
Anton Midyukov 2022-03-11 10:35:15 +07:00
parent fe4d5356d8
commit 79f541e21d

View File

@ -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; @: