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

/freebsd-10.0-release/usr.bin/make/
H A Dglobals.h72 extern Boolean compatMake; /* True if we are make compatible */
H A Dmain.c130 Boolean compatMake; /* -B argument */ variable
398 compatMake = TRUE;
920 compatMake = FALSE; /* No compat mode */
1105 if (!compatMake && !forceJobs)
1106 compatMake = TRUE;
1292 if (compatMake) {
H A Djob.c931 if (compatMake &&
982 if (compatMake &&
1044 if (compatMake && !usePipes && (job->flags & JOB_IGNERR)) {
1076 if (compatMake && WIFEXITED(*status) &&
1612 if (!compatMake && (job->flags & JOB_FIRST)) {
1656 if (compatMake) {
1802 if (!compatMake || (job->flags & JOB_FIRST)) {
H A Dparse.c894 compatMake = 1;
/freebsd-10.0-release/contrib/bmake/
H A Dmain.c159 Boolean compatMake; /* -B argument */ variable
436 compatMake = TRUE;
484 compatMake = TRUE;
803 compatMake = TRUE;
967 compatMake = FALSE; /* No compat mode */
1130 if (!compatMake && !forceJobs) {
1131 compatMake = TRUE;
1248 if (!compatMake)
1252 jp_0, jp_1, maxJobs, maxJobTokens, compatMake);
1345 if (!compatMake) {
[all...]
H A Dmake.h379 extern Boolean compatMake; /* True if we are make compatible */
H A Dparse.c1350 compatMake = TRUE;

Completed in 134 milliseconds