HomeSort by: relevance | last modified time | path
    Searched defs:made (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/make/unit-tests/
depsrc-make.mk 11 all: this-is-made
12 all: this-is-not-made
14 this-is-made: .MAKE
15 @echo ${.TARGET} is made.
17 this-is-not-made:
depsrc-recursive.mk 9 all: this-is-made
10 all: this-is-not-made
12 this-is-made: .RECURSIVE
13 @echo ${.TARGET} is made.
15 this-is-not-made:
opt-debug-graph1.mk 8 all: made-target made-target-no-sources
10 made-target: made-source
12 made-source:
14 made-target-no-sources:
opt-debug-graph2.mk 13 made-target: .PHONY
23 all: made-target error-target aborted-target
opt-debug-graph3.mk 13 made-target: .PHONY
23 all: made-target error-target aborted-target
  /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 in typeref:typename:local once_t
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);
  /src/usr.bin/make/
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
442 GNodeMade made; member in struct:GNode
    [all...]

Completed in 18 milliseconds