• Home
  • Raw
  • Download

Lines Matching refs:_

270 		       _("Commands were specified for file `%s' at %s:%lu,"),  in rehash_file()
275 _("Commands for file `%s' were found by implicit rule search,"), in rehash_file()
278 _("but `%s' is now considered the same file as `%s'."), in rehash_file()
281 _("Commands for `%s' will be ignored in favor of those for `%s'."), in rehash_file()
301 fatal (NILF, _("can't rename single-colon `%s' to double-colon `%s'"), in rehash_file()
306 fatal (NILF, _("can't rename double-colon `%s' to single-colon `%s'"), in rehash_file()
381 error (NILF, _("*** Deleting intermediate file `%s'"), f->name); in remove_intermediates()
385 DB (DB_BASIC, (_("Removing intermediate files...\n"))); in remove_intermediates()
781 error (NILF, _("%s: Timestamp out of range; substituting %s"), in file_timestamp_cons()
782 fname ? fname : _("Current time"), buf); in file_timestamp_cons()
881 puts (_("# Not a target:")); in print_file()
903 puts (_("# Precious file (prerequisite of .PRECIOUS).")); in print_file()
905 puts (_("# Phony target (prerequisite of .PHONY).")); in print_file()
907 puts (_("# Command-line target.")); in print_file()
909 puts (_("# A default, MAKEFILES, or -include/sinclude makefile.")); in print_file()
911 ? _("# Implicit rule search has been done.") in print_file()
912 : _("# Implicit rule search has not been done.")); in print_file()
914 printf (_("# Implicit/static pattern stem: `%s'\n"), f->stem); in print_file()
916 puts (_("# File is an intermediate prerequisite.")); in print_file()
919 fputs (_("# Also makes:"), stdout); in print_file()
925 puts (_("# Modification time never checked.")); in print_file()
927 puts (_("# File does not exist.")); in print_file()
929 puts (_("# File is very old.")); in print_file()
934 printf (_("# Last modified %s\n"), buf); in print_file()
937 ? _("# File has been updated.") : _("# File has not been updated.")); in print_file()
941 puts (_("# Commands currently running (THIS IS A BUG).")); in print_file()
944 puts (_("# Dependencies commands running (THIS IS A BUG).")); in print_file()
953 puts (_("# Successfully updated.")); in print_file()
957 puts (_("# Needs to be updated (-q is set).")); in print_file()
960 puts (_("# Failed to be updated.")); in print_file()
963 puts (_("# Invalid value in `update_status' member!")); in print_file()
970 puts (_("# Invalid value in `command_state' member!")); in print_file()
989 puts (_("\n# Files")); in print_file_data_base()
993 fputs (_("\n# files hash-table stats:\n# "), stdout); in print_file_data_base()