lede-packages-rs

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

commit e032c5a6ffd45906927c3c029f5d749cd92e5d82
parent a7baec6257b19e7699934f44bdef11965ec320f7
Author: Steven Barth <steven@midlink.org>
Date:   Thu,  7 May 2015 08:56:52 +0200

Merge pull request #1239 from cyanidium/master

nut: remove patch for old automake version
Diffstat:
Dnet/nut/patches/010-ignore_automake_k_bug.patch | 28----------------------------
1 file changed, 0 insertions(+), 28 deletions(-)

diff --git a/net/nut/patches/010-ignore_automake_k_bug.patch b/net/nut/patches/010-ignore_automake_k_bug.patch @@ -1,28 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -431,12 +431,6 @@ distclean-libtool: - # (2) otherwise, pass the desired values on the `make' command line. - $(RECURSIVE_TARGETS): - @fail= failcom='exit 1'; \ -- for f in x $$MAKEFLAGS; do \ -- case $$f in \ -- *=* | --[!k]*);; \ -- *k*) failcom='fail=yes';; \ -- esac; \ -- done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ -@@ -456,12 +450,6 @@ $(RECURSIVE_TARGETS): - - $(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ -- for f in x $$MAKEFLAGS; do \ -- case $$f in \ -- *=* | --[!k]*);; \ -- *k*) failcom='fail=yes';; \ -- esac; \ -- done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \