DP tools release version Revision: 200912
authorDeepak Modgil <Deepak.Modgil@Nokia.com>
Fri, 03 Apr 2009 17:18:17 +0100
changeset 0 96e5c3d1760f
child 1 df48e661b2ad
DP tools release version Revision: 200912
make-3.81/group/bld.inf
make-3.81/group/make-3.81.mrp
make-3.81/group/release.txt
make-3.81/linux-i386/bin/make
make-3.81/src/buildmake.sh
make-3.81/src/make.tar.bz2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/make-3.81/group/bld.inf	Fri Apr 03 17:18:17 2009 +0100
@@ -0,0 +1,20 @@
+// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of the License "Symbian Foundation License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+PRJ_PLATFORMS
+TOOLS TOOLS2
+
+// nothing to build
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/make-3.81/group/make-3.81.mrp	Fri Apr 03 17:18:17 2009 +0100
@@ -0,0 +1,8 @@
+component dev_hostenv_makeng_make-3.81
+
+source ..
+
+ipr B
+
+notes_source release.txt
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/make-3.81/group/release.txt	Fri Apr 03 17:18:17 2009 +0100
@@ -0,0 +1,5 @@
+NOTESRC_RELEASER
+Symbian Software Ltd. (kits.notify@symbian.com)
+
+NOTESRC_RELEASE_REASON
+Symbian Build System release.
Binary file make-3.81/linux-i386/bin/make has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/make-3.81/src/buildmake.sh	Fri Apr 03 17:18:17 2009 +0100
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# Build bash 3.2 for SBSv2
+
+rm -rf make-3.81
+export MAKE=$(which make)
+tar -xjf make-3.81.tar.bz2 &&
+(
+cd make-3.81
+CFLAGS="-O2 -mtune=i686" ./configure --prefix=/opt/symbian/linux-i386 --disable-job-server
+$MAKE -j8 
+)
+
+
+
Binary file make-3.81/src/make.tar.bz2 has changed