Searched refs:OODATE (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/release/picobsd/build/
H A DMakefile.conf35 cp -p ${.OODATE} ${.TARGET}
50 cp ${.OODATE} ${.TARGET}
56 crunchgen -p ${PICO_OBJ} -o -m ${.TARGET} ${.OODATE} )
59 (cd ${BUILDDIR}/crunch ; cat ${.OODATE} | \
/freebsd-9.3-release/usr.bin/make/
H A Dparse.h63 #define OODATE "?" /* All out-of-date sources */ macro
H A Dmake.c487 * Set up the ALLSRC and OODATE variables. Sad to say, it must be
489 * because Make defined OODATE to contain all sources whose modification
498 * The ALLSRC and OODATE variables of the given node is filled in.
511 * Add the child's name to the ALLSRC and OODATE variables of
516 * A child is added to the OODATE variable if its modification
519 * only added to the OODATE variable if it was actually made
537 Var_Append(OODATE, child, gn);
542 * It goes in the OODATE variable if the parent
552 * the OODATE variable will be hosed.
555 * go in the OODATE variabl
[all...]
H A Dvar.c826 if (!strcmp(name, ".OODATE"))
827 return (OODATE);
/freebsd-9.3-release/sys/modules/nve/
H A DMakefile18 sed -e 's/^.*#include.*phy\.h.*$$//' ${.OODATE} > ${.TARGET}
/freebsd-9.3-release/contrib/bmake/mk/
H A Djava.mk72 CLASSPATH=${CLASSPATH} ${JAVAC} ${JAVAC_FLAGS} ${.OODATE:@c@${SRCS_$c}@}
82 CLASSPATH=${CLASSPATH} ${JAVAC} ${JAVAC_FLAGS} ${.OODATE}
H A Dmeta.autodep.mk148 @echo "Updating $@: ${.OODATE:T:[1..8]}"
241 @echo Checking $@: ${.OODATE:T:[1..8]}
/freebsd-9.3-release/etc/mail/
H A DMakefile144 sed -e 's/^/#/' < ${.OODATE} > ${.TARGET}
148 ${MAKEMAP} ${SENDMAIL_MAP_TYPE} ${.TARGET} < ${.OODATE}
153 ${MAKEMAP} btree ${.TARGET} < ${.OODATE}
/freebsd-9.3-release/contrib/bmake/
H A Dmake.c855 * Add a child's name to the ALLSRC and OODATE variables of the given
861 * A child is added to the OODATE variable if its modification time is
863 * parent is a .JOIN node. In that case, it is only added to the OODATE
919 Var_Append(OODATE, child, pgn);
925 * It goes in the OODATE variable if the parent is younger than the
932 * the kid and anything that relies on the OODATE variable will
935 * XXX: This will cause all made children to go in the OODATE
940 Var_Append(OODATE, child, pgn);
952 * Set up the ALLSRC and OODATE variables. Sad to say, it must be
954 * because Make defined OODATE t
[all...]
H A Dmake.h356 #define OODATE "?" /* All out-of-date sources */ macro
H A Dmeta.c1231 else if ((cp = strstr(cmd, ".OODATE"))) {
1232 /* check for $[{(].OODATE[:)}] */
1239 fprintf(debug_file, "%s: %d: cannot compare command using .OODATE\n", fname, lineno);
1314 * Target uses .OODATE which is empty; or we wouldn't be here.
1315 * We have decided it is oodate, so .OODATE needs to be set.
1318 Var_Delete(OODATE, gn);
1319 Var_Set(OODATE, Var_Value(ALLSRC, gn, &cp), gn, 0);
H A Dvar.c391 if (!strcmp(name, ".OODATE"))
392 name = OODATE;

Completed in 132 milliseconds