/src/usr.bin/make/unit-tests/ |
varname-dot-make-makefiles.mk | 1 # $NetBSD: varname-dot-make-makefiles.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $ 3 # Tests for the special .MAKE.MAKEFILES variable.
|
directive-include-fatal.mk | 8 # the top-level makefiles from the command line. Any included files are 23 # in the global "makefiles" variable, but not immediately run through
|
varname-makefile.mk | 7 # again for each of these makefiles, before the file is parsed. 47 # Additional makefiles can be added while reading a makefile. They will be
|
varname-vpath.mk | 5 # when the makefiles are read, but only later when the shell commands are run. 28 # It is evaluated only once, between reading the makefiles and making the
|
varname-dot-makeflags.mk | 28 # when parsing the makefiles. This is different from exported variables,
|
opt-debug-errors-jobs.mk | 39 # In makefiles that rely heavily on abstracted variables, it is not possible
|
cond-func-defined.mk | 48 # the makefiles looks like it.
|
cond-func-make-main.mk | 8 # 1. The default main target is the first target in the given makefiles that
|
comment.mk | 3 # Demonstrate how comments are written in makefiles.
|
cmdline.mk | 42 # variable assignments in makefiles. In the command line, trailing whitespace
|
varname-makeflags.mk | 6 # After reading the makefiles and before making the targets, the arguments 163 # While parsing the makefiles, 'MAKEFLAGS' is the value of the environment
|
posix1.mk | 114 # The system makefiles make the .c.a rule .PRECIOUS with a special source,
|
var-scope-local.mk | 6 # makefiles are read in. 96 # common in BSD makefiles, but with parentheses. This alternative spelling
|
cond-token-plain.mk | 35 # See https://gnats.netbsd.org/19596 for example makefiles demonstrating the
|
varmod-loop.mk | 13 # subexpressions differ from everywhere else in makefiles in that the parser
|
directive-for.mk | 62 # any included makefiles.
|
Makefile | 432 TESTS+= varname-dot-make-makefiles
|
directive-include-guard.mk | 3 # Tests for multiple-inclusion guards in makefiles. 20 # '.MAKE.MAKEFILES', as that variable skips duplicate pathnames.
|
/src/usr.bin/make/ |
main.c | 533 Lst_Append(&opts.makefiles, bmake_strdup(argvalue)); 812 /* Allow makefiles some control over the mode we run in. */ 1088 Lst_Init(&opts.makefiles); 1271 ReadAllMakefiles(const StringList *makefiles) 1275 for (ln = makefiles->first; ln != NULL; ln = ln->next) { 1285 StringList makefiles = LST_INIT; local in function:ReadFirstDefaultMakefile 1291 AppendWords(&makefiles, prefs); 1293 for (ln = makefiles.first; ln != NULL; ln = ln->next) 1297 Lst_Done(&makefiles); 1352 /* This is the traditional preference for makefiles. * [all...] |
make.h | 546 /* Informational, mainly used during development of makefiles. */ 591 * by makefiles. 616 * Used for .include <...>, for the built-in sys.mk and for makefiles from 723 /* -f: the makefiles to read */ 724 StringList makefiles; member in struct:CmdOpts
|
/src/share/mk/ |
bsd.doc.mk | 43 # 20130908 dholland: Make sure all makefiles have been converted to the
|
bsd.own.mk | 1092 # The NOxxx variables should only be set by Makefiles. 1102 # Source makefiles should set NO*, and not MK*, and must do so before
|