Lines Matching refs:stmp
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}
1253 $(common-objpfx)sysd-versions: $(common-objpfx)versions.stmp
1254 $(common-objpfx)versions.stmp: $(common-objpfx)Versions.all \