summaryrefslogtreecommitdiff
path: root/standalone/android/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/android/Makefile')
-rw-r--r--standalone/android/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile
index 55226bcae..3df91c52f 100644
--- a/standalone/android/Makefile
+++ b/standalone/android/Makefile
@@ -5,15 +5,14 @@ PATH:=$(HOME)/.ghc/android-14/arm-linux-androideabi-4.7/bin:$(PATH)
build: source
mkdir -p git-annex-bundle/bin
-
- cd source/git && $(MAKE) install NO_OPENSSL=1 NO_GETTEXT=1 NO_GECOS_IN_PWENT=1 NO_GETPASS=1 NO_NSEC=1 NO_MKDTEMP=1 NO_PTHREADS=1 NO_PERL=1 NO_CURL=1 NO_EXPAT=1 NO_TCLTK=1 NO_ICONV=1 prefix= DESTDIR=../../git-annex-bundle
- rm -f git-annex-bundle/bin/git-cvsserver
- cp source/busybox/configs/android2_defconfig source/busybox/.config
+ cp busybox_config source/busybox/.config
cd source/busybox && yes '' | $(MAKE) oldconfig
- echo 'CONFIG_FEATURE_INSTALLER=y' >> source/busybox/.config
cd source/busybox && $(MAKE)
cp -a source/busybox/busybox git-annex-bundle/bin/
+
+ cd source/git && $(MAKE) install NO_OPENSSL=1 NO_GETTEXT=1 NO_GECOS_IN_PWENT=1 NO_GETPASS=1 NO_NSEC=1 NO_MKDTEMP=1 NO_PTHREADS=1 NO_PERL=1 NO_CURL=1 NO_EXPAT=1 NO_TCLTK=1 NO_ICONV=1 prefix= DESTDIR=../../git-annex-bundle
+ rm -f git-annex-bundle/bin/git-cvsserver
cd source/dropbear && git reset --hard origin/master && git am < ../../dropbear.patch
cp source/automake/lib/config.sub source/automake/lib/config.guess source/dropbear/