Skip to content
Snippets Groups Projects
Commit 11817c54 authored by Mike Baker's avatar Mike Baker
Browse files

fix .built target

SVN-Revision: 3776
parent 12ec1ba1
No related branches found
No related tags found
No related merge requests found
...@@ -5,12 +5,11 @@ else ...@@ -5,12 +5,11 @@ else
endif endif
define Build/DefaultTargets define Build/DefaultTargets
ifeq ($(shell $(SCRIPT_DIR)/timestamp.pl -p $(PKG_BUILD_DIR) .),.) ifeq ($(shell $(SCRIPT_DIR)/timestamp.pl -p $(PKG_BUILD_DIR) .),.)
$(PKG_BUILD_DIR)/.prepared: package-clean $(PKG_BUILD_DIR)/.prepared: package-clean
endif endif
ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg $(IPKG_$(1)) $(PKG_BUILD_DIR)),$(IPKG_$(1))) ifneq ($(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg $(IPKG_$(1)) $(PKG_BUILD_DIR)),$(IPKG_$(1)))
$(PKG_BUILD_DIR)/.built: package-rebuild $(PKG_BUILD_DIR)/.built: package-rebuild
endif endif
...@@ -145,9 +144,7 @@ define BuildPackage ...@@ -145,9 +144,7 @@ define BuildPackage
clean: $(1)-clean clean: $(1)-clean
ifneq ($(__DEFAULT_TARGETS),1) $$(eval $$(call Build/DefaultTargets,$(1)))
$(eval $(call Build/DefaultTargets,$(1)))
endif
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment