|
|
@ -1,7 +1,8 @@ |
|
|
|
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# T2 SDE: target/reference/build.sh |
|
|
|
# Filename: target/reference/build.sh |
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
@ -10,7 +11,7 @@ |
|
|
|
# it under the terms of the GNU General Public License as published by |
|
|
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- T2-COPYRIGHT-NOTE-END --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
build_result="$build_toolchain/result" |
|
|
|
|
|
|
@ -41,9 +42,9 @@ echo_header "Finishing build." |
|
|
|
|
|
|
|
mkdir -p "$build_result/scripts" |
|
|
|
|
|
|
|
echo_status "Copying error logs and t2-debug data." |
|
|
|
mkdir -p $build_result/{errors,t2-debug,dep-debug} |
|
|
|
cp $build_root/var/adm/t2-debug/* $build_result/t2-debug/ |
|
|
|
echo_status "Copying error logs and sde-debug data." |
|
|
|
mkdir -p $build_result/{errors,sde-debug,dep-debug} |
|
|
|
cp $build_root/var/adm/sde-debug/* $build_result/sde-debug/ |
|
|
|
cp $build_root/var/adm/dep-debug/* $build_result/dep-debug/ |
|
|
|
cp $build_root/var/adm/logs/*.err $build_result/errors/ |
|
|
|
|
|
|
|