This commit is contained in:
Joey Hess 2013-09-23 10:25:21 -04:00
parent 420a2fc898
commit 5a99ae9511
2 changed files with 6 additions and 4 deletions

View file

@ -13,6 +13,9 @@ cd ghc-android
git checkout stable-ghc-snapshot git checkout stable-ghc-snapshot
./build ./build
# This saves 2 gb, and the same sources are in build-*/ghc
rm -rf stage0
# Set up android SDK where the git-annex android Makefile # Set up android SDK where the git-annex android Makefile
# expects to find it. # expects to find it.
cd .. cd ..

View file

@ -46,7 +46,7 @@ patched () {
} }
installgitannexdeps () { installgitannexdeps () {
pushd ../../.. pushd ../..
echo cabal install --only-dependencies echo cabal install --only-dependencies
cabal install --only-dependencies "$@" cabal install --only-dependencies "$@"
popd popd
@ -96,10 +96,9 @@ install_pkgs () {
patched gnuidn patched gnuidn
patched DAV patched DAV
installgitannexdeps -fAndroid -f-Pairing
cd .. cd ..
rm -rf tmp
installgitannexdeps -fAndroid -f-Pairing
} }
echo echo