Update of /cvsroot/leaf/src/bering-uclibc4/buildtool/make
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17586/make
Modified Files:
MasterInclude.mk
Log Message:
added perf & elfutils; added auto-detection of CPU count for optimal make
parallelizing
Index: MasterInclude.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/buildtool/make/MasterInclude.mk,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** MasterInclude.mk 6 Nov 2010 22:07:04 -0000 1.10
--- MasterInclude.mk 11 Dec 2010 19:09:44 -0000 1.11
***************
*** 49,54 ****
export BT_STRIP_LIBOPTS:=--strip-unneeded
export BT_STRIP_BINOPTS:=-s --remove-section=.note --remove-section=.comment
#make options
! export MAKEOPTS:=-j3
# hack for RH 9 systems - perl seems to have a problem with UTF8
--- 49,56 ----
export BT_STRIP_LIBOPTS:=--strip-unneeded
export BT_STRIP_BINOPTS:=-s --remove-section=.note --remove-section=.comment
+
#make options
! CPUCOUNT=$(shell ls /sys/class/cpuid/ | wc -w)
! export MAKEOPTS:=-j$(shell echo $$(($(CPUCOUNT)+1)))
# hack for RH 9 systems - perl seems to have a problem with UTF8
------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages,
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits