mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
build all packages in a package directory by default if DEVELOPER or SDK is set
SVN-Revision: 5684
This commit is contained in:
parent
2d3da58dc6
commit
5af24a0373
@ -127,7 +127,7 @@ define BuildPackage
|
|||||||
install-targets: $$(INFO_$(1))
|
install-targets: $$(INFO_$(1))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_$(1)),)
|
ifneq ($(CONFIG_PACKAGE_$(1))$(DEVELOPER)$(SDK),)
|
||||||
compile-targets: $$(IPKG_$(1))
|
compile-targets: $$(IPKG_$(1))
|
||||||
else
|
else
|
||||||
compile-targets: $(1)-disabled
|
compile-targets: $(1)-disabled
|
||||||
@ -257,7 +257,7 @@ define BuildPackage
|
|||||||
$$(eval $$(call Build/DefaultTargets,$(1)))
|
$$(eval $$(call Build/DefaultTargets,$(1)))
|
||||||
|
|
||||||
ifdef Package/$(1)/install
|
ifdef Package/$(1)/install
|
||||||
ifneq ($$(CONFIG_PACKAGE_$(1)),)
|
ifneq ($$(CONFIG_PACKAGE_$(1))$(DEVELOPER)$(SDK),)
|
||||||
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)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user