# HG changeset patch # User Jon Chatten # Date 1285778886 -3600 # Node ID 27cf35f958640867591a611186cf780e3e92a8e6 # Parent 8dd670a9f34fbb4305257da71bbb4ae5e2602806 remove defunct tool from utilities build diff -r 8dd670a9f34f -r 27cf35f95864 sbsv2/raptor/util/Makefile --- 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 diff -r 8dd670a9f34f -r 27cf35f95864 sbsv2/raptor/util/ext/gccxml.tar.gz Binary file sbsv2/raptor/util/ext/gccxml.tar.gz has changed diff -r 8dd670a9f34f -r 27cf35f95864 sbsv2/raptor/util/gccxml.mk --- 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)) - - - -