Home
last modified time | relevance | path

Searched refs:DB_BASIC (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/
H A Dremake.c434 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 Ddebug.h19 #define DB_BASIC (0x001) macro
H A Dfile.c385 DB (DB_BASIC, (_("Removing intermediate files...\n"))); in remove_intermediates()
H A Djob.c2363 DB (DB_BASIC, (_("$SHELL changed (was `%s', now `%s')\n"), in construct_command_argv_internal()
H A Dread.c160 DB (DB_BASIC, (_("Reading makefiles...\n"))); in read_all_makefiles()