mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
build all packages in a package directory by default if DEVELOPER or SDK is set
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5684 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fdb86f6271
commit
2a6a038b87
@ -127,7 +127,7 @@ define BuildPackage
|
||||
install-targets: $$(INFO_$(1))
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_PACKAGE_$(1)),)
|
||||
ifneq ($(CONFIG_PACKAGE_$(1))$(DEVELOPER)$(SDK),)
|
||||
compile-targets: $$(IPKG_$(1))
|
||||
else
|
||||
compile-targets: $(1)-disabled
|
||||
@ -257,7 +257,7 @@ define BuildPackage
|
||||
$$(eval $$(call Build/DefaultTargets,$(1)))
|
||||
|
||||
ifdef Package/$(1)/install
|
||||
ifneq ($$(CONFIG_PACKAGE_$(1)),)
|
||||
ifneq ($$(CONFIG_PACKAGE_$(1))$(DEVELOPER)$(SDK),)
|
||||
ifneq ($(MAKECMDGOALS),prereq)
|
||||
ifneq ($(DUMP),1)
|
||||
ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install '$$(IPKG_$(1))' '$(PKG_BUILD_DIR)'),$$(IPKG_$(1)))
|
||||
|
Loading…
Reference in New Issue
Block a user