fix InstallDev bug
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3880 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
d1df56c14d
commit
21c30b6347
|
@ -32,6 +32,10 @@ define Build/DefaultTargets
|
|||
$(PKG_BUILD_DIR)/.dev-installed: $(PKG_BUILD_DIR)/.built
|
||||
$(call Build/InstallDev)
|
||||
touch $$@
|
||||
|
||||
ifdef Build/InstallDev
|
||||
compile-targets: $(PKG_BUILD_DIR)/.dev-installed
|
||||
endif
|
||||
|
||||
package-clean: FORCE
|
||||
$(call Build/Clean)
|
||||
|
@ -241,16 +245,10 @@ define Build/Compile
|
|||
$(call Build/Compile/Default,)
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
endef
|
||||
|
||||
define Build/Clean
|
||||
$(MAKE) clean
|
||||
endef
|
||||
|
||||
define Build/UninstallDev
|
||||
endef
|
||||
|
||||
ifneq ($(DUMP),)
|
||||
dumpinfo: FORCE
|
||||
@$(DUMPINFO)
|
||||
|
@ -263,11 +261,7 @@ 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