How can I tell what -j option was provided to make
问题 In Racket's build system, we have a build step that invokes a program that can run several parallel tasks at once. Since this is invoked from make , it would be nice to respect the -j option that make was originally invoked with. However, as far as I can tell, there's no way to get the value of the -j option from inside the Makefile , or even as an environment variable in the programs that make invokes. Is there a way to get this value, or the command line that make was invoked with, or