From ca16ce92cfebcc11b9d5b3b9bddd4028a28a5fa1 Mon Sep 17 00:00:00 2001 From: Sachin Gupta Date: Wed, 10 Oct 2018 09:35:24 -0500 Subject: Put temporary file in project config folder Change-Id: Icf73b131ff497eea2102d469bc15dd24be0c10e6 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67282 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: RAJA DAS Reviewed-by: Shakeeb A. Pasha B K Reviewed-by: Sachin Gupta --- src/tools/scripts/ppeCreateAttrGetSetMacros.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/scripts') diff --git a/src/tools/scripts/ppeCreateAttrGetSetMacros.pl b/src/tools/scripts/ppeCreateAttrGetSetMacros.pl index 7fae0ced..9b5e9994 100755 --- a/src/tools/scripts/ppeCreateAttrGetSetMacros.pl +++ b/src/tools/scripts/ppeCreateAttrGetSetMacros.pl @@ -6,7 +6,7 @@ # # OpenPOWER sbe Project # -# Contributors Listed Below - COPYRIGHT 2015,2017 +# Contributors Listed Below - COPYRIGHT 2015,2018 # [+] International Business Machines Corp. # # @@ -348,7 +348,7 @@ $targetImplementation .= "\n" . $targetFunction . "\n{\n uint32_t index = stat # if file is missing any GET or SET MACROs if (@newAttributeDefines != 0) { - my $updatedFapiPlatAttributeServiceFile = "$fapiPlatAttributeServiceFile.temp"; + my $updatedFapiPlatAttributeServiceFile = "$includePath/$fapiPlatAttributeServiceFile.temp"; open (OUTFILE, ">$updatedFapiPlatAttributeServiceFile") or die "ERROR:: could not open $updatedFapiPlatAttributeServiceFile\n"; open (FILE, $includePath . "/" . $fapiPlatAttributeServiceFile) or die "ERROR:: could not open $fapiPlatAttributeServiceFile\n"; -- cgit v1.2.1