mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:53:43 +02:00
add a default template for Host/Install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15110 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9ebc77668e
commit
0b6f907a91
@ -78,6 +78,15 @@ define Host/Compile
|
|||||||
$(call Host/Compile/Default)
|
$(call Host/Compile/Default)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Host/Install/Default
|
||||||
|
$(MAKE) -C $(HOST_BUILD_DIR) install
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Host/Install
|
||||||
|
$(call Host/Install/Default)
|
||||||
|
endef
|
||||||
|
|
||||||
|
|
||||||
ifneq ($(if $(HOST_QUILT),,$(CONFIG_AUTOREBUILD)),)
|
ifneq ($(if $(HOST_QUILT),,$(CONFIG_AUTOREBUILD)),)
|
||||||
define HostHost/Autoclean
|
define HostHost/Autoclean
|
||||||
$(call rdep,${CURDIR} $(PKG_FILE_DEPEND),$(HOST_STAMP_PREPARED))
|
$(call rdep,${CURDIR} $(PKG_FILE_DEPEND),$(HOST_STAMP_PREPARED))
|
||||||
|
Loading…
Reference in New Issue
Block a user