summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2016-03-06 13:29:43 -0500
committerPaul Smith <psmith@gnu.org>2016-03-08 23:40:46 -0500
commitfb7a7adc8a54bfd33ca939f7ab6e039a3b2c3355 (patch)
treee861773723747ed35bd09b9fd6347fa8b7b7fb18 /po
parent4f8be4bb28594756b994d6a55e23416570a9a1ed (diff)
downloadmake-git-fb7a7adc8a54bfd33ca939f7ab6e039a3b2c3355.tar.gz
Extract jobserver implementation into OS-specific files.
* os.h, posixos.c, w32/w32os.c: New files implementing jobserver. * job.c, job.h, main.c, makeint.h: Move content to new files. * w32/include/sub_proc.h, w32/subproc/sub_proc.c: Ditto. * Makefile.am: Build and package OS-specific files. * build_w32.bat, make_msvc_net2003.vcproj, README.W32.template: Update for new files, and clean up the build. * POTFILES.in, maintMakefile, NMakefile.template: Ditto. * w32/subproc/build.bat: Delete as unused.
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index fce6f362..061ff2b9 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -32,6 +32,7 @@ load.c
main.c
misc.c
output.c
+posixos.c
read.c
remake.c
remote-cstms.c
@@ -43,3 +44,4 @@ variable.h
vmsfunctions.c
vmsjobs.c
vpath.c
+w32/w32os.c