Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dpatspecific_vars79 all: inherit := good $$t
90 bar: a = global: $(global) pattern: $(pattern) inherit: $(inherit)
92 bar: a := global: $(global) pattern: $(pattern) inherit: $(inherit)
101 %z: a = global: $(global) pattern: $(pattern) inherit: $(inherit)
103 %z: a := global: $(global) pattern: $(pattern) inherit: $(inherit)
112 'normal: global: orginal $t pattern: inherit: ;
113 pattrn: global: orginal $t pattern: inherit: ;');
120 'normal: global: new $t pattern: good $t inherit: good $t;
121 pattrn: global: new $t pattern: good $t inherit: good $t;');
Dtargetvars117 # For PR/1378: Target-specific vars don't inherit correctly
/ndk/sources/host-tools/make-3.81/w32/subproc/
Dsub_proc.c264 SECURITY_ATTRIBUTES inherit; in process_init() local
282 inherit.nLength = sizeof(inherit); in process_init()
283 inherit.lpSecurityDescriptor = (PSECURITY_DESCRIPTOR)(&sd); in process_init()
284 inherit.bInheritHandle = TRUE; in process_init()
289 if (CreatePipe( &stdin_pipes[1], &stdin_pipes[0], &inherit, 0) == FALSE || in process_init()
290 CreatePipe( &stdout_pipes[0], &stdout_pipes[1], &inherit, 0) == FALSE || in process_init()
291 CreatePipe( &stderr_pipes[0], &stderr_pipes[1], &inherit, 0) == FALSE) { in process_init()
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog740 "Target-specific vars don't inherit correctly"
/ndk/sources/host-tools/make-3.81/
DChangeLog1212 * remake.c (update_file_1): When rebuilding makefiles inherit
1760 invocation doesn't "inherit" them accidentally.
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex2859 % Make sure we don't inherit \rightskip from the outer environment.
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex3765 % Make sure we don't inherit \rightskip from the outer environment.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-14766 inherit the target-specific value from the first target. It will
Dmake.texi5821 inherit the target-specific value from the first target. It will