forked from mirrors/gecko-dev
Backed out changeset 83262589f4b6 (bug 1877926) for causing build bustages. CLOSED TREE
This commit is contained in:
parent
5793407593
commit
1f81bdaa16
1 changed files with 0 additions and 4 deletions
|
|
@ -49,10 +49,6 @@ endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(findstring k,$(filter-out --%, $(MAKEFLAGS))))
|
|
||||||
cargo_build_flags += --keep-going
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Without -j > 1, make will not pass jobserver info down to cargo. Force
|
# Without -j > 1, make will not pass jobserver info down to cargo. Force
|
||||||
# one job when requested as a special case.
|
# one job when requested as a special case.
|
||||||
cargo_build_flags += $(filter -j1,$(MAKEFLAGS))
|
cargo_build_flags += $(filter -j1,$(MAKEFLAGS))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue