summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
a4d3980)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3763
3c298f89-4303-0410-b956-
a3cf2f4a3e73
touch $$@
$(PKG_BUILD_DIR)/.built: FORCE $(PKG_BUILD_DIR)/.configured
touch $$@
$(PKG_BUILD_DIR)/.built: FORCE $(PKG_BUILD_DIR)/.configured
+#$#$#(error $$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg $$(IPKG_$(1)) $(PKG_BUILD_DIR)))
ifeq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg $$(IPKG_$(1)) $(PKG_BUILD_DIR)),$(PKG_BUILD_DIR))
$(call Build/Compile)
touch $$@
ifeq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg $$(IPKG_$(1)) $(PKG_BUILD_DIR)),$(PKG_BUILD_DIR))
$(call Build/Compile)
touch $$@
ifeq ($(PKGARCH),)
PKGARCH:=$(ARCH)
endif
ifeq ($(PKGARCH),)
PKGARCH:=$(ARCH)
endif
+$(eval DESCRIPTION:=$(TITLE))
IPKG_$(1):=$(PACKAGE_DIR)/$(1)_$(VERSION)_$(PKGARCH).ipk
IDIR_$(1):=$(PKG_BUILD_DIR)/ipkg/$(1)
IPKG_$(1):=$(PACKAGE_DIR)/$(1)_$(VERSION)_$(PKGARCH).ipk
IDIR_$(1):=$(PKG_BUILD_DIR)/ipkg/$(1)
install-targets: $$(INFO_$(1))
endif
install-targets: $$(INFO_$(1))
endif
-ifneq ($$(COMPILE_$(1)),)
-compile-targets: $$(IPKG_$(1))
+ifneq ($(COMPILE_$(1)),)
+compile-targets: $(IPKG_$(1))
endif
IDEPEND_$(1):=$$(strip $$(DEPENDS))
endif
IDEPEND_$(1):=$$(strip $$(DEPENDS))
clean: $(1)-clean
ifneq ($(__DEFAULT_TARGETS),1)
clean: $(1)-clean
ifneq ($(__DEFAULT_TARGETS),1)
-$(eval $(call Build/DefaultTargets))
+$$(eval $$(call Build/DefaultTargets,$(1)))