aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-03-29 12:03:09 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-03-29 12:03:09 +0000
commit8bc7408369787f1116ae2ad10be3cf24e4b86bc6 (patch)
treee84ad7a6e0a47999b524c842ecd7287fed6d5ce5
parenta48fd3fadeb743d2352186d46bd3583922774b34 (diff)
downloadupstream-8bc7408369787f1116ae2ad10be3cf24e4b86bc6.tar.gz
upstream-8bc7408369787f1116ae2ad10be3cf24e4b86bc6.tar.bz2
upstream-8bc7408369787f1116ae2ad10be3cf24e4b86bc6.zip
Disable documentation generation as it requires host-side binaries
SVN-Revision: 3544
-rw-r--r--openwrt/package/mgetty/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/mgetty/Makefile b/openwrt/package/mgetty/Makefile
index 00a692db47..d02f027837 100644
--- a/openwrt/package/mgetty/Makefile
+++ b/openwrt/package/mgetty/Makefile
@@ -44,7 +44,8 @@ $(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
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)/sendfax $(PKG_INSTALL_DIR)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/fax/faxrunqd $(PKG_INSTALL_DIR)/usr/sbin