Searched refs:stmp (Results 1 – 17 of 17) sorted by relevance
/glibc-2.36/sysdeps/s390/multiarch/ |
D | Makefile | 4 LC_ALL=C $(SHELL) ./gen-8bit.sh $< > $(@:stmp=T) 5 LC_ALL=C $(SHELL) ../sysdeps/s390/multiarch/gen-8bit.sh $< >> $(@:stmp=T) 6 $(move-if-change) $(@:stmp=T) $(@:stmp=h)
|
/glibc-2.36/iconvdata/ |
D | Makefile | 184 generated += $(generated-modules:=.h) $(generated-modules:=.stmp) \ 196 LC_ALL=C $(SHELL) ./gen-8bit.sh $< > $(@:stmp=T) 197 $(move-if-change) $(@:stmp=T) $(@:stmp=h) 203 LC_ALL=C $(SHELL) ./gen-8bit-gap.sh $< > $(@:stmp=T) 204 $(move-if-change) $(@:stmp=T) $(@:stmp=h) 239 $(generated-modules:%=$(objpfx)%.h): $(objpfx)%.h: $(objpfx)%.stmp 242 $(gen-8bit-modules:%=$(objpfx)%.stmp): $(objpfx)%.stmp: $(objpfx)iconv-rules 243 $(gen-8bit-gap-modules:%=$(objpfx)%.stmp): $(objpfx)%.stmp: $(objpfx)iconv-rules 245 $(objpfx)iso8859-7jp.stmp: $(charmaps)/ISO-8859-7 gen-8bit-gap-1.sh 247 LC_ALL=C $(SHELL) ./gen-8bit-gap-1.sh $< > $(@:stmp=T) [all …]
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/multiarch/ |
D | Makefile | 140 $(objpfx)gen-float128-ifuncs.stmp: \ 190 $(objpfx)gen-float128-ifuncs.stmp $(objpfx)gen-libm-templates.stmp
|
/glibc-2.36/sysdeps/generic/ |
D | unwind-dw2.c | 335 _Unwind_Sword offset, stmp; in execute_stack_op() local 415 op_ptr = read_sleb128 (op_ptr, &stmp); in execute_stack_op() 416 result = stmp; in execute_stack_op() 745 _Unwind_Sword offset, stmp; in execute_cfa_program() local 885 insn_ptr = read_sleb128 (insn_ptr, &stmp); in execute_cfa_program() 886 offset = stmp * fs->data_align; in execute_cfa_program()
|
D | unwind-dw2-fde.c | 300 _Unwind_Sword stmp; in get_cie_encoding() local 309 p = read_sleb128 (p, &stmp); /* Skip data alignment. */ in get_cie_encoding()
|
/glibc-2.36/sysdeps/unix/ |
D | Makefile | 96 $(common-objpfx)libc-modules.stmp
|
/glibc-2.36/ |
D | Makeconfig | 1173 common-generated += libc-modules.h libc-modules.stmp 1179 $(common-objpfx)libc-modules.h: $(common-objpfx)libc-modules.stmp; @: 1180 $(common-objpfx)libc-modules.stmp: $(..)scripts/gen-libc-modules.awk \ 1182 $(AWK) -v buildlist="$(subst -,_,$(built-modules))" -f $^ > ${@:stmp=T} 1183 $(move-if-change) ${@:stmp=T} ${@:stmp=h} 1192 common-generated += dl-tunable-list.h dl-tunable-list.stmp 1194 $(common-objpfx)dl-tunable-list.h: $(common-objpfx)dl-tunable-list.stmp; @: 1195 $(common-objpfx)dl-tunable-list.stmp: \ 1200 $(AWK) -f $^ > ${@:stmp=T} 1201 $(move-if-change) ${@:stmp=T} ${@:stmp=h} [all …]
|
D | Makerules | 113 $(common-objpfx)first-versions.h: $(common-objpfx)versions.stmp 114 $(common-objpfx)ldbl-compat-choose.h: $(common-objpfx)versions.stmp 299 lib-names-stmp-abi = gnu/lib-names.stmp 302 lib-names-stmp-abi = gnu/lib-names-$(default-abi).stmp 327 $(common-objpfx)$(lib-names-h-abi): $(common-objpfx)$(lib-names-stmp-abi); @: 328 $(common-objpfx)$(lib-names-stmp-abi): $(..)scripts/lib-names.awk \ 348 } > ${@:stmp=T} 349 $(move-if-change) ${@:stmp=T} ${@:stmp=h} 352 common-generated += $(lib-names-h-abi) $(lib-names-stmp-abi)
|
/glibc-2.36/math/ |
D | Makefile | 468 gen-libm-templates.stmp 471 $(objpfx)gen-libm-templates.stmp: Makefile 489 $(objpfx)$(t).c): $(objpfx)gen-libm-templates.stmp
|
/glibc-2.36/posix/ |
D | tst-regex.input | 3428 * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use 3802 * iconvdata/Makefile (generated): Add *.stmp files. 3899 (all generated .h rules): Change to be .stmp rules. 3900 (%.h): New rule; depend on %.stmp; no commands.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 3428 * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use 3802 * iconvdata/Makefile (generated): Add *.stmp files. 3899 (all generated .h rules): Change to be .stmp rules. 3900 (%.h): New rule; depend on %.stmp; no commands.
|
D | ChangeLog.18 | 3311 (common-generated): Add libc-modules.h and libc-modules.stmp in a 3313 dl-tunable-list.stmp. 5000 building $(common-objpfx)versions.stmp. 10078 * math/Makefile (generated): Do not include libm-test.stmp. 10080 on $(objpfx)libm-test.stmp. 10081 ($(objpfx)libm-test.stmp): Remove rule. 10086 individual generated files, not libm-test.stmp. 10103 * math/Makefile ($(objpfx)libm-test.stmp): Update gen-libm-test.pl 17203 (gen-libm-templates.stmp): Likewise. Also, ensure 18398 * math/Makefile: (gen-libm-templates.stmp): New rule. [all …]
|
D | ChangeLog.10 | 4237 * math/Makefile (libm-tests-generated): Remove libm-test.stmp. 4241 libm-test.stmp. 4242 ($(objpfx)libm-test.stmp): Use $(objpfx) instead of
|
D | ChangeLog.15 | 1050 ($(common-objpfx)gnu/lib-names.stmp): Likewise.
|
D | ChangeLog.16 | 662 ($(objpfx)iso8859-7jp.stmp): Likewise. 12158 ($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead
|
D | ChangeLog.17 | 10845 * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
|
D | ChangeLog.19 | 13074 ($(common-objpfx)sysd-versions, $(common-objpfx)versions.stmp): 13078 ($(common-objpfx)sysd-versions, $(common-objpfx)versions.stmp):
|