remove defunct tool from utilities build
authorJon Chatten
Wed, 29 Sep 2010 17:48:06 +0100
changeset 643 27cf35f95864
parent 641 8dd670a9f34f
child 644 01667c882e63
child 645 b8d81fa19e7d
remove defunct tool from utilities build
sbsv2/raptor/util/Makefile
sbsv2/raptor/util/ext/gccxml.tar.gz
sbsv2/raptor/util/gccxml.mk
--- a/sbsv2/raptor/util/Makefile	Mon Sep 13 14:04:04 2010 +0100
+++ b/sbsv2/raptor/util/Makefile	Wed Sep 29 17:48:06 2010 +0100
@@ -1,5 +1,5 @@
 
-# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2008-2010 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 "Eclipse Public License v1.0"
@@ -38,7 +38,7 @@
   ifneq ($(filter $(HOSTPLATFORM),win),win)
     # Some tools not built for windows
     # Some of these don't support our special clean mode
-    TARGETS:=$(TARGETS) bash make python codewarrior bvcpp gccxml dialog
+    TARGETS:=$(TARGETS) bash make python codewarrior bvcpp dialog
     #  Build pvm and pvmgmake later when they have been corrected
     # pvmgmake  pvm
   endif
Binary file sbsv2/raptor/util/ext/gccxml.tar.gz has changed
--- a/sbsv2/raptor/util/gccxml.mk	Mon Sep 13 14:04:04 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-#
-# Copyright (c) 2006-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 "Eclipse Public License v1.0"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description: 
-# Utility makefile 
-#
-
-GCCXML_TAR:=$(SBS_HOME)/util/ext/gccxml.tar.gz
-
-
-define b_gccxml
-
-.PHONY:: gccxml
-
-all:: gccxml
-
-gccxml: $(INSTALLROOT)/bin/gccxml_cc1plus
-	
-$(INSTALLROOT)/bin/gccxml_cc1plus: $(GCCXML_TAR)
-	cd $(INSTALLROOT) && \
-	tar -xzf $(GCCXML_TAR) 
-
-endef
-
-$(eval $(b_gccxml))
-
-
-
-