/freebsd/contrib/bmake/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.
|
/freebsd/contrib/bmake/ |
H A D | compat.c | 409 gn->made = ERROR; in Compat_RunCommand() 525 assert(gn->made == UNMADE); in MakeUnmade() 536 gn->made = BEINGMADE; in MakeUnmade() 544 gn->made = ABORTED; in MakeUnmade() 560 gn->made = UPTODATE; in MakeUnmade() 601 gn->made = ERROR; in MakeUnmade() 606 gn->made = ERROR; in MakeUnmade() 610 if (gn->made != ERROR) { in MakeUnmade() 616 gn->made = MADE; in MakeUnmade() 641 switch (gn->made) { in MakeOther() [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 | 229 * The successful path when dependencies need to be made first: 232 * A node that has dependencies, and one of the dependencies cannot be made: 243 * dependencies have to be made first. 251 * The node is already being made. Trying to build a node in this 256 /* Was out-of-date and has been made. */ 258 /* Was already up-to-date, does not need to be made. */ 261 * An error occurred while it was being made. Used only in compat 275 * should be made. 333 /* Assume the children of the node have been already made. */ 355 * made firs 465 GNodeMade made; global() member [all...] |
/freebsd/contrib/dialog/ |
H A D | makefile.in | 241 @echo "made $@" 244 @echo "made $@" 250 @echo "made $@" 253 @echo "made $@"
|
/freebsd/usr.sbin/cron/doc/ |
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
|
/freebsd/contrib/wpa/src/fst/ |
H A D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/freebsd/contrib/wpa/src/pae/ |
H A D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | Makefile | 2 @echo Nothing to be made. 9 @echo Nothing to be made.
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-mux-gpio.txt | 35 Whenever an access is made to a device on a child bus, the value set 40 whenever an access is not being made to a device on a child bus, the 44 left programmed into hardware whenever no access is being made to a
|
H A D | i2c-mux-pinctrl.txt | 47 Whenever an access is made to a device on a child bus, the relevant pinctrl 50 If an idle state is defined, whenever an access is not being made to a device 54 left programmed into hardware whenever no access is being made of a device on
|
/freebsd/share/examples/ipfilter/rules/ |
H A D | example.11 | 16 # allow any connections to be made, except to BSD print/r-services 22 # allow any connections to be made, except to BSD print/r-services
|
/freebsd/share/i18n/csmapper/KOI/ |
H A D | KOI8-R%UCS.src | 12 # This mapping data is made from the mapping data provided by Unicode, Inc. 25 # No claims are made as to fitness for any particular purpose. No 42 # mapping described in RFC 1489. No statements are made as to whether
|
H A D | UCS%GOST19768-74.src | 12 # This mapping data is made from the mapping data provided by Unicode, Inc. 25 # No claims are made as to fitness for any particular purpose. No 42 # mapping described in RFC 1489. No statements are made as to whether
|
H A D | GOST19768-74%UCS.src | 12 # This mapping data is made from the mapping data provided by Unicode, Inc. 25 # No claims are made as to fitness for any particular purpose. No 42 # mapping described in RFC 1489. No statements are made as to whether
|
/freebsd/tools/tools/git/ |
H A D | HOWTO | 38 made to each review. Please be judicious when subscribing mailing lists to 62 not give your reviewers an indication of what changes were made. It's not 68 Any changes that are made will show up in your reviews, and that will create 75 to be committed. This involves squashing the fixes made in code review 99 inadvertently made here:
|
/freebsd/sys/contrib/openzfs/ |
H A D | LICENSE | 17 and the Modifications made by that particular Contributor. 51 C. Any new file that is contributed or otherwise made 64 code in which modifications are made and (b) associated 95 selling of Original Software, to make, have made, use, 127 selling of Modifications made by that Contributor either 130 offer for sale, have made, and/or otherwise dispose of: 131 (1) Modifications made by that Contributor (or portions 132 thereof); and (2) the combination of Modifications made by 145 or (ii) the combination of Modifications made by that 149 Modifications made by that Contributor. [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/ |
H A D | OPENSOLARIS.LICENSE | 17 and the Modifications made by that particular Contributor. 51 C. Any new file that is contributed or otherwise made 64 code in which modifications are made and (b) associated 95 selling of Original Software, to make, have made, use, 127 selling of Modifications made by that Contributor either 130 offer for sale, have made, and/or otherwise dispose of: 131 (1) Modifications made by that Contributor (or portions 132 thereof); and (2) the combination of Modifications made by 145 or (ii) the combination of Modifications made by that 149 Modifications made by that Contributor. [all …]
|
/freebsd/cddl/contrib/opensolaris/ |
H A D | OPENSOLARIS.LICENSE | 17 and the Modifications made by that particular Contributor. 51 C. Any new file that is contributed or otherwise made 64 code in which modifications are made and (b) associated 95 selling of Original Software, to make, have made, use, 127 selling of Modifications made by that Contributor either 130 offer for sale, have made, and/or otherwise dispose of: 131 (1) Modifications made by that Contributor (or portions 132 thereof); and (2) the combination of Modifications made by 145 or (ii) the combination of Modifications made by that 149 Modifications made by that Contributor. [all …]
|