[leaf-commits] src/bering-uclibc4/source/linux buildtool.mk, 1.12, 1.13
Andrew <[email protected]> Thu, 04 Nov 2010 21:17:55 +0000
| Newsgroups | gmane.linux.leaf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/leaf/src/bering-uclibc4/source/linux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8128 Modified Files: buildtool.mk Log Message: optimization Index: buildtool.mk =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/linux/buildtool.mk,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** buildtool.mk 4 Nov 2010 21:07:54 -0000 1.12 --- buildtool.mk 4 Nov 2010 21:17:53 -0000 1.13 *************** *** 12,20 **** .source: bzcat $(KERNEL_SOURCE) | tar -xvf - - (for i in $(KARCHS); do \ - patch -i $(LINUX_CONFIG)-$$i.patch -o $(LINUX_CONFIG)-$$i $(LINUX_CONFIG) && \ - mkdir -p linux-$$i && cd linux-$$i || exit 1; \ - cp ../$(LINUX_CONFIG)-$$i .config || exit 1; cd .. ; \ - done) cat $(KERNEL_PATCH1) | patch -d linux-$(LINVER)/lib -p0 cat $(KERNEL_PATCH2) | patch -d linux-$(LINVER) -p1 --- 12,15 ---- *************** *** 23,29 **** .configured: .source - #Hack with SUBVERSION/EXTRALEVEL for other packages kernel version detection routines ([ -$(PERLVER) = - ] || export PERLLIB=$(BT_STAGING_DIR)/usr/lib/perl5/$(PERLVER); \ ! for i in $(KARCHS); do $(MAKE) -C linux-$(LINVER) O=../linux-$$i oldconfig || \ exit 1; done ; \ $(MAKE) -C linux-$$i include/linux/version.h headers_install && \ --- 18,26 ---- .configured: .source ([ -$(PERLVER) = - ] || export PERLLIB=$(BT_STAGING_DIR)/usr/lib/perl5/$(PERLVER); \ ! for i in $(KARCHS); do \ ! patch -i $(LINUX_CONFIG)-$$i.patch -o $(LINUX_CONFIG)-$$i $(LINUX_CONFIG) && \ ! mkdir -p linux-$$i && cp $(LINUX_CONFIG)-$$i linux-$$i/.config && \ ! $(MAKE) -C linux-$(LINVER) O=../linux-$$i oldconfig || \ exit 1; done ; \ $(MAKE) -C linux-$$i include/linux/version.h headers_install && \ ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev