diff options
author | Sven Gothel <[email protected]> | 2012-02-24 04:35:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-24 04:35:53 +0100 |
commit | a17170a3ec4ed338d902eaaa3b17e9dbb69b6374 (patch) | |
tree | 02f256d42cabb7c1537801add878cf87c11170b9 /make/build-test.xml | |
parent | 9520a52d504cc6219ca5027e4bde4b8280463879 (diff) |
Exposing custom gluegen-cpptask.file for crosscompilation presets, adding gluegen-cpptasks-linux-armv7.xml
Env: GLUEGEN_CPPTASKS_FILE -> property: gluegen-cpptasks.file
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 0a8a14f..56531df 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -268,8 +268,8 @@ ${line.separator} <exec dir="." executable="sh" logError="true" failonerror="true" failifexecutionfails="true"> <arg line='-x -c " chmod 0755 ${build_t}/targetcommand.sh ; - scp ${build_t}/targetcommand.sh ${env.TARGET_UID}@${env.TARGET_IP}:${env.TARGET_ROOT}/targetcommand.sh ; - ssh -x ${env.TARGET_UID}@${env.TARGET_IP} ${env.TARGET_ROOT}/targetcommand.sh ; + scp ${build_t}/targetcommand.sh ${env.TARGET_UID}@${env.TARGET_IP}:${env.TARGET_ROOT}/gluegen/make/targetcommand.sh ; + ssh -x ${env.TARGET_UID}@${env.TARGET_IP} ${env.TARGET_ROOT}/gluegen/make/targetcommand.sh ; scp -pr ${env.TARGET_UID}@${env.TARGET_IP}:${env.TARGET_ROOT}/gluegen/make/${results}/* ${results}/ "'/> </exec> </target> @@ -330,8 +330,8 @@ ${line.separator} <exec dir="." executable="sh" logError="true" failonerror="true" failifexecutionfails="true"> <arg line='-x -c " chmod 0755 ${build_t}/targetcommand.sh ; - adb push ${build_t}/targetcommand.sh ${env.TARGET_ROOT}/targetcommand.sh ; - adb shell ${env.TARGET_ROOT}/targetcommand.sh ; + adb push ${build_t}/targetcommand.sh ${env.TARGET_ROOT}/gluegen/make/targetcommand.sh ; + adb shell ${env.TARGET_ROOT}/gluegen/make/targetcommand.sh ; adb pull ${env.TARGET_ROOT}/gluegen/make/${results}/ ${results}/ "'/> </exec> </target> |