Re: separate the notions of always-build and jobserver

2011-01-26 Thread Ralf Wildenhues
http://thread.gmane.org/gmane.comp.gnu.make.bugs/5015 * Ralf Wildenhues wrote on Tue, Sep 28, 2010 at 10:55:48PM CEST: > Currently, 'make -n' only executes recipe commands prefixed with '+' or > containing one of the strings ${MAKE} or $(MAKE). Likewise, parallel > make hands the jobserver file d

separate the notions of always-build and jobserver

2010-09-28 Thread Ralf Wildenhues
Currently, 'make -n' only executes recipe commands prefixed with '+' or containing one of the strings ${MAKE} or $(MAKE). Likewise, parallel make hands the jobserver file descriptors only to rules annotated in the same way. It would be nice if these two semantics could be decoupled. 1) The GCC L