Home
last modified time | relevance | path

Searched refs:DBF (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dremake.c297 DBF (DB_VERBOSE, _("Pruning file `%s'.\n")); in update_file()
378 DBF (DB_VERBOSE, _("Considering target file `%s'.\n")); in update_file_1()
384 DBF (DB_VERBOSE, in update_file_1()
400 DBF (DB_VERBOSE, _("File `%s' was considered already.\n")); in update_file_1()
410 DBF (DB_VERBOSE, _("Still updating file `%s'.\n")); in update_file_1()
413 DBF (DB_VERBOSE, _("Finished updating file `%s'.\n")); in update_file_1()
434 DBF (DB_BASIC, _("File `%s' does not exist.\n")); in update_file_1()
454 DBF (DB_IMPLICIT, _("Found an implicit rule for `%s'.\n")); in update_file_1()
456 DBF (DB_IMPLICIT, _("No implicit rule found for `%s'.\n")); in update_file_1()
462 DBF (DB_IMPLICIT, _("Using default commands for `%s'.\n")); in update_file_1()
[all …]
Ddebug.h34 #define DBF(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \ macro
Dimplicit.c41 DBF (DB_IMPLICIT, _("Looking for an implicit rule for `%s'.\n")); in try_implicit_rule()
56 DBF (DB_IMPLICIT, in try_implicit_rule()