summaryrefslogtreecommitdiffstats
path: root/sbe/build/tools
diff options
context:
space:
mode:
authorShakeeb <shakeebbk@in.ibm.com>2016-08-27 08:15:16 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-08-30 06:00:17 -0400
commit0d54a6f3cfdaa6663b4cd67fb82b311a64c11c7c (patch)
treea2dbc438c090016dec8d8e9c05bf462fe02f1959 /sbe/build/tools
parent26c198fd789aa058c84f1b2229e93aedd6a422ea (diff)
downloadtalos-sbe-0d54a6f3cfdaa6663b4cd67fb82b311a64c11c7c.tar.gz
talos-sbe-0d54a6f3cfdaa6663b4cd67fb82b311a64c11c7c.zip
SBE code restructure: root level Makefile file
Change-Id: I50be7b537e51caf8dbbd67ace8808da35ea120fc RTC:159709 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28873 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: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'sbe/build/tools')
-rwxr-xr-xsbe/build/tools/sbeGitTool.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbe/build/tools/sbeGitTool.pl b/sbe/build/tools/sbeGitTool.pl
index aa7123fd..f0acd0c0 100755
--- a/sbe/build/tools/sbeGitTool.pl
+++ b/sbe/build/tools/sbeGitTool.pl
@@ -263,7 +263,7 @@ sub applyRefs
sub compileAndCopy
{
my $statusFile = $globals{sbe_git_root}."/compile.status";
- my $compile_path = $globals{sbe_git_root}."/sbe/image";
+ my $compile_path = $globals{sbe_git_root};
print "Compiling and copying the generated binaries to sandbox\n" if $debug;
open SBWORKON, " | ./sb workon";
OpenPOWER on IntegriCloud