Lines Matching refs:arguments
79 * In a recursive $(call ...) context, any extra arguments from the outer
110 - $(info ...) prints its arguments to stdout. No makefile name or
115 further arguments are expanded. Expands to empty if there are no
116 true arguments.
119 returned; no further arguments are expanded. Expands to the last
120 argument if all arguments are true.
172 Similarly, the arguments to "export" (when not used in a variable
179 * A new function is defined: $(eval ...). The arguments to this
200 * The arguments to $(call ...) functions were being stored in $1, $2,
203 were not behaving properly. Now the arguments are stored as simple
205 $(call ...) function arguments you will need to undo it now.
274 Note that the -d option behaves as before: it takes no arguments and
280 * The wordlist function no longer reverses its arguments if the "start"
907 * Giving the -j option with no arguments gives you infinite jobs.