summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-16 21:43:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-16 21:43:14 -0400
commit640f0fea3e98b8b08c1bd995e14f9d37fa6f9d7d (patch)
tree8636234a377c38663369524a1cfdc7910394e7d0
parentdbd3cbfae5df9045d46a458aed228f977aafc5d6 (diff)
remove the make clean for standalone builds
This seemed to be causing too much load on the autobuilder.
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1292bbaeb..3a18cafa3 100644
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,6 @@ THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget gpg \
LINUXSTANDALONE_DEST=$(GIT_ANNEX_TMP_BUILD_DIR)/git-annex.linux
linuxstandalone:
- $(MAKE) clean
GIT_ANNEX_LOCAL_FEATURES="$(GIT_ANNEX_LOCAL_FEATURES) -DWITH_OLD_SSH" $(MAKE) git-annex
rm -rf "$(LINUXSTANDALONE_DEST)"
@@ -182,7 +181,6 @@ linuxstandalone:
OSXAPP_DEST=$(GIT_ANNEX_TMP_BUILD_DIR)/build-dmg/git-annex.app
OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS
osxapp:
- $(MAKE) clean
GIT_ANNEX_LOCAL_FEATURES="$(GIT_ANNEX_LOCAL_FEATURES) -DWITH_OLD_SSH" $(MAKE) git-annex
rm -rf "$(OSXAPP_DEST)"