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

123

/freebsd-10-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk20 # * If it's expected that two or more targets may be made in parallel,
23 # * If it's expected that two or more targets should be made in sequence
26 # in which the targets should be made.
31 # be made in parallel will thus print the same strings, so that the
32 # output is independent of the order in which these targets are made.
44 # must be made before any child of the right hand side.
50 # shared.0 must be made first, even though it is a child of
/freebsd-10-stable/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-stable/contrib/bmake/
H A Dcompat.c199 * error, the node's made field is set to ERROR and creation stops.
209 * The node's 'made' field may be set to ERROR.
469 gn->made = ERROR;
533 if (gn->made == UNMADE && (gn == pgn || (pgn->type & OP_MADE) == 0)) {
535 * First mark ourselves to be made, then apply whatever transformations
543 gn->made = BEINGMADE;
548 gn->made = ABORTED;
560 * All the children were made ok. Now cmgn->mtime contains the
569 gn->made = UPTODATE;
587 * 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.
548 * This child node is now "made", so we decrement the count of
604 * To force things that depend on FRC to be made, so we have to
631 * the target is made now. Otherwise archives with ... rules
669 * If the child was made, the parent's flag CHILDMADE field will be
675 * If the child wasn't made, the cmgn field of the parent will be
704 * If the child was actually made, see what its modification time is
708 if (cgn->made !
[all...]
H A Dtarg.c249 gn->made = UNMADE;
603 made_name(enum enum_made made) argument
605 switch (made) {
609 case BEINGMADE: return "being made";
610 case MADE: return "made";
612 case ERROR: return "error when made";
630 fprintf(debug_file, "# %s%s, flags %x, type %x, made %d\n",
631 gn->name, gn->cohort_num, gn->flags, gn->type, gn->made);
650 made_name(gn->made));
651 } else if (gn->made !
[all...]
H A Dmake.h172 * 15) a list of nodes that must be made (if they're made) before
175 * 16) a list of nodes that must be made (if they're made) before
178 * 17) a list of nodes that must be made (if they're made) after
193 #define REMAKE 0x1 /* this target needs to be (re)made */
194 #define CHILDMADE 0x2 /* children of this target were made */
195 #define FORCE 0x4 /* children don't exist, and we pretend made */
206 } made; /* Se member in struct:GNode
[all...]
H A Djob.c693 * made and return non-zero to signal that the end of the commands
1132 job->node->made = MADE;
1752 job->node->made = MADE;
2001 if (targ->made == ERROR) {
2849 * Move last job in table into hole made by dead job.
3054 if (gn->made == ERROR) {
/freebsd-10-stable/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile8 @echo Nothing to be made.
/freebsd-10-stable/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-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql63 permanent change is made to the database and the transaction is
/freebsd-10-stable/contrib/bmake/mk/
H A Dauto.obj.mk20 # if another process made a dir that mkdir expected to.
H A Dsys.mk120 # process made a dir that mkdir expected to.
/freebsd-10-stable/share/mk/
H A Dbsd.subdir.mk8 # specified directory will be visited and the target made. There is
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dlb1spl.asm103 ! ??? This routine could be made faster if was optimized, and if it was
178 ! ??? This routine could be made faster if was optimized, and if it was
/freebsd-10-stable/usr.bin/svn/lib/libapr/
H A Dapr.h636 #error no decision has been made on APR_PATH_MAX for your platform
/freebsd-10-stable/sys/boot/i386/gptboot/
H A Dgptldr.S83 shr $4,%ax # from boot2, with %si made as
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DSignals.inc247 // made on insertion become invalid by being copied down an element.
/freebsd-10-stable/contrib/one-true-awk/
H A DFIXES25 This file lists all bug fixes, changes, etc., made since the AWK book
619 made the same changes for field-splitting if FS is "".
759 made break and continue illegal outside of loops.
879 made %* conversions work.
/freebsd-10-stable/sys/dev/isp/
H A DHardware.txt269 (in other words, this topology hasn't really been made safe yet for
/freebsd-10-stable/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-stable/contrib/apr/include/
H A Dapr.h.in613 #error no decision has been made on APR_PATH_MAX for your platform

Completed in 340 milliseconds

123