Searched refs:DB_BASIC (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | debug.h | 19 #define DB_BASIC (0x001) macro
|
D | remake.c | 434 DBF (DB_BASIC, _("File `%s' does not exist.\n")); in update_file_1() 670 if (!noexist && ISDB (DB_BASIC|DB_VERBOSE)) in update_file_1() 681 if (ISDB (DB_BASIC)) in update_file_1() 686 if (ISDB (DB_BASIC)) in update_file_1() 707 DBF (DB_BASIC, in update_file_1() 750 DBF (DB_BASIC, _("Must remake target `%s'.\n")); in update_file_1() 756 DB (DB_BASIC, (_(" Ignoring VPATH name `%s'.\n"), file->hname)); in update_file_1() 772 DBF (DB_BASIC, _("Failed to remake target file `%s'.\n")); in update_file_1() 775 DBF (DB_BASIC, _("Successfully remade target file `%s'.\n")); in update_file_1() 778 DBF (DB_BASIC, _("Target file `%s' needs remade under -q.\n")); in update_file_1()
|
D | main.c | 588 db_level = db_level ? DB_NONE : DB_BASIC; in debug_signal_handler() 615 db_level |= DB_BASIC; in decode_debug_flags() 618 db_level |= DB_BASIC | DB_IMPLICIT; in decode_debug_flags() 624 db_level |= DB_BASIC | DB_MAKEFILES; in decode_debug_flags() 627 db_level |= DB_BASIC | DB_VERBOSE; in decode_debug_flags() 1820 DB (DB_BASIC, (_("Updating makefiles....\n"))); in main() 2021 if (ISDB (DB_BASIC)) in main() 2196 DB (DB_BASIC, (_("Updating goal targets....\n"))); in main()
|
D | file.c | 385 DB (DB_BASIC, (_("Removing intermediate files...\n"))); in remove_intermediates()
|
D | job.c | 2363 DB (DB_BASIC, (_("$SHELL changed (was `%s', now `%s')\n"), in construct_command_argv_internal()
|
D | read.c | 160 DB (DB_BASIC, (_("Reading makefiles...\n"))); in read_all_makefiles()
|