Searched refs:touchFlag (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dglobals.h89 extern Boolean touchFlag;
H A Dmain.c140 Boolean touchFlag; /* -t flag */ variable
551 touchFlag = TRUE;
741 Boolean saveTouchFlag = touchFlag;
765 touchFlag = FALSE;
781 touchFlag = saveTouchFlag;
914 touchFlag = FALSE; /* Actually update targets */
H A Djob.c1627 if ((gn->type & OP_MAKE) || (!noExecute && !touchFlag)) {
2526 if (runINTERRUPT && !touchFlag) {
3165 if (!touchFlag) {
/freebsd-10.0-release/contrib/bmake/
H A Dmake.h388 extern Boolean touchFlag; /* TRUE if targets should just be 'touched'
H A Dmain.c166 Boolean touchFlag; /* -t flag */ variable
593 touchFlag = TRUE;
961 touchFlag = FALSE; /* Actually update targets */
H A Dcompat.c596 if (!touchFlag || (gn->type & OP_MAKE)) {
H A Djob.c1590 (!noExecute && !touchFlag)) {
2620 if (runINTERRUPT && !touchFlag) {

Completed in 202 milliseconds