summaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-05 13:40:13 +0200
committerSven Gothel <[email protected]>2011-08-05 13:40:13 +0200
commite70e44922955dfcf26b222ed36754dea00253bde (patch)
tree46888b74acccf067c4ae6a60a129ab7d859a7a2a /make/build-test.xml
parentdf5cca17c76e9a566c8aa28dde5dd0f95fa4b92e (diff)
crosstest: exclude .git as well
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 7155620..0c76e77 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -218,7 +218,7 @@
<echo message="${line.separator}
rsync -av --delete --delete-after --delete-excluded \${line.separator}
--exclude 'build-x86*/' --exclude 'build-linux-x*/' --exclude 'build-android*/' --exclude 'build-win*/' --exclude 'build-mac*/' \${line.separator}
- --exclude 'classes/' --exclude 'src/' \${line.separator}
+ --exclude 'classes/' --exclude 'src/' --exclude '.git/' \${line.separator}
${env.HOST_UID}@${env.HOST_IP}::${env.HOST_RSYNC_ROOT}/gluegen ${env.TARGET_ROOT} ${line.separator}
cd ${env.TARGET_ROOT}/gluegen/make ${line.separator}
export ${system.env.library.path}=${env.TARGET_ROOT}/gluegen/${rootrel.build}/obj:${env.TARGET_ROOT}/gluegen/${rootrel.build}/test/build/natives ${line.separator}
@@ -278,7 +278,7 @@ ${line.separator}
<echo message="${line.separator}
rsync -av --delete --delete-after --delete-excluded \${line.separator}
--exclude 'build-x86*/' --exclude 'build-linux*/' --exclude 'build-win*/' --exclude 'build-mac*/' \${line.separator}
- --exclude 'classes/' --exclude 'src/' \${line.separator}
+ --exclude 'classes/' --exclude 'src/' --exclude '.git/' \${line.separator}
${env.HOST_UID}@${env.HOST_IP}::${env.HOST_RSYNC_ROOT}/gluegen ${env.TARGET_ROOT} ${line.separator}
cd ${env.TARGET_ROOT}/gluegen/make ${line.separator}
export ${system.env.library.path}=/system/lib:${env.TARGET_ROOT}/gluegen/${rootrel.build}/obj:${env.TARGET_ROOT}/gluegen/${rootrel.build}/test/build/natives ${line.separator}