[Commits] (markie) Indent error
commits at osafoundation.org
commits at osafoundation.org
Mon Apr 26 11:55:27 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/new-chandler.py 1.11 1.12
Log message:
Indent error
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/new-chandler.py.diff?r1=text&tr1=1.11&r2=text&tr2=1.12
Index: osaf/hardhat/buildscripts/new-chandler.py
diff -u osaf/hardhat/buildscripts/new-chandler.py:1.11 osaf/hardhat/buildscripts/new-chandler.py:1.12
--- osaf/hardhat/buildscripts/new-chandler.py:1.11 Mon Apr 26 11:49:59 2004
+++ osaf/hardhat/buildscripts/new-chandler.py Mon Apr 26 11:54:56 2004
@@ -84,15 +84,15 @@
log.write("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n")
log.write("Expanding external sources\n")
try:
- outputList = hardhatutil.executeCommandReturnOutput(
- [buildenv['make'], "expand" ])
- hardhatutil.dumpOutputList(outputList, log)
- outputList = hardhatutil.executeCommandReturnOutput(
- [buildenv['make'], dbgStr ])
- hardhatutil.dumpOutputList(outputList, log)
- log.write("Making external (debug) binaries\n")
- outputList = hardhatutil.executeCommandReturnOutput(
- [buildenv['make'], dbgStr, "binaries" ])
+ outputList = hardhatutil.executeCommandReturnOutput(
+ [buildenv['make'], "expand" ])
+ hardhatutil.dumpOutputList(outputList, log)
+ outputList = hardhatutil.executeCommandReturnOutput(
+ [buildenv['make'], dbgStr ])
+ hardhatutil.dumpOutputList(outputList, log)
+ log.write("Making external (debug) binaries\n")
+ outputList = hardhatutil.executeCommandReturnOutput(
+ [buildenv['make'], dbgStr, "binaries" ])
# initFile = os.path.join(thisScriptDir, 'init.sh')
# log.write("Running init script from " + initFile + "\n")
# outputList = hardhatutil.executeCommandReturnOutput(
More information about the Commits
mailing list