Home | History | Annotate | Download | only in make-3.81

Lines Matching full:makefile

60   fixed: if your makefile uses "\#" in a function invocation the
111 - $(info ...) prints its arguments to stdout. No makefile name or
182 function should expand to makefile commands, which will then be
183 evaluated as if they had appeared in the makefile. In combination
189 list of each makefile GNU make has read, or started to read, in the
191 list when a makefile is just being read (before any includes) is the
192 name of the current makefile.
242 listed in the makefile.
269 current makefile is run serially regardless of the value of -j.
403 * GNU make now uses automake to control Makefile.in generation. This
486 * The `MAKEFLAGS' variable (in the environment or in a makefile) can now
493 reset `MAKEOVERRIDES' in your makefile to avoid putting all the variables
501 `$^', but preserves duplicates listed in the makefile. This is useful
523 Makefile.in (or on the command line when installing) to install GNU make
538 * It is no longer a fatal error to have a NUL character in a makefile.
539 You should never put a NUL in a makefile because it can have strange
544 makefile name and line number where the `include' appeared, so Emacs's
598 no error (not even a warning) for a nonexistent makefile.
655 Each makefile that wants a shell other than the default (/bin/sh) must
692 * A single `include' directive can now specify more than one makefile to
762 * If the special target `.NOEXPORT' is specified in a makefile,
826 * The `-p' output has been changed so it can be used as a makefile.
844 makefile rules and to give all information that Make has about files.