changeset 460:f96238bdbb18 prerelease

updateunsafe now does doxygen
author Giulio Moro <giuliomoro@yahoo.it>
date Mon, 20 Jun 2016 03:27:16 +0100
parents f48d28244fe2
children 26b3b87437fb
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Jun 20 03:17:05 2016 +0100
+++ b/Makefile	Mon Jun 20 03:27:16 2016 +0100
@@ -338,7 +338,7 @@
 	# Re-perform the check, just in case ...	
 	@cd $(UPDATE_SOURCE_DIR) && FAIL=0 && for path in $(UPDATE_REQUIRED_PATHS); do `ls $$path >/dev/null 2>&1` || { FAIL=1; break; }; done;\
 	  [ $$FAIL -eq 0 ] || { echo "$$path was not found in the zip archive. Maybe it is corrupted?"; exit 1; }
-	@cd $(UPDATE_SOURCE_DIR)/scripts && BBB_ADDRESS=root@127.0.0.1 BBB_BELA_HOME=$(BELA_DIR) ./update_board -d -y --no-frills
+	@cd $(UPDATE_SOURCE_DIR)/scripts && BBB_ADDRESS=root@127.0.0.1 BBB_BELA_HOME=$(BELA_DIR) ./update_board -y --no-frills
 	@screen -S update-Bela -d -m bash -c "echo Restart the IDE $(LOG) &&\
 	  $(MAKE) --no-print-directory idestart $(LOG) && echo Update succesful $(LOG);" $(LOG)
 update: ## Installs the update from $(UPDATES_DIR)