Created
March 14, 2021 02:14
-
-
Save whitty/6481730a142db5ae933037897da57587 to your computer and use it in GitHub Desktop.
Reproduces `warning: jobserver unavailable: using -j1. Add '+' to parent make rule.`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: all clean bear | |
all: | |
touch done | |
clean: | |
rm -f done | |
bear: | |
$(MAKE) clean | |
bear $(MAKE) all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment