[leaf-commits] src/bering-uclibc4/source/iproute buildtool.mk, 1.1.1.1, 1.2
Andrew <[email protected]>
| 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-serv26418/source/iproute Modified Files: buildtool.mk Log Message: Small fixes. Index: buildtool.mk =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/iproute/buildtool.mk,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** buildtool.mk 26 Apr 2010 09:03:12 -0000 1.1.1.1 --- buildtool.mk 25 May 2010 21:36:10 -0000 1.2 *************** *** 13,17 **** $(IPROUTE_DIR)/.source: bzcat $(IPROUTE_SOURCE) | tar -xvf - ! zcat $(IPROUTE_PATCH1) | patch -d $(IPROUTE_DIR) -p1 # zcat $(IPROUTE_PATCH2) | patch -d $(IPROUTE_DIR) -p1 # zcat $(IPROUTE_PATCH3) | patch -d $(IPROUTE_DIR) -p1 --- 13,17 ---- $(IPROUTE_DIR)/.source: bzcat $(IPROUTE_SOURCE) | tar -xvf - ! cat $(IPROUTE_PATCH1) | patch -d $(IPROUTE_DIR) -p1 # zcat $(IPROUTE_PATCH2) | patch -d $(IPROUTE_DIR) -p1 # zcat $(IPROUTE_PATCH3) | patch -d $(IPROUTE_DIR) -p1 ------------------------------------------------------------------------------