summaryrefslogtreecommitdiff
path: root/standalone/android/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-18 15:43:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-18 15:43:40 -0400
commit0aa111cf19ad25d947e4cb8f743db8590064a24b (patch)
tree2412e33705bf46caac3d8031a89816fcc548386e /standalone/android/Makefile
parent110cdd82b59479dd903a2fa2e973c1d7075a845e (diff)
add busybox config file so I can edit it easily
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/