Searched refs:remote (Results 1 – 25 of 44) sorted by relevance
12
/ndk/sources/host-tools/make-3.81/ |
D | Makefile.am | 36 remote = remote-cstms.c macro 38 remote = remote-stub.c macro 44 misc.c read.c remake.c $(remote) rule.c signame.c \ 47 EXTRA_make_SOURCES = vmsjobs.c remote-stub.c remote-cstms.c
|
D | job.c | 472 int remote = 0; in reap_children() local 516 any_remote |= c->remote; in reap_children() 517 any_local |= ! c->remote; in reap_children() 520 (long) c->pid, c->remote ? _(" (remote)") : "")); in reap_children() 534 remote = 1; in reap_children() 595 remote = 1; in reap_children() 674 if (!remote && pid == shell_function_pid) in reap_children() 689 if (c->remote == remote && c->pid == pid) in reap_children() 701 c->remote ? _(" (remote)") : "")); in reap_children() 766 c->remote = start_remote_job_p (0); in reap_children() [all …]
|
D | SMakefile | 50 # Which flavor of remote job execution support to use. 51 # The code is found in `remote-$(REMOTE).c'. 129 remote-$(REMOTE).o $(GLOB) $(GETOPT) $(ALLOCA) $(extras) 136 $(srcdir)remote-$(REMOTE).c \ 178 tagsrcs = $(srcs) $(srcdir)remote-*.c 328 # .deps/remote-cstms.Po 331 # .deps/remote-stub.Po 332 remote-stub.o remote-stub.o: remote-stub.c make.h config.h \
|
D | make.lnk | 1 …and.o"+"function.o"+"vpath.o"+"version.o"+"ar.o"+"arscan.o"+"signame.o"+"remote-stub.o"+"getopt.o"…
|
D | Makefile.ami | 123 remote-$(REMOTE).o $(GETOPT) $(ALLOCA) $(extras) 130 $(srcdir)remote-$(REMOTE).c \ 181 tagsrcs = $(srcs) $(srcdir)remote-*.c 302 remote-stub.o: remote-stub.c make.h filedef.h job.h commands.h
|
D | makefile.vms | 79 extras = ,signame.obj,remote-stub.obj,vmsfunctions.obj,vmsify.obj 139 remote-stub.obj: remote-stub.c
|
D | job.h | 58 unsigned int remote:1; /* Nonzero if executing remotely. */ member
|
D | NMakefile | 95 $(OUTDIR)/remote-stub.obj \ 237 # .deps/remote-cstms.Po 240 # .deps/remote-stub.Po 241 remote-stub.o remote-stub.o: remote-stub.c make.h config.h \
|
D | dosbuild.bat | 43 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g remote-stub.c -o remote-stub.o 55 for %%f in (expand function vpath hash strcache version ar arscan signame remote-stub getopt getopt…
|
D | Makefile.in | 94 main.c misc.c read.c remake.c remote-stub.c remote-cstms.c \ 97 @USE_CUSTOMS_FALSE@am__objects_1 = remote-stub$U.$(OBJEXT) 98 @USE_CUSTOMS_TRUE@am__objects_1 = remote-cstms$U.$(OBJEXT)
|
D | commands.c | 460 if (!c->remote) in fatal_error_signal() 481 if (c->remote) in fatal_error_signal()
|
D | Makefile.DOS | 80 … read.c remake.c rule.c signame.c strcache.c variable.c version.c vpath.c hash.c remote-$(REMOTE).c
|
D | build_w32.bat | 35 …_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c remote-stub.c 36 echo WinDebug\remote-stub.obj >>link.dbg 91 …ebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDeb… 102 …IN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c remote-stub.c 103 echo WinRel\remote-stub.obj >>link.rel 158 …T:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel… 169 …-Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c remote-stub.c 195 gcc -mthreads -gstabs+ -ggdb3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getl…
|
D | README.OS2 | 4 - remote job execution
|
D | configure.in | 241 [enable remote jobs via Customs--see README.customs]),
|
D | NEWS | 544 Make, and a string describing the remote job support compiled in (if any). 914 * There is support in place for implementations of remote command execution 915 in Make. See the file remote.c.
|
/ndk/sources/host-tools/make-3.81/po/ |
D | POTFILES.in | 33 remote-cstms.c
|
D | da.po | 573 msgid " (remote)" 1577 # "remote job exportation interface to the Customs daemon": jeg aner ikke 1578 # hvad der er tale om. I �vrigt ser remote-cstms.c for�ldet/ubrugt ud, og 1580 #: remote-cstms.c:125
|
D | make.pot | 566 msgid " (remote)" 1506 #: remote-cstms.c:125
|
D | id.po | 575 msgid " (remote)" 576 msgstr " (remote)" 1567 #: remote-cstms.c:125
|
D | be.po | 570 msgid " (remote)" 1525 #: remote-cstms.c:125
|
D | ja.po | 577 msgid " (remote)" 1580 #: remote-cstms.c:125
|
D | zh_CN.po | 571 msgid " (remote)" 1531 #: remote-cstms.c:125
|
D | ko.po | 576 msgid " (remote)" 1569 #: remote-cstms.c:125
|
/ndk/build/tools/ |
D | DEV-SCRIPTS-USAGE.TXT | 483 remote Darwin machine. The script will package all required sources into a 484 temporary tarball, copy it to the remote machine, launch the build there, 565 test suite present under $NDK/tests/, not the one in the remote NDK directory.
|
12