docs: add short sentence on calling 'make all'

This commit is contained in:
Sven Roederer 2021-05-06 22:49:44 +02:00 committed by GitHub
parent 9e09d08cf6
commit 8279943882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,13 @@ and you can try rebasing it onto the new `base` branch yourself and after that c
Always call `make update-patches` after making changes to a module repository as `make update` will overwrite your Always call `make update-patches` after making changes to a module repository as `make update` will overwrite your
commits, making `git reflog` the only way to recover them! commits, making `git reflog` the only way to recover them!
Then all is set start the build by calling (probably add -jn):
::
make all
Development Guidelines Development Guidelines
---------------------- ----------------------
Lua should be used instead of sh whenever sensible. The following criteria Lua should be used instead of sh whenever sensible. The following criteria