0
0
mirror of https://github.com/openwrt/packages.git synced 2025-01-31 03:41:44 +00:00
packages/libs/loudmouth/patches/900-disable-docs-examples-tests.patch
Ilya Lipnitskiy 5d8d4fbbcb treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00

28 lines
603 B
Diff

--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
include $(top_srcdir)/build/Makefile.am.lm
-SUBDIRS = loudmouth docs examples $(TEST_DIRS)
-DIST_SUBDIRS = loudmouth docs examples tests
+SUBDIRS = loudmouth
+DIST_SUBDIRS = loudmouth
ACLOCAL_AMFLAGS = -I m4
--- a/configure.ac
+++ b/configure.ac
@@ -320,12 +320,7 @@ AC_SUBST(LOUDMOUTH_LIBS)
AC_OUTPUT([
Makefile
-docs/Makefile
-docs/reference/Makefile
loudmouth/Makefile
-examples/Makefile
-tests/Makefile
-tests/parser-tests/Makefile
loudmouth-1.0.pc])
dnl ==========================================================================