Add DESTDIR functionality to Makefile.in's.

This commit is contained in:
Christopher Faylor
2009-02-24 02:11:14 +00:00
parent be6f5dfdc7
commit 99fe2b7866
11 changed files with 49 additions and 29 deletions

View File

@@ -512,7 +512,7 @@ spawn_guts (const char *prog_arg, const char *const *argv,
si.lpReserved2 = (LPBYTE) &ch;
si.cbReserved2 = sizeof (ch);
/* Depends on ch.set call above!
/* Depends on ch.set call above.
Some file types might need extra effort in the parent after CreateProcess
and before copying the datastructures to the child. So we have to start
the child in suspend state, unfortunately, to avoid a race condition. */