diff --git a/build/bootstrap/ape.aarch64 b/build/bootstrap/ape.aarch64 index 2bdee355e..794864ad0 100755 Binary files a/build/bootstrap/ape.aarch64 and b/build/bootstrap/ape.aarch64 differ diff --git a/build/bootstrap/cocmd b/build/bootstrap/cocmd index ed2a4c89f..f16d26c8d 100755 Binary files a/build/bootstrap/cocmd and b/build/bootstrap/cocmd differ diff --git a/build/bootstrap/make b/build/bootstrap/make deleted file mode 100755 index 863bcf66c..000000000 Binary files a/build/bootstrap/make and /dev/null differ diff --git a/libc/proc/execve-nt.greg.c b/libc/proc/execve-nt.greg.c index 226029e1b..fbb13bd46 100644 --- a/libc/proc/execve-nt.greg.c +++ b/libc/proc/execve-nt.greg.c @@ -114,7 +114,8 @@ textwindows int sys_execve_nt(const char *program, char *const argv[], unassert(!(handle & 0xFFFFFFFFFF000000)); TerminateThisProcess(0x23000000u | handle); } else { - kprintf("DuplicateHandle failed w/ %d\n", GetLastError()); + // TODO(jart): Why does `make loc` print this? + // kprintf("DuplicateHandle failed w/ %d\n", GetLastError()); TerminateThisProcess(ECHILD); } }