Home | History | Annotate | Download | only in make-3.81

Lines Matching full:usageto

2381   FILE *usageto;
2386 usageto = bad ? stderr : stdout;
2388 fprintf (usageto, _("Usage: %s [options] [target] ...\n"), program);
2391 fputs (_(*cpp), usageto);
2394 fprintf (usageto, _("\nThis program built for %s\n"), make_host);
2396 fprintf (usageto, _("\nThis program built for %s (%s)\n"),
2399 fprintf (usageto, _("Report bugs to <bug-make@gnu.org>\n"));