Searched refs:DB_BASIC (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/gmake/dist/ |
H A 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()
|
H A D | debug.h | 19 #define DB_BASIC (0x001) macro
|
H A D | file.c | 385 DB (DB_BASIC, (_("Removing intermediate files...\n"))); in remove_intermediates()
|
H A D | job.c | 2363 DB (DB_BASIC, (_("$SHELL changed (was `%s', now `%s')\n"), in construct_command_argv_internal()
|
H A D | read.c | 160 DB (DB_BASIC, (_("Reading makefiles...\n"))); in read_all_makefiles()
|