[leaf-commits] src/bering-uclibc4/source/iproute buildtool.cfg, 1.3, 1.4 buildtool.mk, 1.5, 1.6
Andrew <[email protected]> Fri, 10 Dec 2010 13:33:53 +0000
| Newsgroups | gmane.linux.leaf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/leaf/src/bering-uclibc4/source/iproute In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24169 Modified Files: buildtool.cfg buildtool.mk Log Message: Clean-up Index: buildtool.cfg =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/iproute/buildtool.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** buildtool.cfg 10 Dec 2010 13:29:01 -0000 1.3 --- buildtool.cfg 10 Dec 2010 13:33:51 -0000 1.4 *************** *** 29,33 **** <tc> Version = 2.6.35 ! Revision = 1 Help <<EOF --- 29,33 ---- <tc> Version = 2.6.35 ! Revision = 2 Help <<EOF Index: buildtool.mk =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/iproute/buildtool.mk,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** buildtool.mk 10 Dec 2010 13:29:01 -0000 1.5 --- buildtool.mk 10 Dec 2010 13:33:51 -0000 1.6 *************** *** 15,23 **** cat $(IPROUTE_PATCH1) | patch -d $(IPROUTE_DIR) -p1 zcat $(IPROUTE_PATCH2) | patch -d $(IPROUTE_DIR) -p1 - # zcat $(IPROUTE_PATCH2) | patch -d $(IPROUTE_DIR) -p1 - # zcat $(IPROUTE_PATCH3) | patch -d $(IPROUTE_DIR) -p1 - # perl -i -p -e 's,-I\.\./include-glibc,,g' $(IPROUTE_DIR)/Makefile - # perl -i -p -e 's,^TC_CONFIG_DIFFSERV\s*=.*,TC_CONFIG_DIFFSERV=n,g' $(IPROUTE_DIR)/Config - # perl -i -p -e 's,^TC_CONFIG_ATM\s*=.*,TC_CONFIG_ATM=n,g' $(IPROUTE_DIR)/Config touch $(IPROUTE_DIR)/.source --- 15,18 ---- ------------------------------------------------------------------------------