Skip to content

Instantly share code, notes, and snippets.

@gilligan
Created February 8, 2015 18:26
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 gilligan/a007901e988ee9d4b374 to your computer and use it in GitHub Desktop.
Save gilligan/a007901e988ee9d4b374 to your computer and use it in GitHub Desktop.
parallel make issue
dst/foo.x dst/bar.x dst/baz.x : src/foo.y src/bar.y src/baz.y
foobar-compiler src dst
# with "make -j 8" the foobar-compiler will be invoked 3 times instead of once
# it runs once for each file :(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment