mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 15:47:11 +02:00
Disable documentation generation as it requires host-side binaries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3544 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3bc587824a
commit
f3c80402a8
@ -44,7 +44,8 @@ $(PKG_BUILD_DIR)/.built:
|
|||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
prefix="$(PKG_INSTALL_DIR)/usr" \
|
prefix="$(PKG_INSTALL_DIR)/usr" \
|
||||||
CONFDIR=/etc/mgetty+sendfax
|
CONFDIR=/etc/mgetty+sendfax \
|
||||||
|
bin-all
|
||||||
$(CP) $(PKG_BUILD_DIR)/mgetty $(PKG_INSTALL_DIR)/usr/sbin
|
$(CP) $(PKG_BUILD_DIR)/mgetty $(PKG_INSTALL_DIR)/usr/sbin
|
||||||
$(CP) $(PKG_BUILD_DIR)/sendfax $(PKG_INSTALL_DIR)/usr/sbin
|
$(CP) $(PKG_BUILD_DIR)/sendfax $(PKG_INSTALL_DIR)/usr/sbin
|
||||||
$(CP) $(PKG_BUILD_DIR)/fax/faxrunqd $(PKG_INSTALL_DIR)/usr/sbin
|
$(CP) $(PKG_BUILD_DIR)/fax/faxrunqd $(PKG_INSTALL_DIR)/usr/sbin
|
||||||
|
Loading…
Reference in New Issue
Block a user