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

  /src/usr.bin/make/unit-tests/
opt-debug-graph1.mk 16 unmade-target: unmade-sources unmade-silent-source
18 .SILENT: unmade-silent-source
20 unmade-target-no-sources:
  /src/usr.bin/make/
make.h 201 * UNMADE -> BEINGMADE -> MADE.
204 * UNMADE -> BEINGMADE -> ERROR.
207 * UNMADE -> DEFERRED -> REQUESTED -> BEINGMADE -> MADE.
210 * UNMADE -> DEFERRED -> ABORTED.
213 * UNMADE -> BEINGMADE -> UPTODATE.
217 UNMADE,
443 /* The number of unmade children */
444 int unmade; member in struct:GNode
488 /* The number of unmade instances on the cohorts list */

Completed in 14 milliseconds