Doc updates. Add warning for anonymous ARAY or RECORD parameter types.

This commit is contained in:
David Brown 2016-11-24 12:49:59 +00:00
parent 036b8eef41
commit 1c137d2d7a
10 changed files with 405 additions and 157 deletions

View file

@ -85,15 +85,8 @@ usage:
@echo " (Needs root access)"
@echo ""
@echo "Targets for (re)creating and reverting bootstrap C sources:"
@echo " make bootstrap - Uddate bootstrap C source directories. Always run on 64 bit."
@echo " make bootstrap - Update bootstrap C source directories."
@echo " make revertbootstrap - Use git checkout to restore bootstrap C source directories"
@echo ""
@echo ""
@echo "Multi-platform coordinated network build:"
@echo " make coordinator - Start central task to trigger builds and collect logs"
@echo " make auto - Start machine specific build server"
@echo " make autobuild - Trigger all machines running 'make auto' to start a build"
@echo " make autobuild - Terminate 'make auto' on all machines"