Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 25 of 45) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/
DMakefile.am36 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
Djob.c472 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 …]
DSMakefile50 # 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 \
DMakefile.ami123 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
Dmake.lnk1 …and.o"+"function.o"+"vpath.o"+"version.o"+"ar.o"+"arscan.o"+"signame.o"+"remote-stub.o"+"getopt.o"…
Dmakefile.vms79 extras = ,signame.obj,remote-stub.obj,vmsfunctions.obj,vmsify.obj
139 remote-stub.obj: remote-stub.c
Djob.h58 unsigned int remote:1; /* Nonzero if executing remotely. */ member
DNMakefile95 $(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 \
Ddosbuild.bat43 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…
DMakefile.in94 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)
Dcommands.c460 if (!c->remote) in fatal_error_signal()
481 if (c->remote) in fatal_error_signal()
DMakefile.DOS80 … read.c remake.c rule.c signame.c strcache.c variable.c version.c vpath.c hash.c remote-$(REMOTE).c
Dbuild_w32.bat35 …_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…
DREADME.OS24 - remote job execution
Dconfigure.in241 [enable remote jobs via Customs--see README.customs]),
DNEWS544 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/
DPOTFILES.in33 remote-cstms.c
Dda.po573 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
Dmake.pot566 msgid " (remote)"
1506 #: remote-cstms.c:125
Did.po575 msgid " (remote)"
576 msgstr " (remote)"
1567 #: remote-cstms.c:125
Dbe.po570 msgid " (remote)"
1525 #: remote-cstms.c:125
Dja.po577 msgid " (remote)"
1580 #: remote-cstms.c:125
Dzh_CN.po571 msgid " (remote)"
1531 #: remote-cstms.c:125
/ndk/build/tools/
DDEV-SCRIPTS-USAGE.TXT495 remote Darwin machine. The script will package all required sources into a
496 temporary tarball, copy it to the remote machine, launch the build there,
577 test suite present under $NDK/tests/, not the one in the remote NDK directory.
/ndk/docs/text/
DOVERVIEW.text59 debug your native code through a remote gdb connection and as much

12