Parallel make: set -j8 as the default option

Your question is not about threads, but processes (jobs) executed by make. The simple, way to set this, when make is used from the console is adding: alias make=”/usr/bin/make -j 8″ to your .profile file. You can also use setenv MAKEFLAGS ‘-j 8’, but MAKEFLAGS can ignore this parameter in some scenarios, because keeping desired … Read more

Change a make variable, and call another rule, from a recipe in same Makefile?

Use a target-specific variable There is one more special feature of target-specific variables: when you define a target-specific variable that variable value is also in effect for all prerequisites of this target, and all their prerequisites, etc. (unless those prerequisites override that variable with their own target-specific variable value). TEXENGINE=pdflatex pdflatex: echo the engine is … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)