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 are available in the MAKECMDGOALS
variable:

http://www.gnu.org/software/make/manual/html_node/Goals.html#index-MAKECMDGOALS


> 2. It seems that the situation for a safe handling of
>    the parameter "-j" is unclear within "MAKEFLAGS".
>    http://www.gnu.org/software/make/manual/html_node/Parallel.html

I don't understand what you want here.  Perhaps if you provided an
example of the type of "safe handling" you are looking for.


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to