sbsv2/raptor/util/talon/tests/t3.mk
branchfix
changeset 274 c72bd1c6fd4e
parent 256 ac7e607c7d30
equal deleted inserted replaced
273:13a4a1d2ef17 274:c72bd1c6fd4e
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of the License "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
       
    16 include settings.mk
    16 
    17 
    17 SHELL:=$(TALON)
       
    18 TALON_RECIPEATTRIBUTES:=name='$$RECIPENAME' host='$$HOSTNAME'
    18 TALON_RECIPEATTRIBUTES:=name='$$RECIPENAME' host='$$HOSTNAME'
    19 export TALON_RECIPEATTRIBUTES
    19 export TALON_RECIPEATTRIBUTES 
    20 
    20 
    21 
    21 
    22 $(info SHELL="$(SHELL)")
    22 $(info SHELL="$(SHELL)")
    23 
    23 
    24 # using an override doesn't i.e. "make SHELL:=xxxx" fails on windows at least.
    24 # using an override doesn't i.e. "make SHELL:=xxxx" fails on windows at least.