rename 'stampfiles' directory to 'stamp'

SVN-Revision: 8455
This commit is contained in:
Nicolas Thill 2007-08-21 18:07:55 +00:00
parent e6ee25ebd0
commit ba05b57573
2 changed files with 5 additions and 5 deletions

View File

@ -67,9 +67,9 @@ define Build/DefaultTargets
touch $$@
ifdef Build/InstallDev
compile: $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed
$(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed: $(STAMP_BUILT)
mkdir -p $(STAGING_DIR)/stampfiles
compile: $(STAGING_DIR)/stamp/.$(PKG_NAME)-installed
$(STAGING_DIR)/stamp/.$(PKG_NAME)-installed: $(STAMP_BUILT)
mkdir -p $(STAGING_DIR)/stamp
$(Build/InstallDev)
touch $$@
endif
@ -128,5 +128,5 @@ install:
clean: FORCE
$(Build/UninstallDev)
$(Build/Clean)
@rm -f $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed
@rm -f $(STAGING_DIR)/stamp/.$(PKG_NAME)-installed
@rm -rf $(PKG_BUILD_DIR)

View File

@ -36,7 +36,7 @@ endef
# Parameters: <subdir> <name> <target>
define stampfile
$(1)/stamp-$(3):=$(STAGING_DIR)/stampfiles/.$(2)_$(3)
$(1)/stamp-$(3):=$(STAGING_DIR)/stamp/.$(2)_$(3)
$(if $(__rdep_$(1)),,
$(call rdep,$(1),$$($(1)/stamp-$(3)),)
__rdep_$(1):=1