mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-15 11:24:42 +00:00
add quotes to ipkg name in the rebuild check
SVN-Revision: 4772
This commit is contained in:
parent
3659367992
commit
2bf955dfaf
@ -239,7 +239,7 @@ define BuildPackage
|
|||||||
ifneq ($$(CONFIG_PACKAGE_$(1)),)
|
ifneq ($$(CONFIG_PACKAGE_$(1)),)
|
||||||
ifneq ($(MAKECMDGOALS),prereq)
|
ifneq ($(MAKECMDGOALS),prereq)
|
||||||
ifneq ($(DUMP),1)
|
ifneq ($(DUMP),1)
|
||||||
ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install $$(IPKG_$(1)) $(PKG_BUILD_DIR)),$$(IPKG_$(1)))
|
ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install '$$(IPKG_$(1))' '$(PKG_BUILD_DIR)'),$$(IPKG_$(1)))
|
||||||
_INFO+=$(subst $(TOPDIR)/,,$$(IPKG_$(1)))
|
_INFO+=$(subst $(TOPDIR)/,,$$(IPKG_$(1)))
|
||||||
$(PKG_BUILD_DIR)/.built: package-rebuild
|
$(PKG_BUILD_DIR)/.built: package-rebuild
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user