summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-18 22:33:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-18 22:33:12 -0400
commit2288f872ace9e0a3a68b8b53156bd5708ceade9e (patch)
tree0753960c2bf1d66a76c585fc0bb0048c7433b501
parent9bbf84d163f51436d4b79ea09f51b9b928e6120e (diff)
avoid rebuilding when making linuxstandalone on stage2 on armel
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d132ddb47..84f1ddffa 100644
--- a/Makefile
+++ b/Makefile
@@ -102,8 +102,8 @@ hackage: sdist
LINUXSTANDALONE_DEST=tmp/git-annex.linux
linuxstandalone: Build/Standalone
- $(MAKE) git-annex
-
+ $(MAKE) git-annex linuxstandalone-nobuild
+linuxstandalone-nobuild:
rm -rf "$(LINUXSTANDALONE_DEST)"
mkdir -p tmp
cp -R standalone/linux "$(LINUXSTANDALONE_DEST)"
@@ -222,7 +222,7 @@ no-th-webapp-stage2:
cd tmp/no-th-tree && cabal configure; \
fi
cd tmp/no-th-tree && cabal build --ghc-option=-D__NO_TH__
- cd tmp/no-th-tree && $(MAKE) linuxstandalone
+ cd tmp/no-th-tree && $(MAKE) linuxstandalone-nobuild
ANDROID_FLAGS?=
# Cross compile for Android.