summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2006-08-07 07:03:13 +0000
committerChris Johns <chrisj@rtems.org>2006-08-07 07:03:13 +0000
commitb7c9b290e0d4a97d11d145b9f8d201c2c0e6b85c (patch)
tree37c9bd0944ce28bb9238788d49b3acf9b65a707c /contrib
parentUpdated to handle a different build processor to a i686. (diff)
downloadrtems-b7c9b290e0d4a97d11d145b9f8d201c2c0e6b85c.tar.bz2
Log the script command lines.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/mingw/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/mingw/build.sh b/contrib/mingw/build.sh
index 927b84d4a3..999ca72805 100755
--- a/contrib/mingw/build.sh
+++ b/contrib/mingw/build.sh
@@ -88,11 +88,13 @@ echo "$command_line" > $log
scripts=$(dirname $0)
+echo "$scripts/build-rpms.sh -i $debug $no_run $prefix $source $targets $hosts $version" >> $log
$scripts/build-rpms.sh -i $debug $no_run $prefix $source $targets $hosts $version 2>&1 | tee -a $log
if [ ${PIPESTATUS[0]} -ne 0 ]; then
terminate "Making the RPM files."
fi
+echo "$scripts/build-exes.sh $debug $no_run $prefix $targets $relocation" >> $log
$scripts/build-exes.sh $debug $no_run $prefix $targets $relocation 2>&1 | tee -a $log
if [ ${PIPESTATUS[0]} -ne 0 ]; then
terminate "Making the executable files."