Searched refs:made (Results 1 - 25 of 72) sorted by relevance

123

/freebsd-9.3-release/contrib/wpa/src/ap/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/freebsd-9.3-release/contrib/wpa/src/common/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/freebsd-9.3-release/contrib/wpa/src/eapol_auth/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/freebsd-9.3-release/contrib/wpa/src/eapol_supp/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/freebsd-9.3-release/contrib/wpa/src/l2_packet/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/freebsd-9.3-release/contrib/wpa/src/rsn_supp/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/freebsd-9.3-release/contrib/wpa/src/wps/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A DMakefile2 @echo Nothing to be made.
9 @echo Nothing to be made.
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A DMakefile2 @echo Nothing to be made.
/freebsd-9.3-release/contrib/wpa/src/radius/
H A DMakefile7 @echo Nothing to be made.
/freebsd-9.3-release/usr.bin/make/
H A Dmake.c319 * This child node is now "made", so we decrement the count of
345 * If the child was made, the parent's childMade field will be set true
348 * If the child wasn't made, the cmtime field of the parent will be
365 * If the child was actually made, see what its modification time is
369 if (cgn->made != UPTODATE) {
393 * To force things that depend on FRC to be made, so we have to
423 * the target is made now. Otherwise archives with ... rules
440 if (cgn->made == MADE)
458 * unmade count of 0, has not been made and isn't in the examination
465 if (succ->make && succ->unmade == 0 && succ->made
[all...]
H A Dtarg.c138 gn->made = UNMADE;
385 gn->made == UNMADE ? "unmade" :
386 gn->made == MADE ? "made" :
387 gn->made == UPTODATE ? "up-to-date":
388 "error when made");
389 } else if (gn->made != UNMADE) {
391 gn->made == MADE ? "made" :
392 gn->made
[all...]
H A DGNode.h62 * should be made. These constants are bitwise-OR'ed together and
133 * Target is already being made. Indicates a cycle in the graph.
138 MADE, /* Was out-of-date and has been made */
143 * made (used only in compat mode)
156 * 'made' is changed to ENDCYCLE.
165 } made; member in struct:GNode
167 /* TRUE if one of this target's children was made */
191 * List of nodes that must be made (if they're made) after this node is,
197 * List of nodes that must be made (i
[all...]
H A Djob.c634 * made and return non-zero to signal that the end of the commands
1118 job->node->made = MADE;
1778 job->node->made = MADE;
2875 * error, the node's made field is set to ERROR and creation stops.
2889 * The node's 'made' field may be set to ERROR.
3054 gn->made = ERROR;
3095 } else if (gn->made == UNMADE) {
3097 * First mark ourselves to be made, then apply whatever
3105 gn->made = BEINGMADE;
3110 gn->made
[all...]
H A Dmain.c120 /* Targets to be made */
778 * Compat_Make will leave the 'made' field of gn
784 * could not be made due to errors.
786 if (gn->made == MADE) {
797 } else if (gn->made == ERROR)
799 else if (gn->made == ABORTED) {
803 } else if (gn->made == UPTODATE) {
831 gn->made = UNMADE;
/freebsd-9.3-release/contrib/wpa/src/utils/
H A DMakefile7 @echo Nothing to be made.
/freebsd-9.3-release/contrib/bmake/
H A Dcompat.c197 * error, the node's made field is set to ERROR and creation stops.
207 * The node's 'made' field may be set to ERROR.
465 gn->made = ERROR;
519 if (gn->made == UNMADE && (gn == pgn || (pgn->type & OP_MADE) == 0)) {
521 * First mark ourselves to be made, then apply whatever transformations
529 gn->made = BEINGMADE;
534 gn->made = ABORTED;
547 * All the children were made ok. Now cmgn->mtime contains the
556 gn->made = UPTODATE;
574 * We need to be re-made
[all...]
H A Dmake.c323 * (such as a typically used FORCE source) has been made and
326 * after it was considered made.
393 * that was already made.
549 * This child node is now "made", so we decrement the count of
605 * To force things that depend on FRC to be made, so we have to
632 * the target is made now. Otherwise archives with ... rules
670 * If the child was made, the parent's flag CHILDMADE field will be
676 * If the child wasn't made, the cmgn field of the parent will be
706 * If the child was actually made, see what its modification time is
710 if (cgn->made !
[all...]
H A Dtarg.c249 gn->made = UNMADE;
605 made_name(enum enum_made made) argument
607 switch (made) {
611 case BEINGMADE: return "being made";
612 case MADE: return "made";
614 case ERROR: return "error when made";
632 fprintf(debug_file, "# %s%s, flags %x, type %x, made %d\n",
633 gn->name, gn->cohort_num, gn->flags, gn->type, gn->made);
652 made_name(gn->made));
653 } else if (gn->made !
[all...]
/freebsd-9.3-release/contrib/wpa/src/tls/
H A DMakefile7 @echo Nothing to be made.
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A DMakefile7 @echo Nothing to be made.
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile8 @echo Nothing to be made.
/freebsd-9.3-release/contrib/bmake/mk/
H A Dauto.obj.mk20 # if another process made a dir that mkdir expected to.

Completed in 170 milliseconds

123