Open
Conversation
Open
08685a4 to
cb8c75a
Compare
This gitignores cscope database files and vim swap files. Since two members of UKO use cscope it is worth gitignoring, same with vim swap files. The cscope database can be regenerated from the repository, and swap files are temporary and should not be version controlled. It may be worth adding a cscope make target like the linux kernel has. Signed-off-by: arbormoss <arbormoss@woodsprite.dev>
This adds a make help target. If all supplied make targets are `help`, configuration is not required. This also makes running `make help` by itself faster, because it won't try to include the other Makefiles. HELP_TEXT is defined at the top of the Makefile so that it can act like documentation within the Makefile. It suggests using `../configure` instead of `../configure --targets qemu-riscv64` because the configure script will explain how to list and select targets when run with no arguments. Signed-off-by: arbormoss <arbormoss@woodsprite.dev>
This fixes the find prints after each file is formatted. The busybox version of find in our alpine qemu VM does not recongnise -printf. Signed-off-by: arbormoss <arbormoss@woodsprite.dev>
cb8c75a to
e29f90a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a make help target. If all supplied make targets are
help,configuration is not required. This also makes running
make helpbyitself faster, because it won't try to include the other Makefiles.
HELP_TEXT is defined at the top of the Makefile so that it can act
like documentation within the Makefile.
It suggests using
../configureinstead of../configure --targets qemu-riscv64because the configure script willexplain how to list and select targets when run with no arguments.
This gitignores cscope database files and vim swap files. Since two
members of UKO use cscope it is worth gitignoring, same with vim swap
files. The cscope database can be regenerated from the repository, and
swap files are temporary and should not be version controlled.
It may be worth adding a cscope make target like the linux kernel has.
This fixes the find prints after each file is formatted. The busybox
version of find in our alpine qemu VM does not recongnise -printf.
This should close #38 .
Merge this before merging #105 .