Re: Aborting script evaluation for targets without parallel build support

2015-01-05 Thread Paul Smith
On Mon, 2015-01-05 at 12:42 +0100, SF Markus Elfring wrote: > 1. The list of targets which can be specified as command > line parameters is not provided by the tool "make 4.1-2.1" > in the variable "MAKEFLAGS". >How should the target name be checked then? The goals provided on the command line

Aborting script evaluation for targets without parallel build support

2015-01-05 Thread SF Markus Elfring
Hello, I would like to abort the evaluation of a make script if data processing was requested for a target which does not support a parallel software build process so far. I do not want to use the .NOTPARALLEL pseudo-target for some of my applications when I can call a make function like "error" o