• Home
  • Raw
  • Download

Lines Matching refs:_

229 			     ? _("Nothing to be done for `%s'.")  in update_goal_chain()
230 : _("`%s' is up to date.")), in update_goal_chain()
297 DBF (DB_VERBOSE, _("Pruning file `%s'.\n")); in update_file()
349 = _("%sNo rule to make target `%s'%s"); in complain()
351 = _("%sNo rule to make target `%s', needed by `%s'%s"); in complain()
378 DBF (DB_VERBOSE, _("Considering target file `%s'.\n")); in update_file_1()
385 _("Recently tried and failed to update file `%s'.\n")); 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()
441 error (NILF, _("*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp"), 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()
484 error (NILF, _("Circular %s <- %s dependency dropped."), in update_file_1()
601 DBF (DB_VERBOSE, _("Finished prerequisites of target file `%s'.\n")); in update_file_1()
607 DBF (DB_VERBOSE, _("The prerequisites of `%s' are being made.\n")); in update_file_1()
620 DBF (DB_VERBOSE, _("Giving up on target file `%s'.\n")); in update_file_1()
625 _("Target `%s' not remade because of errors."), file->name); in update_file_1()
677 fmt = _("Prerequisite `%s' is order-only for target `%s'.\n"); in update_file_1()
682 fmt = _("Prerequisite `%s' of target `%s' does not exist.\n"); in update_file_1()
687 fmt = _("Prerequisite `%s' is newer than target `%s'.\n"); in update_file_1()
690 fmt = _("Prerequisite `%s' is older than target `%s'.\n"); in update_file_1()
708 _("Target `%s' is double-colon and has no prerequisites.\n")); in update_file_1()
715 _("No commands for `%s' and no prerequisites actually changed.\n")); in update_file_1()
720 DBF (DB_VERBOSE, _("Making `%s' due to always-make flag.\n")); in update_file_1()
728 printf (_("No need to remake target `%s'"), file->name); in update_file_1()
730 printf (_("; using VPATH name `%s'"), file->hname); 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()
765 DBF (DB_VERBOSE, _("Commands of `%s' are being run.\n")); 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()
962 DBF (DB_IMPLICIT, _("Found an implicit rule for `%s'.\n")); in check_dep()
964 DBF (DB_IMPLICIT, _("No implicit rule found for `%s'.\n")); in check_dep()
970 DBF (DB_IMPLICIT, _("Using default commands for `%s'.\n")); in check_dep()
996 error (NILF, _("Circular %s <- %s dependency dropped."), in check_dep()
1306 error (NILF, _("Warning: File `%s' has modification time in the future"), in f_mtime()
1313 error (NILF, _("Warning: File `%s' has modification time %.2g s in the future"), in f_mtime()
1511 error (NILF, _(".LIBPATTERNS element `%s' is not a pattern"), p); in library_search()