Home
last modified time | relevance | path

Searched refs:DB_IMPLICIT (Results 1 – 13 of 13) sorted by relevance

/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dimplicit.c38 DBF (DB_IMPLICIT, _("Looking for an implicit rule for '%s'.\n")); in try_implicit_rule()
53 DBF (DB_IMPLICIT, in try_implicit_rule()
292 DBS (DB_IMPLICIT, (_("Avoiding implicit rule recursion.\n"))); in pattern_search()
465 DBS (DB_IMPLICIT, (_("Stem too long: '%s%.*s'.\n"), in pattern_search()
471 DBS (DB_IMPLICIT, (_("Trying pattern rule with stem '%.*s'.\n"), in pattern_search()
696 DBS (DB_IMPLICIT, in pattern_search()
711 DBS (DB_IMPLICIT, in pattern_search()
752 DBS (DB_IMPLICIT, in pattern_search()
766 DBS (DB_IMPLICIT, in pattern_search()
H A Ddebug.c73 db_level |= DB_BASIC | DB_IMPLICIT; in decode_debug_flags()
H A Ddebug.h39 DB_IMPLICIT = 0x008, /**< Prints messages describing the implicit enumerator
H A Dremake.c549 DBF (DB_IMPLICIT, _("Found an implicit rule for '%s'.\n")); in update_file_1()
551 DBF (DB_IMPLICIT, _("No implicit rule found for '%s'.\n")); in update_file_1()
557 DBF (DB_IMPLICIT, _("Using default recipe for '%s'.\n")); in update_file_1()
1102 DBF (DB_IMPLICIT, _("Found an implicit rule for '%s'.\n")); in check_dep()
1104 DBF (DB_IMPLICIT, _("No implicit rule found for '%s'.\n")); in check_dep()
1110 DBF (DB_IMPLICIT, _("Using default commands for '%s'.\n")); in check_dep()
H A Dmain.c688 db_level |= DB_BASIC | DB_IMPLICIT; in decode_debug_flags()
/dports/devel/gmake/make-4.3/src/
H A Dimplicit.c38 DBF (DB_IMPLICIT, _("Looking for an implicit rule for '%s'.\n"));
53 DBF (DB_IMPLICIT,
311 DBS (DB_IMPLICIT, (_("Avoiding implicit rule recursion.\n")));
484 DBS (DB_IMPLICIT, (_("Stem too long: '%s%.*s'.\n"),
490 DBS (DB_IMPLICIT, (_("Trying pattern rule with stem '%.*s'.\n"),
715 DBS (DB_IMPLICIT,
730 DBS (DB_IMPLICIT,
771 DBS (DB_IMPLICIT,
785 DBS (DB_IMPLICIT,
H A Ddebug.h21 #define DB_IMPLICIT (0x008) macro
H A Dremake.c507 DBF (DB_IMPLICIT, _("Found an implicit rule for '%s'.\n")); in update_file_1()
509 DBF (DB_IMPLICIT, _("No implicit rule found for '%s'.\n")); in update_file_1()
515 DBF (DB_IMPLICIT, _("Using default recipe for '%s'.\n")); in update_file_1()
1039 DBF (DB_IMPLICIT, _("Found an implicit rule for '%s'.\n")); in check_dep()
1041 DBF (DB_IMPLICIT, _("No implicit rule found for '%s'.\n")); in check_dep()
1047 DBF (DB_IMPLICIT, _("Using default commands for '%s'.\n")); in check_dep()
H A Dmain.c738 db_level |= DB_BASIC | DB_IMPLICIT; in decode_debug_flags()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dimplicit.c40 DBF (DB_IMPLICIT, _("Looking for an implicit rule for `%s'.\n")); in try_implicit_rule()
55 DBF (DB_IMPLICIT, in try_implicit_rule()
321 DBS (DB_IMPLICIT, (_("Avoiding implicit rule recursion.\n"))); in pattern_search()
495 DBS (DB_IMPLICIT, (_("Trying pattern rule with stem `%.*s'.\n"), in pattern_search()
680 DBS (DB_IMPLICIT, in pattern_search()
694 DBS (DB_IMPLICIT, in pattern_search()
735 DBS (DB_IMPLICIT, in pattern_search()
749 DBS (DB_IMPLICIT, in pattern_search()
H A Ddebug.h22 #define DB_IMPLICIT (0x008) macro
H A Dremake.c608 DBF (DB_IMPLICIT, _("Found an implicit rule for `%s'.\n")); in update_file_1()
610 DBF (DB_IMPLICIT, _("No implicit rule found for `%s'.\n")); in update_file_1()
616 DBF (DB_IMPLICIT, _("Using default recipe for `%s'.\n")); in update_file_1()
1380 DBF (DB_IMPLICIT, _("Found an implicit rule for `%s'.\n")); in check_dep()
1382 DBF (DB_IMPLICIT, _("No implicit rule found for `%s'.\n")); in check_dep()
1388 DBF (DB_IMPLICIT, _("Using default commands for `%s'.\n")); in check_dep()
H A Dmain.c823 db_level |= DB_BASIC | DB_IMPLICIT; in decode_debug_flags()