pogojig/support/openscad
Michael Schwarz fb72dca77a Fix make jobserver warning.
When running the make file with a number of jobs, the following warning was generated by the make process used to parse the dependency makefile generated by OpenSCAD:

make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.

With this change, the variables MAKELEVEL and MAKEFLAGS are removed from the environment before starting the child make process.
2015-03-15 16:34:59 +01:00
..
__init__.py Added support for recording dependencies while compiling OpenSCAD files. 2014-12-12 11:44:29 +01:00
__main__.py Fix make jobserver warning. 2015-03-15 16:34:59 +01:00