[leaf-commits] src/bering-uclibc4/source/accel-pptp buildtool.mk, 1.6, 1.7
Andrew <[email protected]> Fri, 05 Nov 2010 11:31:58 +0000
| Newsgroups | gmane.linux.leaf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/leaf/src/bering-uclibc4/source/accel-pptp In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6537 Modified Files: buildtool.mk Log Message: optimization Index: buildtool.mk =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/accel-pptp/buildtool.mk,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** buildtool.mk 5 Nov 2010 11:30:14 -0000 1.6 --- buildtool.mk 5 Nov 2010 11:31:56 -0000 1.7 *************** *** 36,43 **** sh ./configure.3 --prefix=/usr) ! (for i in $(KARCHS); do export LOCALVERSION="-$$i" ; \ mkdir -p $(PPTP_TARGET_DIR)/lib/modules/$(BT_KERNEL_RELEASE)-$$i/net ; \ ! cd $(PPTP_DIR)/kernel/driver && $(MAKE) $(EXTRA_VARS) KDIR=$(BT_LINUX_DIR)-$$i CC=$(HOSTCC) && \ ! cp -a pptp.ko $(PPTP_TARGET_DIR)/lib/modules/$(BT_KERNEL_RELEASE)-$$i/net && cd ../../.. ||\ exit 1 ; done) --- 36,44 ---- sh ./configure.3 --prefix=/usr) ! (cd $(PPTP_DIR)/kernel/driver && for i in $(KARCHS); do export LOCALVERSION="-$$i" ; \ mkdir -p $(PPTP_TARGET_DIR)/lib/modules/$(BT_KERNEL_RELEASE)-$$i/net ; \ ! $(MAKE) $(EXTRA_VARS) KDIR=$(BT_LINUX_DIR)-$$i CC=$(HOSTCC) clean && \ ! $(MAKE) $(EXTRA_VARS) KDIR=$(BT_LINUX_DIR)-$$i CC=$(HOSTCC) && \ ! cp -a pptp.ko $(PPTP_TARGET_DIR)/lib/modules/$(BT_KERNEL_RELEASE)-$$i/net ||\ exit 1 ; done) ------------------------------------------------------------------------------ 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