mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
rename 'stampfiles' directory to 'stamp'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8455 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0f4b236ce3
commit
b7b479ae3f
@ -67,9 +67,9 @@ define Build/DefaultTargets
|
|||||||
touch $$@
|
touch $$@
|
||||||
|
|
||||||
ifdef Build/InstallDev
|
ifdef Build/InstallDev
|
||||||
compile: $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed
|
compile: $(STAGING_DIR)/stamp/.$(PKG_NAME)-installed
|
||||||
$(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed: $(STAMP_BUILT)
|
$(STAGING_DIR)/stamp/.$(PKG_NAME)-installed: $(STAMP_BUILT)
|
||||||
mkdir -p $(STAGING_DIR)/stampfiles
|
mkdir -p $(STAGING_DIR)/stamp
|
||||||
$(Build/InstallDev)
|
$(Build/InstallDev)
|
||||||
touch $$@
|
touch $$@
|
||||||
endif
|
endif
|
||||||
@ -128,5 +128,5 @@ install:
|
|||||||
clean: FORCE
|
clean: FORCE
|
||||||
$(Build/UninstallDev)
|
$(Build/UninstallDev)
|
||||||
$(Build/Clean)
|
$(Build/Clean)
|
||||||
@rm -f $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed
|
@rm -f $(STAGING_DIR)/stamp/.$(PKG_NAME)-installed
|
||||||
@rm -rf $(PKG_BUILD_DIR)
|
@rm -rf $(PKG_BUILD_DIR)
|
||||||
|
@ -36,7 +36,7 @@ endef
|
|||||||
|
|
||||||
# Parameters: <subdir> <name> <target>
|
# Parameters: <subdir> <name> <target>
|
||||||
define stampfile
|
define stampfile
|
||||||
$(1)/stamp-$(3):=$(STAGING_DIR)/stampfiles/.$(2)_$(3)
|
$(1)/stamp-$(3):=$(STAGING_DIR)/stamp/.$(2)_$(3)
|
||||||
$(if $(__rdep_$(1)),,
|
$(if $(__rdep_$(1)),,
|
||||||
$(call rdep,$(1),$$($(1)/stamp-$(3)),)
|
$(call rdep,$(1),$$($(1)/stamp-$(3)),)
|
||||||
__rdep_$(1):=1
|
__rdep_$(1):=1
|
||||||
|
Loading…
Reference in New Issue
Block a user