| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | 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:
|
| H A D | 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:
|
| H A D | 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:
|
| H A D | opt-debug-graph2.mk | 13 made-target: .PHONY 23 all: made-target error-target aborted-target
|
| H A D | opt-debug-graph3.mk | 13 made-target: .PHONY 23 all: made-target error-target aborted-target
|
| H A D | depsrc-optional.mk | 9 : ${.TARGET} is made. 12 : ${.TARGET} is made.
|
| /netbsd-src/usr.bin/make/ |
| H A D | compat.c | 223 * 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 D | make.c | 202 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 D | targ.c | 191 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 D | make.h | 206 * 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 D | THANKS | 10 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 D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
| /netbsd-src/external/bsd/wpa/dist/src/pae/ |
| H A D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
| /netbsd-src/external/bsd/wpa/dist/src/drivers/ |
| H A D | Makefile | 2 @echo Nothing to be made. 9 @echo Nothing to be made.
|
| /netbsd-src/usr.bin/spell/ |
| H A D | TODO | 5 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 D | README.NetBSD | 12 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 D | topsysproc_example.txt | 27 made 819 system calls, while processes with the name "clear" made 122.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | topsysproc_example.txt | 27 made 819 system calls, while processes with the name "clear" made 122.
|
| /netbsd-src/etc/iscsi/ |
| H A D | targets | 8 # + 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 D | targets | 8 # + 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 D | stop_token | 51 /// 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 D | stop_token | 54 /// 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 D | cddl1.txt | 12 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 D | License | 12 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 D | example.11 | 17 # 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
|