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>
(cherry picked from commit 5d8d4fbbcb
)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 lines
435 B
Diff
11 lines
435 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -393,7 +393,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-SUBDIRS = m4m po libexif test doc binary-dist contrib
|
|
+SUBDIRS = m4m po libexif test binary-dist contrib
|
|
EXTRA_DIST = @PACKAGE_TARNAME@.spec README-Win32.txt libexif.pc.in \
|
|
libexif-uninstalled.pc.in SECURITY.md
|
|
pkgconfigdir = $(libdir)/pkgconfig
|