Update of /cvsroot/leaf/src/bering-uclibc4/buildtool/make
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30632/make
Modified Files:
MasterInclude.mk
Log Message:
fixes for multiple kernels support
Index: MasterInclude.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/buildtool/make/MasterInclude.mk,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** MasterInclude.mk 31 Oct 2010 19:35:58 -0000 1.8
--- MasterInclude.mk 31 Oct 2010 21:35:28 -0000 1.9
***************
*** 28,32 ****
export ARCH:=i386
# available kernel archs
! export KARCHS:=i686 i686_2
# set target subarch here
export GNU_ARCH:=i486
--- 28,32 ----
export ARCH:=i386
# available kernel archs
! export KARCHS:=i686
# set target subarch here
export GNU_ARCH:=i486
***************
*** 60,64 ****
# check for linux version
! BT_KERNEL_RELEASE1=$(shell cat $(BT_SOURCE_DIR)/linux/linux`echo
$(KARCHS)|awk '{if (NF>0) print "-" $$1}'`/.config | awk '/version:/ {print
$$5}')
export BT_KERNEL_RELEASE=$(shell echo ${BT_KERNEL_RELEASE1})
--- 60,65 ----
# check for linux version
! export FIRSTKARCH=$(shell echo $(KARCHS)|awk '{if (NF>0) print "-" $$1}')
! BT_KERNEL_RELEASE1=$(shell cat
$(BT_SOURCE_DIR)/linux/linux$(FIRSTKARCH)/.config | awk '/version:/ {print
$$5}')
export BT_KERNEL_RELEASE=$(shell echo ${BT_KERNEL_RELEASE1})
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits