]> git.ipfire.org Git - thirdparty/make.git/commit
[__MSDOS__]: Include <process.h>.
authorRoland McGrath <roland@redhat.com>
Mon, 25 Jul 1994 23:23:03 +0000 (23:23 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 25 Jul 1994 23:23:03 +0000 (23:23 +0000)
commita2ab31ba6283d9c373256647debd2ef4a355e380
tree8b309a7826b1818849feff90285d36238172adb4
parentda2ea1ea7fc919e2b8bcc8f5d9073e45b539fa3c
[__MSDOS__]: Include <process.h>.
(PATH_SEPARATOR_CHAR): New macro; differing defns for [__MSDOS__] and not.
[__MSDOS__] (dos_pid, dos_status, dos_bname, dos_bename, dos_batch_file):
New variables.
(reap_children) [__MSDOS__]: Don't call wait; just examine those vars.
(unblock_sigs) [__MSDOS__]: Do nothing.
(start_job_command) [__MSDOS__]: Use spawnvpe instead of vfork and exec.
(load_too_high) [__MSDOS__]: Always return true.
(search_path) [__MSDOS__]: Check for : or / in FILE to punt.
Use PATH_SEPARATOR_CHAR instead of ':'.
(construct_command_argv_internal) [__MSDOS__]: Wholly different values for
sh_chars and sh_cmds.  Wholly new code to handle shell scripts.

Part of MSDOS/GO32 port from DJ Delorie <dj@ctron.com>.
job.c