diff Makefile @ 391:db1714fe2814 prerelease

Renamed BeagleRT to Bela in the startup script and Makefile
author andrewm
date Tue, 14 Jun 2016 21:13:40 +0100
parents d107cb121bfa
children ff60102d5f39
line wrap: on
line diff
--- a/Makefile	Tue Jun 14 18:48:23 2016 +0100
+++ b/Makefile	Tue Jun 14 21:13:40 2016 +0100
@@ -46,7 +46,7 @@
 COMMAND_LINE_OPTIONS?=$(CL)
 RUN_COMMAND?=$(OUTPUT_FILE) $(COMMAND_LINE_OPTIONS)
 RUN_IDE_COMMAND?=stdbuf -i0 -o0 -e0 $(OUTPUT_FILE) $(COMMAND_LINE_OPTIONS)
-BELA_STARTUP_SCRIPT?=/root/BeagleRT_startup.sh
+BELA_STARTUP_SCRIPT?=/root/Bela_startup.sh
 BELA_AUDIO_THREAD_NAME?=bela-audio 
 SCREEN_NAME?=Bela
 
@@ -246,7 +246,7 @@
 STARTUP_COMMAND=printf "\#!/bin/sh\n\#\n\# This file is autogenerated by Bela. Do not edit!\n\necho Running Bela...\nscreen -S $(SCREEN_NAME) -d -m %s $(RUN_COMMAND) %s\n"
 nostartup: ## No Bela project runs at startup 
 nostartup:
-	@echo "Disabling BeagleRT at startup..."
+	@echo "Disabling Bela at startup..."
 	@printf "#!/bin/sh\n#\n\n# This file is autogenerated by Bela. Do not edit!\n\n# Run on startup disabled -- nothing to do here\n" > $(BELA_STARTUP_SCRIPT)
 
 startuploop: ## Makes PROJECT run at startup and restarts it if it crashes