[leaf-commits] src/bering-uclibc4/source/linux buildtool.mk, 1.13, 1.14
Andrew <[email protected]> Fri, 05 Nov 2010 15:38:38 +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-serv20925 Modified Files: buildtool.mk Log Message: Added ARCH variable for make call Index: buildtool.mk =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/linux/buildtool.mk,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** buildtool.mk 4 Nov 2010 21:17:53 -0000 1.13 --- buildtool.mk 5 Nov 2010 15:38:34 -0000 1.14 *************** *** 22,28 **** 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 && \ cp -r linux-$$i/usr/include $(BT_STAGING_DIR)/) touch .configured --- 22,28 ---- patch -i $(LINUX_CONFIG)-$$i.patch -o $(LINUX_CONFIG)-$$i $(LINUX_CONFIG) && \ mkdir -p linux-$$i && cp $(LINUX_CONFIG)-$$i linux-$$i/.config && \ ! ARCH=$(ARCH) $(MAKE) -C linux-$(LINVER) O=../linux-$$i oldconfig || \ exit 1; done ; \ ! ARCH=$(ARCH) $(MAKE) -C linux-$$i include/linux/version.h headers_install && \ cp -r linux-$$i/usr/include $(BT_STAGING_DIR)/) touch .configured ------------------------------------------------------------------------------ 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