Searched refs:OODATE (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/bmake/
H A Dmake.h364 #define OODATE "?" /* All out-of-date sources */ macro
H A Dvar.c394 if (!strcmp(name, ".OODATE"))
395 name = OODATE;
H A Dmeta.c1475 else if ((cp = strstr(cmd, ".OODATE"))) {
1476 /* check for $[{(].OODATE[:)}] */
1483 fprintf(debug_file, "%s: %d: cannot compare command using .OODATE\n", fname, lineno);
1576 * Target uses .OODATE which is empty; or we wouldn't be here.
1577 * We have decided it is oodate, so .OODATE needs to be set.
1580 Var_Delete(OODATE, gn);
1581 Var_Set(OODATE, Var_Value(ALLSRC, gn, &cp), gn, 0);
H A Dmake.c852 * Add a child's name to the ALLSRC and OODATE variables of the given
858 * A child is added to the OODATE variable if its modification time is
860 * parent is a .JOIN node. In that case, it is only added to the OODATE
915 Var_Append(OODATE, child, pgn);
921 * It goes in the OODATE variable if the parent is younger than the
928 * the kid and anything that relies on the OODATE variable will
931 * XXX: This will cause all made children to go in the OODATE
936 Var_Append(OODATE, child, pgn);
947 * Set up the ALLSRC and OODATE variables. Sad to say, it must be
949 * because Make defined OODATE t
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.progs.mk53 @echo "Updating ${.TARGET}: ${.OODATE:T:[1..8]}"
H A Dmeta.autodep.mk169 @echo "Updating $@: ${.OODATE:T:[1..8]}"
264 @echo Checking $@: ${.OODATE:T:[1..8]}
/freebsd-11-stable/contrib/bmake/mk/
H A Dwhats.mk61 echo '${_what_t} ${what_var}1[] = "${_what1}";' > $@ ${.OODATE:MNO_META_CMP}
H A Dmeta.autodep.mk168 @echo "Updating $@: ${.OODATE:T:[1..8]}"
263 @echo Checking $@: ${.OODATE:T:[1..8]}
H A Djava.mk72 CLASSPATH=${CLASSPATH} ${JAVAC} ${JAVAC_FLAGS} ${.OODATE:@c@${SRCS_$c}@}
82 CLASSPATH=${CLASSPATH} ${JAVAC} ${JAVAC_FLAGS} ${.OODATE}
/freebsd-11-stable/etc/mail/
H A DMakefile144 sed -e 's/^/#/' < ${.OODATE} > ${.TARGET}
148 ${MAKEMAP} ${SENDMAIL_MAP_TYPE} ${.TARGET} < ${.OODATE}
153 ${MAKEMAP} btree ${.TARGET} < ${.OODATE}
/freebsd-11-stable/release/picobsd/build/
H A DMakefile.conf36 cp -p ${.OODATE} ${.TARGET}
50 cp ${.OODATE} ${.TARGET}
56 crunchgen -p ${PICO_OBJ} -o -m ${.TARGET} ${.OODATE} )
59 (cd ${BUILDDIR}/crunch ; cat ${.OODATE} | \

Completed in 132 milliseconds