Skip to content

Commit

Permalink
tools: gengetopt: Disable doc and tests builds
Browse files Browse the repository at this point in the history
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 <[email protected]>

SVN-Revision: 45713
  • Loading branch information
ffainelli committed May 22, 2015
1 parent 5caa235 commit 8f1fa7b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tools/gengetopt/patches/200-no_docs_tests.patch
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8f1fa7b

Please sign in to comment.