summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2018-10-10 09:35:24 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-10-11 06:31:58 -0500
commitca16ce92cfebcc11b9d5b3b9bddd4028a28a5fa1 (patch)
tree4c707f3318f3dfeffd25cb3b9c15f064cb7e0b93 /src
parent3fd4e84f2ab4de1849489959c57e46dd8d2bbc36 (diff)
downloadtalos-sbe-ca16ce92cfebcc11b9d5b3b9bddd4028a28a5fa1.tar.gz
talos-sbe-ca16ce92cfebcc11b9d5b3b9bddd4028a28a5fa1.zip
Put temporary file in project config folder
Change-Id: Icf73b131ff497eea2102d469bc15dd24be0c10e6 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67282 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/scripts/ppeCreateAttrGetSetMacros.pl4
1 files changed, 2 insertions, 2 deletions
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";
OpenPOWER on IntegriCloud