f86ab74eb6895232f4c9533d658afdc65b67b381
chmalee
  Tue Jan 21 16:17:09 2025 -0800
Prefix makefile echo lines with @ to prevent double printing of messages, clarify message to state one does not need to do anything after running make alpha

diff --git src/browserbox/makefile src/browserbox/makefile
index ba4265f4002..2f706b074e7 100644
--- src/browserbox/makefile
+++ src/browserbox/makefile
@@ -1,13 +1,14 @@
 alpha:
 	cp root/updateBrowser.sh /usr/local/apache/htdocs/gbib/
-	echo you can now run gbibCoreUpdateBeta on any gbib to download the update script
-	echo then run '"updateBrowser notSelf"' to test the update script,  without the script 
-	echo updating itself first
-	echo 
-	echo If you are OK with the result, request a push of /usr/local/apache/htdocs/gbib/updateBrowser.sh
-	echo to hgdownload
-	echo To make any other changes to the GBIB, add files under /usr/local/apache/htdocs/gbib/push/
-	echo which is rsynced into the GBIB on every update into / '(the root directory)'
-	echo You can modify ./usr/local/apache/cgi-bin/hg.conf and the copy it to 
-	echo /usr/local/apache/htdocs/gbib/push/usr/local/apache/cgi-bin/hg.conf
+	@echo you can now run gbibCoreUpdateBeta on any gbib to download the update script
+	@echo then run '"updateBrowser notSelf"' to test the update script,  without the script
+	@echo updating itself first
+	@echo
+	@echo The script will be automatically rsynced to hgdownload during the final build wrap
+	@echo but if you need to, you can request a push of /usr/local/apache/htdocs/gbib/updateBrowser.sh
+	@echo to hgdownload
+	@echo To make any other changes to the GBIB, add files under /usr/local/apache/htdocs/gbib/push/
+	@echo which is rsynced into the GBIB on every update into / '(the root directory)'
+	@echo You can modify ./usr/local/apache/cgi-bin/hg.conf and the copy it to
+	@echo /usr/local/apache/htdocs/gbib/push/usr/local/apache/cgi-bin/hg.conf