Mercurial > hg > beaglert
comparison Makefile @ 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 | c47709e8b5c9 |
comparison
equal
deleted
inserted
replaced
459:f48d28244fe2 | 460:f96238bdbb18 |
---|---|
336 updateunsafe: ## Installs the update from $(UPDATES_DIR) in a more brick-friendly way | 336 updateunsafe: ## Installs the update from $(UPDATES_DIR) in a more brick-friendly way |
337 @echo > $(UPDATE_LOG) | 337 @echo > $(UPDATE_LOG) |
338 # Re-perform the check, just in case ... | 338 # Re-perform the check, just in case ... |
339 @cd $(UPDATE_SOURCE_DIR) && FAIL=0 && for path in $(UPDATE_REQUIRED_PATHS); do `ls $$path >/dev/null 2>&1` || { FAIL=1; break; }; done;\ | 339 @cd $(UPDATE_SOURCE_DIR) && FAIL=0 && for path in $(UPDATE_REQUIRED_PATHS); do `ls $$path >/dev/null 2>&1` || { FAIL=1; break; }; done;\ |
340 [ $$FAIL -eq 0 ] || { echo "$$path was not found in the zip archive. Maybe it is corrupted?"; exit 1; } | 340 [ $$FAIL -eq 0 ] || { echo "$$path was not found in the zip archive. Maybe it is corrupted?"; exit 1; } |
341 @cd $(UPDATE_SOURCE_DIR)/scripts && BBB_ADDRESS=root@127.0.0.1 BBB_BELA_HOME=$(BELA_DIR) ./update_board -d -y --no-frills | 341 @cd $(UPDATE_SOURCE_DIR)/scripts && BBB_ADDRESS=root@127.0.0.1 BBB_BELA_HOME=$(BELA_DIR) ./update_board -y --no-frills |
342 @screen -S update-Bela -d -m bash -c "echo Restart the IDE $(LOG) &&\ | 342 @screen -S update-Bela -d -m bash -c "echo Restart the IDE $(LOG) &&\ |
343 $(MAKE) --no-print-directory idestart $(LOG) && echo Update succesful $(LOG);" $(LOG) | 343 $(MAKE) --no-print-directory idestart $(LOG) && echo Update succesful $(LOG);" $(LOG) |
344 update: ## Installs the update from $(UPDATES_DIR) | 344 update: ## Installs the update from $(UPDATES_DIR) |
345 update: stop | 345 update: stop |
346 # Truncate the log file | 346 # Truncate the log file |