diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-16 12:15:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-16 12:15:38 -0400 |
commit | d4f82aab389c1fa309dbadfe43a5c0bf74e44fd0 (patch) | |
tree | e51ba29d6ad32edbc84288205ca95569ab34aed4 /standalone/android | |
parent | 4a2df5242e90442498a7c82a51cfc6835352667b (diff) |
jessie has a new enough automake, so it doesn't need to be cloned here
Diffstat (limited to 'standalone/android')
-rw-r--r-- | standalone/android/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile index 82df0db7b..3120d1be2 100644 --- a/standalone/android/Makefile +++ b/standalone/android/Makefile @@ -122,7 +122,7 @@ $(GIT_ANNEX_ANDROID_SOURCETREE)/git/build-stamp: git.patch $(GIT_ANNEX_ANDROID_SOURCETREE)/rsync/build-stamp: rsync.patch # This is a known-good version that the patch works with. cat rsync.patch | (cd $(GIT_ANNEX_ANDROID_SOURCETREE)/rsync && git reset --hard eec26089b1c7bdbb260674480ffe6ece257bca63 && git am) - cp $(GIT_ANNEX_ANDROID_SOURCETREE)/automake/lib/config.sub $(GIT_ANNEX_ANDROID_SOURCETREE)/automake/lib/config.guess $(GIT_ANNEX_ANDROID_SOURCETREE)/rsync/ + cp /usr/share/misc/config.sub /usr/share/misc/config.guess $(GIT_ANNEX_ANDROID_SOURCETREE)/rsync/ cd $(GIT_ANNEX_ANDROID_SOURCETREE)/rsync && ./configure --host=arm-linux-androideabi --disable-locale --disable-iconv-open --disable-iconv --disable-acl-support --disable-xattr-support cd $(GIT_ANNEX_ANDROID_SOURCETREE)/rsync && $(MAKE) touch $@ @@ -153,7 +153,6 @@ source: $(GIT_ANNEX_ANDROID_SOURCETREE) $(GIT_ANNEX_ANDROID_SOURCETREE): mkdir -p $(GIT_ANNEX_ANDROID_SOURCETREE) - git clone git://git.savannah.gnu.org/automake.git $(GIT_ANNEX_ANDROID_SOURCETREE)/automake git clone git://git.debian.org/git/d-i/busybox $(GIT_ANNEX_ANDROID_SOURCETREE)/busybox git clone git://git.kernel.org/pub/scm/git/git.git $(GIT_ANNEX_ANDROID_SOURCETREE)/git git clone git://git.samba.org/rsync.git $(GIT_ANNEX_ANDROID_SOURCETREE)/rsync |