remove the make clean for standalone builds
This seemed to be causing too much load on the autobuilder.
This commit is contained in:
parent
83c01c44ab
commit
b70aaa1891
1 changed files with 0 additions and 2 deletions
2
Makefile
2
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)"
|
||||
|
|
Loading…
Reference in a new issue