mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Don't run more than one ninja instance at a time.
This commit is contained in:
@@ -113,6 +113,7 @@ $(OBJ)/build.ninja $(OBJ)/build.targets &:
|
||||
|| (rm -f $@ && false)
|
||||
|
||||
include $(OBJ)/build.targets
|
||||
.NOTPARALLEL: $(ninja-targets)
|
||||
.PHONY: $(ninja-targets)
|
||||
$(ninja-targets) : $(OBJ)/build.ninja
|
||||
+$(hide) $(NINJA) -f $(OBJ)/build.ninja $@
|
||||
|
||||
Reference in New Issue
Block a user