Searched refs:remakingMakefiles (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dglobals.h81 extern Boolean remakingMakefiles; /* True if remaking makefiles is in progress */
H A Dmake.c213 if (remakingMakefiles) {
234 if (remakingMakefiles && Lst_IsEmpty(&gn->commands)) {
242 if (remakingMakefiles) {
H A Dmain.c126 Boolean remakingMakefiles; /* True if remaking makefiles is in progress */ variable
766 remakingMakefiles = TRUE;
768 remakingMakefiles = FALSE;

Completed in 96 milliseconds