diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-01-22 16:45:10 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-26 14:44:21 -0300 |
commit | f4ca4add537bb3dc34ec152739952a1a86fd2229 (patch) | |
tree | efe61bd970b6462a465f5754072592d9c2d29e54 /hints | |
parent | 567e409078b46d21cc851528eaedf701a87454df (diff) | |
download | perl-f4ca4add537bb3dc34ec152739952a1a86fd2229.tar.gz |
Android hints: Clean up some files if cross-compiling with adb
Diffstat (limited to 'hints')
-rw-r--r-- | hints/linux-android.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/linux-android.sh b/hints/linux-android.sh index 974043a694..eff44c454b 100644 --- a/hints/linux-android.sh +++ b/hints/linux-android.sh @@ -135,6 +135,8 @@ EOCBU if $test "X$targetrun" = "Xadb"; then +$rm $run $to $from $targetmkdir + case "$src" in /*) run=$src/Cross/run targetmkdir=$src/Cross/mkdir |