# HG changeset patch # User timothy.murphy@nokia.com # Date 1267397984 -7200 # Node ID 1cdb9a551505900ee505520886a5eab76bf4e3b0 # Parent 2c24e0d7a5d4d90fe2ede607a791ee12ee276ebe copyright dates, remove spaces diff -r 2c24e0d7a5d4 -r 1cdb9a551505 sbsv2/raptor/util/config.h --- a/sbsv2/raptor/util/config.h Mon Mar 01 00:55:33 2010 +0200 +++ b/sbsv2/raptor/util/config.h Mon Mar 01 00:59:44 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009-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" diff -r 2c24e0d7a5d4 -r 1cdb9a551505 sbsv2/raptor/util/gccprogram.mk --- a/sbsv2/raptor/util/gccprogram.mk Mon Mar 01 00:55:33 2010 +0200 +++ b/sbsv2/raptor/util/gccprogram.mk Mon Mar 01 00:59:44 2010 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2006-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" @@ -62,7 +62,7 @@ $(foreach SOURCEFILE,$(SOURCES),$(c2obj)) $(BINDIR)/$(TARGET)$(PROGRAMEXT): $$(OBJECTS) - gcc $$^ $(LDFLAGS) -o $$@ + gcc $$^ $(LDFLAGS) -o $$@ $$(shell mkdir -p $(OUTPUTPATH)/$(TARGET)) diff -r 2c24e0d7a5d4 -r 1cdb9a551505 sbsv2/raptor/util/talon/talon.c --- a/sbsv2/raptor/util/talon/talon.c Mon Mar 01 00:55:33 2010 +0200 +++ b/sbsv2/raptor/util/talon/talon.c Mon Mar 01 00:59:44 2010 +0200 @@ -343,9 +343,6 @@ while (isspace(*recipe)) recipe++; - - - /* turn debugging on? */ char *debugstr=talon_getenv("TALON_DEBUG"); @@ -360,7 +357,6 @@ /* Make sure that the agent's hostname can be put into the host attribute */ char hostname[HOSTNAME_MAX]; int hostresult=0; - hostresult = gethostname(hostname, HOSTNAME_MAX-1); if (0 != hostresult)