| /src/usr.bin/make/unit-tests/ |
| depsrc-make.exp | 1 this-is-made is made. 2 echo this-is-not-made is just echoed.
|
| depsrc-recursive.exp | 1 this-is-made is made. 2 echo this-is-not-made is just echoed.
|
| depsrc-phony.exp | 1 : depsrc-phony.mk is made.
|
| deptgt-main.exp | 1 This target real-main is the one that is made.
|
| dotwait.mk | 20 # * If it's expected that two or more targets may be made in parallel, 23 # * If it's expected that two or more targets should be made in sequence 26 # in which the targets should be made. 31 # be made in parallel will thus print the same strings, so that the 32 # output is independent of the order in which these targets are made. 44 # must be made before any child of the right hand side. 50 # shared.0 must be made first, even though it is a child of
|
| opt-debug-graph1.exp | 3 # made-target, unmade, type OP_DEPENDS, flags none 4 # made-target-no-sources, unmade, type OP_DEPENDS, flags none 5 # made-source, unmade, type OP_DEPENDS, flags none 17 .ALLTARGETS = all made-target made-target-no-sources made-source unmade-target unmade-sources unmade-silent-source unmade-target-no-sources
|
| opt-debug-graph2.exp | 1 : 'Making made-target.' 8 # made-target, made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC 12 # last modified <timestamp>: made 14 made-target : 18 # error-target, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC 21 # nonexistent (maybe): error when made 28 # aborted-target-dependency, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC 31 # nonexistent (maybe): error when made 41 all : made-target error-target aborted-targe [all...] |
| opt-debug-graph3.exp | 1 : 'Making made-target.' 8 # made-target, made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC 12 # last modified <timestamp>: made 14 made-target : 18 # error-target, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC 21 # nonexistent (maybe): error when made 28 # aborted-target-dependency, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC 31 # nonexistent (maybe): error when made 41 all : made-target error-target aborted-targe [all...] |
| depsrc-optional.exp | 13 : important is made. 16 : all is made.
|
| deptgt-error.mk | 4 # is made when another target fails.
|
| varname-dot-suffixes.mk | 15 # There is no actual variable named '.SUFFIXES', it is all made up. 32 # There is still no actual variable named '.SUFFIXES', it is all made up. 76 # real variables either, they are made up as well, see directive-for.mk. The
|
| opt-query.mk | 13 # commands Ensures that none of the targets is made. 74 # The exit status 1 is because the "commands" target has to be made, that is,
|
| dep-colon-bug-cross-file.mk | 4 # was not finished properly. This made it possible to add further commands
|
| opt-jobs.mk | 6 # The option '-j <integer>' specifies the number of targets that can be made
|
| deptgt-end-fail.mk | 66 # Until 2020-12-07, '.END' was even made if 'all' failed, but if a dependency
|
| var-op-default.mk | 49 # expressions in variable names, which made make much more versatile.
|
| /src/usr.bin/make/ |
| compat.c | 224 * the node's made field is set to ERROR and creation stops. 403 gn->made = ERROR; 519 assert(gn->made == UNMADE); 522 * First mark ourselves to be made, then apply whatever transformations 530 gn->made = BEINGMADE; 538 gn->made = ABORTED; 547 * All the children were made ok. Now youngestChild->mtime contains the 554 gn->made = UPTODATE; 568 * We need to be re-made. 595 gn->made = ERROR [all...] |
| make.c | 78 * Make_Update After a target is made, update all its parents. 206 prefix, GNodeMade_Name(gn->made), type, flags, suffix); 350 * (such as a typically used FORCE source) has been made and 353 * child after it was considered made. 541 * depend on FRC to be made, so we have to check for gn->children 567 * the target is made now. Otherwise archives with '...' rules 639 if (succ->made == DEFERRED && 653 * If the child was made, the parent's flag CHILDMADE field will be 659 * If the child wasn't made, the youngestChild field of the parent will be 682 * If the child was actually made, see what its modification time i [all...] |
| targ.c | 191 gn->made = UNMADE; 305 * everything else has been made. 398 { OP_MADE, true, "MADE" }, 422 GNodeMade_Name(GNodeMade made) 424 switch (made) { 428 case BEINGMADE: return "being made"; 429 case MADE: return "made"; 431 case ERROR: return "error when made"; 490 GNodeMade_Name(gn->made)); [all...] |
| make.h | 201 * UNMADE -> BEINGMADE -> MADE. 206 * The successful path when dependencies need to be made first: 207 * UNMADE -> DEFERRED -> REQUESTED -> BEINGMADE -> MADE. 209 * A node that has dependencies, and one of the dependencies cannot be made: 220 * dependencies have to be made first. 228 * The node is already being made. Trying to build a node in this 233 /* Was out-of-date and has been made. */ 234 MADE, 235 /* Was already up-to-date, does not need to be made. */ 238 * An error occurred while it was being made. Used only in compa 444 GNodeMade made; member in struct:GNode [all...] |
| /src/sys/external/bsd/gnu-efi/dist/lib/arm/ |
| mullu.S | 8 # are licensed and made available under the terms and conditions of the BSD License
|
| llsl.S | 8 # are licensed and made available under the terms and conditions of the BSD License
|
| llsr.S | 8 # are licensed and made available under the terms and conditions of the BSD License
|
| div.S | 8 # are licensed and made available under the terms and conditions of the BSD License
|
| /src/common/dist/zlib/ |
| crc32.c | 145 * of x for combining CRC-32s, all made by make_crc_table(). 285 local once_t made = ONCE_INIT; variable 553 once(&made, make_crc_table); 590 once(&made, make_crc_table); 702 once(&made, make_crc_table); 1025 once(&made, make_crc_table); 1038 once(&made, make_crc_table);
|