Skip to content

Instantly share code, notes, and snippets.

@whitty
Created March 14, 2021 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whitty/6481730a142db5ae933037897da57587 to your computer and use it in GitHub Desktop.
Save whitty/6481730a142db5ae933037897da57587 to your computer and use it in GitHub Desktop.
Reproduces `warning: jobserver unavailable: using -j1. Add '+' to parent make rule.`
.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