lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

900-disable-docs-examples-tests.patch (603B)


      1 --- a/Makefile.am
      2 +++ b/Makefile.am
      3 @@ -1,7 +1,7 @@
      4  include $(top_srcdir)/build/Makefile.am.lm
      5  
      6 -SUBDIRS = loudmouth docs examples $(TEST_DIRS)
      7 -DIST_SUBDIRS = loudmouth docs examples tests
      8 +SUBDIRS = loudmouth
      9 +DIST_SUBDIRS = loudmouth
     10  
     11  ACLOCAL_AMFLAGS = -I m4
     12  
     13 --- a/configure.ac
     14 +++ b/configure.ac
     15 @@ -307,12 +307,7 @@ AC_SUBST(LOUDMOUTH_LIBS)
     16  
     17  AC_OUTPUT([
     18  Makefile
     19 -docs/Makefile
     20 -docs/reference/Makefile
     21  loudmouth/Makefile
     22 -examples/Makefile
     23 -tests/Makefile
     24 -tests/parser-tests/Makefile
     25  loudmouth-1.0.pc])
     26  
     27  dnl ==========================================================================