mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
only use the .dev-installed target if Build/InstallDev is defined - avoids unnecessary builds of deselected packages
SVN-Revision: 3866
This commit is contained in:
parent
3bcaa7384b
commit
7773da2a84
@ -263,7 +263,11 @@ else
|
||||
prepare: $(PKG_BUILD_DIR)/.prepared
|
||||
configure: $(PKG_BUILD_DIR)/.configured
|
||||
|
||||
ifdef Build/InstallDev
|
||||
compile-targets: $(PKG_BUILD_DIR)/.dev-installed
|
||||
else
|
||||
compile-targets:
|
||||
endif
|
||||
compile: compile-targets
|
||||
|
||||
install-targets:
|
||||
|
Loading…
Reference in New Issue
Block a user