mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 22:35:11 +02:00
Really disable doc generation, increases install time
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4725 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
69135f2bba
commit
0a0e8481cf
@ -46,3 +46,15 @@ diff -urN openssl-0.9.8a/Makefile openssl-0.9.8a.new/Makefile
|
|||||||
|
|
||||||
install_sw:
|
install_sw:
|
||||||
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
|
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
|
||||||
|
diff -urN openssl-0.9.8b/Makefile.org openssl-0.9.8b.new/Makefile.org
|
||||||
|
--- openssl-0.9.8b/Makefile.org 2006-09-01 19:34:51.000000000 +0200
|
||||||
|
+++ openssl-0.9.8b.new/Makefile.org 2006-09-01 19:36:38.000000000 +0200
|
||||||
|
@@ -473,7 +473,7 @@
|
||||||
|
dist_pem_h:
|
||||||
|
(cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
|
||||||
|
|
||||||
|
-install: all install_docs install_sw
|
||||||
|
+install: all install_sw
|
||||||
|
|
||||||
|
install_sw:
|
||||||
|
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
|
||||||
|
Loading…
Reference in New Issue
Block a user