Skip to content

Commit addbabd

Browse files
committed
Disable make parallelism (although I'm not sure this will help).
1 parent e8042ed commit addbabd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build/ab.mk

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ $(OBJ)/build.ninja $(OBJ)/build.targets &:
113113
|| (rm -f $@ && false)
114114

115115
include $(OBJ)/build.targets
116-
.PHONY: $(ninja-targets) invoke-ninja
117-
.NOTPARALLEL: invoke-ninja
118-
$(ninja-targets): invoke-ninja
119-
invoke-ninja: $(OBJ)/build.ninja
116+
.PHONY: $(ninja-targets)
117+
.NOTPARALLEL:
118+
$(ninja-targets): $(OBJ)/build.ninja
120119
+$(hide) $(NINJA) -f $(OBJ)/build.ninja $@

0 commit comments

Comments
 (0)