Skip to content

Instantly share code, notes, and snippets.

@jbergstroem
Created April 3, 2015 08:33
Show Gist options
  • Save jbergstroem/e8af621866052e5a67f5 to your computer and use it in GitHub Desktop.
Save jbergstroem/e8af621866052e5a67f5 to your computer and use it in GitHub Desktop.
fbsd64-10.1% cat BSDmakefile
all: .DEFAULT
.DEFAULT:
echo "FLAGS: ${.MAKEFLAGS}"
builder% make -j7
--- .DEFAULT ---
echo "FLAGS: -j 7 -J 15,16"
FLAGS: -j 7 -J 15,16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment