Skip to content

Commit

Permalink
Force serial build for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
flatmapthatshit authored Aug 13, 2023
1 parent 648b85d commit f346fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ endif
endif

# Make tools if out of date
DUMMY != make -C tools >&2 || echo FAIL
DUMMY != make -C tools -j1 >&2 || echo FAIL
ifeq ($(DUMMY),FAIL)
$(error Failed to build tools)
endif
Expand Down Expand Up @@ -1036,4 +1036,4 @@ MAKEFLAGS += --no-builtin-rules

-include $(DEP_FILES)

print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true
print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true

0 comments on commit f346fca

Please sign in to comment.