From d4f82aab389c1fa309dbadfe43a5c0bf74e44fd0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 Oct 2014 12:15:38 -0400 Subject: jessie has a new enough automake, so it doesn't need to be cloned here --- standalone/android/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'standalone') 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 -- cgit v1.2.3