Searched refs:STAMP_CONFIGURED (Results 1 - 10 of 10) sorted by relevance

/openwrt/include/
H A Dkernel-build.mk16 STAMP_CONFIGURED:=$(LINUX_DIR)/.configured macro
105 $(STAMP_CONFIGURED): $(STAMP_PREPARED) $(LINUX_KCONFIG_LIST) $(TOPDIR)/.config
109 $(LINUX_DIR)/.modules: $(STAMP_CONFIGURED) $(LINUX_DIR)/.config FORCE
113 $(LINUX_DIR)/.image: $(STAMP_CONFIGURED) $(if $(CONFIG_STRIP_KERNEL_EXPORTS),$(KERNEL_BUILD_DIR)/symtab.h) FORCE
125 prepare: $(STAMP_CONFIGURED)
131 rm -f $(STAMP_CONFIGURED)
H A Dpackage.mk67 STAMP_CONFIGURED=$(PKG_BUILD_DIR)/.configured$(if $(DUMP),,_$(call confvar,$(PKG_CONFIG_DEPENDS))) macro
68 STAMP_CONFIGURED_WILDCARD=$(patsubst %_$(call confvar,$(PKG_CONFIG_DEPENDS)),%_*,$(STAMP_CONFIGURED))
167 $(call Build/Exports,$(STAMP_CONFIGURED))
168 $(STAMP_CONFIGURED): $(STAMP_PREPARED)
177 $(STAMP_BUILT): $(STAMP_CONFIGURED)
219 configure: $(STAMP_CONFIGURED)
220 dist: $(STAMP_CONFIGURED)
221 distcheck: $(STAMP_CONFIGURED)
H A Dquilt.mk129 $($(2)STAMP_CONFIGURED): $($(2)STAMP_CHECKED)
130 $(if $(NO_RECONFIGURE),$($(2)STAMP_BUILT),$($(2)STAMP_CONFIGURED)): FORCE
/openwrt/package/network/services/dropbear/
H A DMakefile31 STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) echo $(CONFIG_TARGET_INIT_PATH) | md5s) macro
/openwrt/package/utils/busybox/
H A DMakefile30 STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) grep '^CONFIG_BUSYBOX_' $(TOPDIR)/.config | md5s) macro
/openwrt/package/libs/openssl/
H A DMakefile137 STAMP_CONFIGURED := $(STAMP_CONFIGURED)_$(subst $(space),_,$(OPENSSL_OPTIONS)) macro
140 [ -f $(STAMP_CONFIGURED) ] || { \
/openwrt/package/base-files/
H A DMakefile25 STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) echo $(CONFIG_TARGET_INIT_PATH) | md5s) macro
/openwrt/package/system/procd/
H A DMakefile36 STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) echo $(CONFIG_TARGET_INIT_PATH) | md5s) macro
/openwrt/package/network/services/hostapd/
H A DMakefile60 STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(CONFIG_WPA_MSG_MIN_PRIORITY) macro
274 ifneq ($(wildcard $(PKG_BUILD_DIR)/.config_*),$(subst .configured_,.config_,$(STAMP_CONFIGURED)))
280 touch $(subst .configured_,.config_,$(STAMP_CONFIGURED))
/openwrt/package/network/utils/iptables/
H A DMakefile31 STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) grep 'NETFILTER' $(LINUX_DIR)/.config | md5s) macro
456 ifneq ($(wildcard $(PKG_BUILD_DIR)/.config_*),$(subst .configured_,.config_,$(STAMP_CONFIGURED)))
461 touch $(subst .configured_,.config_,$(STAMP_CONFIGURED))

Completed in 100 milliseconds