mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 14:22:28 +00:00
parent
3b81bec5ae
commit
5c5cf0e01d
2 changed files with 7 additions and 7 deletions
8
third_party/make/main.c
vendored
8
third_party/make/main.c
vendored
|
@ -783,7 +783,7 @@ handle_runtime_exceptions (struct _EXCEPTION_POINTERS *exinfo)
|
|||
|
||||
/* turn this on if we want to put stuff in the event log too */
|
||||
#ifdef USE_EVENT_LOG
|
||||
hEventSource = RegisterEventSource (NULL, u"Landlock Make");
|
||||
hEventSource = RegisterEventSource (NULL, u"GNU Make");
|
||||
lpszStrings[0] = errmsg;
|
||||
|
||||
if (hEventSource != NULL)
|
||||
|
@ -1051,7 +1051,7 @@ main (int argc, char **argv, char **envp)
|
|||
if (argv[0] == 0)
|
||||
argv[0] = (char *)"";
|
||||
if (argv[0][0] == '\0')
|
||||
program = "landlockmake";
|
||||
program = "make";
|
||||
else
|
||||
{
|
||||
#if defined(HAVE_DOS_PATHS)
|
||||
|
@ -1062,7 +1062,7 @@ main (int argc, char **argv, char **envp)
|
|||
start += 2;
|
||||
|
||||
if (start[0] == '\0')
|
||||
program = "landlockmake";
|
||||
program = "make";
|
||||
else
|
||||
{
|
||||
program = start + strlen (start);
|
||||
|
@ -2971,7 +2971,7 @@ print_version (void)
|
|||
/* Do it only once. */
|
||||
return;
|
||||
|
||||
printf ("%sLandlock Make 1.0 (GNU Make %s)\n", precede, version_string);
|
||||
printf ("%sGNU Make %s\n", precede, version_string);
|
||||
|
||||
if (!remote_description || *remote_description == '\0')
|
||||
printf (_("%sBuilt for %s\n"), precede, make_host);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue