aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gengetopt
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2015-05-22 22:33:41 +0000
committerFlorian Fainelli <florian@openwrt.org>2015-05-22 22:33:41 +0000
commitf9b977ec338a020d7ed607a9df44ca4749228d4c (patch)
treed36b73236e7899b560c533b802cd388c3b53ef5a /tools/gengetopt
parent3dd7e9a86d4639042cfb33a9cc508bd97cc60f06 (diff)
downloadmaster-187ad058-f9b977ec338a020d7ed607a9df44ca4749228d4c.tar.gz
master-187ad058-f9b977ec338a020d7ed607a9df44ca4749228d4c.tar.bz2
master-187ad058-f9b977ec338a020d7ed607a9df44ca4749228d4c.zip
tools: gengetopt: Disable doc and tests builds
Simply disable the build of the "doc" and "tests" directories to speed up the build and avoid the potential for errors coming from external tools being used (e.g: source-highlight installed on a non-standard location). Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45713 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/gengetopt')
-rw-r--r--tools/gengetopt/patches/200-no_docs_tests.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/gengetopt/patches/200-no_docs_tests.patch b/tools/gengetopt/patches/200-no_docs_tests.patch
new file mode 100644
index 0000000000..d3930696ff
--- /dev/null
+++ b/tools/gengetopt/patches/200-no_docs_tests.patch
@@ -0,0 +1,13 @@
+diff -urN gengetopt-2.22.6/Makefile.am gengetopt-2.22.6.new/Makefile.am
+--- gengetopt-2.22.6/Makefile.am 2012-11-02 06:26:54.000000000 -0700
++++ gengetopt-2.22.6.new/Makefile.am 2015-05-21 17:43:15.183083542 -0700
+@@ -18,6 +18,6 @@
+ ACLOCAL_AMFLAGS = -I m4 -I gl/m4
+
+ EXTRA_DIST = configure TODO LICENSE gl/m4/gnulib-cache.m4
+-SUBDIRS = gl src doc tests
++SUBDIRS = gl src
+
+-gengetoptdoc_DATA = ChangeLog COPYING NEWS THANKS INSTALL README LICENSE
+\ No newline at end of file
++gengetoptdoc_DATA = ChangeLog COPYING NEWS THANKS INSTALL README LICENSE