diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-10-17 12:24:08 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-10-17 12:24:08 +0000 |
commit | 15bee86fc3df92f0bbdf0a17eac3915965983396 (patch) | |
tree | 6a621c91d22f093f023a29c72252ea47ba9fb32a /obsolete-buildroot/sources/iproute2-cross-ar-20010824.patch | |
parent | 487c71693d31836144cd0a55ae73b76c64f71561 (diff) | |
download | mtk-20170518-15bee86fc3df92f0bbdf0a17eac3915965983396.zip mtk-20170518-15bee86fc3df92f0bbdf0a17eac3915965983396.tar.gz mtk-20170518-15bee86fc3df92f0bbdf0a17eac3915965983396.tar.bz2 |
removed the old directories, too.. cleanup is ready, yay
SVN-Revision: 2130
Diffstat (limited to 'obsolete-buildroot/sources/iproute2-cross-ar-20010824.patch')
-rw-r--r-- | obsolete-buildroot/sources/iproute2-cross-ar-20010824.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/obsolete-buildroot/sources/iproute2-cross-ar-20010824.patch b/obsolete-buildroot/sources/iproute2-cross-ar-20010824.patch deleted file mode 100644 index 62ed488..0000000 --- a/obsolete-buildroot/sources/iproute2-cross-ar-20010824.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -Nrup iproute2.orig/lib/Makefile iproute2/lib/Makefile ---- iproute2.orig/lib/Makefile 2000-04-16 13:42:52.000000000 -0400 -+++ iproute2/lib/Makefile 2004-06-03 19:17:51.000000000 -0400 -@@ -6,10 +6,10 @@ NLOBJ=ll_map.o libnetlink.o - all: libnetlink.a libutil.a - - libnetlink.a: $(NLOBJ) -- ar rcs $@ $(NLOBJ) -+ $(AR) rcs $@ $(NLOBJ) - - libutil.a: $(UTILOBJ) $(ADDLIB) -- ar rcs $@ $(UTILOBJ) $(ADDLIB) -+ $(AR) rcs $@ $(UTILOBJ) $(ADDLIB) - - clean: - rm -f $(NLOBJ) $(UTILOBJ) $(ADDLIB) libnetlink.a libutil.a -diff -Nrup iproute2.orig/tc/Makefile iproute2/tc/Makefile ---- iproute2.orig/tc/Makefile 2000-04-16 13:42:53.000000000 -0400 -+++ iproute2/tc/Makefile 2004-06-03 19:18:08.000000000 -0400 -@@ -43,7 +43,7 @@ all: libtc.a tc - tc: $(TCOBJ) $(LIBNETLINK) $(LIBUTIL) $(TCLIB) - - libtc.a: $(TCLIB) -- ar rcs $@ $(TCLIB) -+ $(AR) rcs $@ $(TCLIB) - - clean: - rm -f $(TCOBJ) $(TCLIB) libtc.a tc |