mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 03:41:44 +00:00
5d8d4fbbcb
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>
28 lines
603 B
Diff
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 ==========================================================================
|