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

123

/freebsd-10.2-release/contrib/dialog/
H A Dmakefile.in225 @echo "made $@"
228 @echo "made $@"
234 @echo "made $@"
237 @echo "made $@"
/freebsd-10.2-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 */
786 * Compat_Make will leave the 'made' field of gn
792 * could not be made due to errors.
794 if (gn->made == MADE) {
805 } else if (gn->made == ERROR)
807 else if (gn->made == ABORTED) {
811 } else if (gn->made == UPTODATE) {
839 gn->made = UNMADE;
/freebsd-10.2-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...]
H A Dmake.h167 * 15) a list of nodes that must be made (if they're made) before
170 * 16) a list of nodes that must be made (if they're made) before
173 * 17) a list of nodes that must be made (if they're made) after
188 #define REMAKE 0x1 /* this target needs to be (re)made */
189 #define CHILDMADE 0x2 /* children of this target were made */
190 #define FORCE 0x4 /* children don't exist, and we pretend made */
200 } made; /* Se member in struct:GNode
[all...]
H A Djob.c675 * made and return non-zero to signal that the end of the commands
1104 job->node->made = MADE;
1709 job->node->made = MADE;
1958 if (targ->made == ERROR) {
2812 * Move last job in table into hole made by dead job.
3017 if (gn->made == ERROR) {
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile8 @echo Nothing to be made.
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql61 permanent change is made to the database and the transaction is
/freebsd-10.2-release/contrib/bmake/mk/
H A Dauto.obj.mk20 # if another process made a dir that mkdir expected to.
H A Djava.mk61 # We need to do something to force __c's parent to be made.
H A Dsys.mk159 # process made a dir that mkdir expected to.
/freebsd-10.2-release/share/mk/
H A Dbsd.subdir.mk8 # specified directory will be visited and the target made. There is
/freebsd-10.2-release/usr.bin/svn/lib/libapr/
H A Dapr.h636 #error no decision has been made on APR_PATH_MAX for your platform
/freebsd-10.2-release/contrib/llvm/lib/Support/Unix/
H A DSignals.inc247 // made on insertion become invalid by being copied down an element.
/freebsd-10.2-release/crypto/openssl/util/
H A Dmkerr.pl463 * made after this point may be overwritten when the script is next run.
642 * made to it will be overwritten when the script next updates this file,
/freebsd-10.2-release/contrib/ncurses/
H A Ddist.mk121 @echo '<link rev=made href="mailto:bug-ncurses@gnu.org">\' >> subst.sed
/freebsd-10.2-release/contrib/gcc/doc/
H A Dmakefile.texi37 Delete the files made while building the compiler.
/freebsd-10.2-release/contrib/ncurses/progs/
H A Dtic.c252 * it will complain about overwriting entries newly made during the
511 * Processing arguments is a little complicated, since someone made a
/freebsd-10.2-release/usr.sbin/etcupdate/
H A Detcupdate.sh890 (df) diff-full - show all changes made to merged file
/freebsd-10.2-release/sys/mips/mips/
H A Dsupport.S133 move v0, zero # made it w/o errors

Completed in 244 milliseconds

123