Searched refs:stamp (Results 1 - 25 of 26) sorted by relevance

12

/openwrt/
H A DMakefile42 $(toolchain/stamp-install): $(tools/stamp-install)
43 $(target/stamp-compile): $(toolchain/stamp-install) $(tools/stamp-install) $(BUILD_DIR)/.prepared
44 $(package/stamp-compile): $(target/stamp-compile) $(package/stamp-cleanup)
45 $(package/stamp-install): $(package/stamp
[all...]
H A Drules.mk132 STAMP_DIR:=$(BUILD_DIR)/stamp
133 STAMP_DIR_HOST=$(BUILD_DIR_HOST)/stamp
/openwrt/toolchain/musl/headers/
H A DMakefile6 HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.uclibc_headers_installed
/openwrt/target/
H A DMakefile19 $($(curdir)/stamp-install): $($(curdir)/stamp-compile)
/openwrt/include/
H A Dsubdir.mk76 $(1)/stamp-$(3):=$(if $(6),$(6),$(STAGING_DIR))/stamp/.$(2)_$(3)$(5)
77 $$($(1)/stamp-$(3)): $(TMP_DIR)/.build $(4)
78 @+$(SCRIPT_DIR)/timestamp.pl -n $$($(1)/stamp-$(3)) $(1) $(4) || \
80 @mkdir -p $$$$(dirname $$($(1)/stamp-$(3)))
81 @touch $$($(1)/stamp-$(3))
83 $$(if $(call debug,$(1),v),,.SILENT: $$($(1)/stamp-$(3)))
85 .PRECIOUS: $$($(1)/stamp-$(3)) # work around a make bug
87 $(1)//clean:=$(1)/stamp-$(3)/clean
88 $(1)/stamp
[all...]
H A Dpackage-ipkg.mk100 compile: $$(IPKG_$(1)) $(PKG_INFO_DIR)/$(1).provides $(STAGING_DIR_ROOT)/stamp/.$(1)_installed
134 $(STAGING_DIR_ROOT)/stamp/.$(1)_installed : export PATH=$$(TARGET_PATH_PKG)
135 $(STAGING_DIR_ROOT)/stamp/.$(1)_installed: $(STAMP_BUILT)
137 mkdir -p $(STAGING_DIR_ROOT)/stamp $(STAGING_DIR_ROOT)/tmp-$(1)
H A Dscan.mk11 TARGET_STAMP:=$(TMP_DIR)/info/.files-$(SCAN_TARGET).stamp
H A Dhost-build.mk36 HOST_STAMP_INSTALLED:=$(HOST_BUILD_PREFIX)/stamp/.$(PKG_NAME)_installed
H A Dpackage.mk70 STAMP_INSTALLED:=$(STAGING_DIR)/stamp/.$(PKG_DIR_NAME)$(if $(BUILD_VARIANT),.$(BUILD_VARIANT),)_installed
/openwrt/toolchain/uClibc/headers/
H A DMakefile6 HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.uclibc_headers_installed
/openwrt/target/sdk/files/
H A DMakefile36 $(package/stamp-compile): $(BUILD_DIR)/.prepared
52 prereq: $(package/stamp-prereq) ;
54 world: prepare $(package/stamp-compile) FORCE
/openwrt/toolchain/
H A DMakefile63 mkdir -p stamp lib usr/include usr/lib ; \
72 $(curdir)//prepare = $(STAGING_DIR)/.prepared $(TOOLCHAIN_DIR)/info.mk $(tools/stamp-install)
77 $(TOOLCHAIN_DIR)/stamp/.gcc-initial_installed:
80 $(eval $(call stampfile,$(curdir),toolchain,install,$(TOOLCHAIN_DIR)/stamp/.gcc-initial_installed,,$(TOOLCHAIN_DIR)))
/openwrt/toolchain/uClibc/utils/
H A DMakefile6 HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.uclibc_utils_installed
/openwrt/toolchain/musl/
H A DMakefile6 HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.musl_installed
/openwrt/package/network/services/ead/src/tinysrp/
H A DMakefile.in134 DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in acconfig.h \
160 config.h: stamp-h
162 rm -f stamp-h; \
163 $(MAKE) stamp-h; \
165 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
169 @echo timestamp > stamp-h 2> /dev/null
170 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
172 rm -f $(srcdir)/stamp-h.in; \
173 $(MAKE) $(srcdir)/stamp-h.in; \
175 $(srcdir)/stamp
[all...]
H A Dconfigure2414 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
/openwrt/toolchain/uClibc/
H A DMakefile6 HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.uclibc_installed
/openwrt/toolchain/gcc/
H A Dcommon.mk69 HOST_STAMP_INSTALLED:=$(STAGING_DIR_HOST)/stamp/.gcc_$(GCC_VARIANT)_installed
185 $(STAGING_DIR_HOST)/stamp/.gcc_* \
186 $(STAGING_DIR_HOST)/stamp/.binutils_* \
/openwrt/tools/
H A DMakefile105 mkdir -p bin lib include stamp; \
112 mkdir -p $(BUILD_DIR)/stamp
117 mkdir -p $(BUILD_DIR_HOST)/stamp $(STAGING_DIR_HOST)/include/sys
/openwrt/target/toolchain/
H A DMakefile21 */stamp \
/openwrt/toolchain/glibc/
H A Dcommon.mk44 HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.glibc_$(VARIANT)_installed
/openwrt/package/network/services/dnsmasq/files/
H A Ddnsmasq.init41 local stamp="/var/run/dnsmasq.$ifname.dhcp"
44 [ -s "$stamp" ] && return $(cat "$stamp")
53 echo $rv > "$stamp"
/openwrt/target/sdk/
H A DMakefile22 */stamp \
/openwrt/package/network/utils/linux-atm/
H A DMakefile103 touch $(PKG_BUILD_DIR)/stamp-h.in
/openwrt/scripts/
H A Dconfig.guess44 -t, --time-stamp print date of last modification, then exit
64 --time-stamp | --time* | -t )
1434 # eval: (add-hook 'write-file-hooks 'time-stamp)
1435 # time-stamp-start: "timestamp='"
1436 # time-stamp-format: "%:y-%02m-%02d"
1437 # time-stamp-end: "'"

Completed in 76 milliseconds

12