Home
last modified time | relevance | path

Searched refs:made (Results 1 – 25 of 1992) sorted by relevance

12345678910>>...80

/netbsd-src/usr.bin/make/unit-tests/
H A Dopt-debug-graph1.mk8 all: made-target made-target-no-sources
10 made-target: made-source
12 made-source:
14 made-target-no-sources:
H A Ddepsrc-make.mk11 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:
H A Ddepsrc-recursive.mk9 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:
H A Dopt-debug-graph2.mk13 made-target: .PHONY
23 all: made-target error-target aborted-target
H A Dopt-debug-graph3.mk13 made-target: .PHONY
23 all: made-target error-target aborted-target
H A Ddepsrc-optional.mk9 : ${.TARGET} is made.
12 : ${.TARGET} is made.
/netbsd-src/usr.bin/make/
H A Dcompat.c223 * the node's made field is set to ERROR and creation stops.
406 gn->made = ERROR; in Compat_RunCommand()
522 assert(gn->made == UNMADE); in MakeUnmade()
525 * First mark ourselves to be made, then apply whatever transformations in MakeUnmade()
533 gn->made = BEINGMADE; in MakeUnmade()
541 gn->made = ABORTED; in MakeUnmade()
550 * All the children were made ok. Now youngestChild->mtime contains the in MakeUnmade()
557 gn->made = UPTODATE; in MakeUnmade()
571 * We need to be re-made. in MakeUnmade()
598 gn->made in MakeUnmade()
[all...]
H A Dmake.c202 prefix, GNodeMade_Name(gn->made), type, flags, suffix); in GNode_FprintDetails()
642 if (succ->made == DEFERRED && in ScheduleOrderSuccessors()
689 if (cgn->made != UPTODATE) in Make_Update()
745 if (cgn->made == MADE) in Make_Update()
758 centurion->made, centurion->unmade_cohorts); in Make_Update()
783 if (pgn->made != DEFERRED) { in Make_Update()
799 pgn->name, pgn->cohort_num, pgn->made); in Make_Update()
803 pgn->made = REQUESTED; in Make_Update()
866 if (cgn->made == MADE) in MakeAddAllSrc()
870 (cgn->mtime >= now && cgn->made == MADE)) { in MakeAddAllSrc()
[all …]
H A Dtarg.c191 gn->made = UNMADE; in GNode_New()
422 GNodeMade_Name(GNodeMade made) in GNodeMade_Name() argument
424 switch (made) { in GNodeMade_Name()
490 GNodeMade_Name(gn->made)); in Targ_PrintNode()
491 } else if (gn->made != UNMADE) { in Targ_PrintNode()
493 GNodeMade_Name(gn->made)); in Targ_PrintNode()
H A Dmake.h206 * The successful path when dependencies need to be made first:
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. */
235 /* Was already up-to-date, does not need to be made. */
238 * An error occurred while it was being made. Used only in compat
252 * should be made.
310 /* Assume the children of the node have been already made. */
332 * made firs
433 GNodeMade made; global() member
[all...]
/netbsd-src/external/bsd/cron/dist/
H A DTHANKS10 answer even though it made me clean up some really awful things in the code.
13 Paul Close made a suggestion which led to /etc/crond.pid and the mutex locking
14 on it. Kevin Braunsdorf of Purdue made a suggestion that led to @reboot and
18 number counting. Brian Reid made suggestions which led to the run queue and
/netbsd-src/external/bsd/wpa/dist/src/fst/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/netbsd-src/external/bsd/wpa/dist/src/pae/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/netbsd-src/external/bsd/wpa/dist/src/drivers/
H A DMakefile2 @echo Nothing to be made.
9 @echo Nothing to be made.
/netbsd-src/usr.bin/spell/
H A DTODO5 a) This code needs to be made WARNSable. Right now it isn't.
15 spelling, suffixes, etc, are hard-coded in. That made sense in v7,
17 f) The word search algorithm might be made better. millert turned it
/netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/
H A DREADME.NetBSD12 o the previously target-specific softfloat.h and milieu.h made mostly
20 Besides being rundundant, this made it impossible to use the asm module
21 for i386 which the package actually comes with and also made it
33 A similar change should probably be made for LONG_DOUBLE_IS_FLOAT128,
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dtopsysproc_example.txt27 made 819 system calls, while processes with the name "clear" made 122.
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dtopsysproc_example.txt27 made 819 system calls, while processes with the name "clear" made 122.
/netbsd-src/etc/iscsi/
H A Dtargets8 # + a device is made up of one or more extents or other devices
12 # + a target is made up of 1 or more devices
/netbsd-src/external/bsd/iscsi/dist/src/etc/
H A Dtargets8 # + a device is made up of one or more extents or other devices
12 # + a target is made up of 1 or more devices
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dstop_token51 /// Allow testing whether a stop request has been made on a `stop_source`.
167 // true if a stop request has already been made or there are still
168 // stop_source objects that would allow one to be made.
228 if (__old & _S_stop_requested_bit) // stop request already made
284 if (__old & _S_stop_requested_bit) // stop request already made
291 // No need to register callback if no stop request can be made.
477 /// A type that allows a stop request to be made.
570 /// A wrapper for callbacks to be run when a stop request is made.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dstop_token54 /// Allow testing whether a stop request has been made on a `stop_source`.
174 // true if a stop request has already been made or there are still
175 // stop_source objects that would allow one to be made.
235 if (__old & _S_stop_requested_bit) // stop request already made
297 if (__old & _S_stop_requested_bit) // stop request already made
304 // No need to register callback if no stop request can be made.
495 /// A type that allows a stop request to be made.
588 /// A wrapper for callbacks to be run when a stop request is made.
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/
H A Dcddl1.txt12 Contributor (if any), and the Modifications made by that
49 C. Any new file that is contributed or otherwise made
62 software code in which modifications are made and (b)
94 made, use, practice, sell, and offer for sale, and/or
128 using, or selling of Modifications made by that
132 have made, and/or otherwise dispose of: (1)
133 Modifications made by that Contributor (or portions
135 made by that Contributor with its Contributor Version
148 combination of Modifications made by that Contributor
152 absence of Modifications made by that Contributor.
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/
H A DLicense12 Contributor (if any), and the Modifications made by that
49 C. Any new file that is contributed or otherwise made
62 software code in which modifications are made and (b)
94 made, use, practice, sell, and offer for sale, and/or
128 using, or selling of Modifications made by that
132 have made, and/or otherwise dispose of: (1)
133 Modifications made by that Contributor (or portions
135 made by that Contributor with its Contributor Version
148 combination of Modifications made by that Contributor
152 absence of Modifications made by that Contributor.
[all …]
/netbsd-src/external/bsd/ipf/dist/rules/
H A Dexample.1117 # allow any connections to be made, except to BSD print/r-services
23 # allow any connections to be made, except to BSD print/r-services

12345678910>>...80