mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Release notes: https://www.mail-archive.com/bug-bash@gnu.org/msg34422.html - Drop 902-missing-params.patch, as the issue (openwrt/packages#15006) no longer occurs. - Refresh remaining patches. - Take over package maintenance. Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com>
14 lines
331 B
Diff
14 lines
331 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -880,10 +880,8 @@ loadables: .made
|
|
# $(MAKE) -f $(srcdir)/Makefile $(BASH_MAKEFLAGS) srcdir=$(srcdir)
|
|
|
|
doc documentation: force
|
|
- @(cd $(DOCDIR) ; $(MAKE) $(BASH_MAKEFLAGS) )
|
|
|
|
info dvi ps pdf html: force
|
|
- @(cd $(DOCDIR) ; $(MAKE) $(BASH_MAKEFLAGS) CFLAGS='$(CCFLAGS)' $@ )
|
|
|
|
force:
|
|
|