mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Add fletcher16-gen developer util
1. I'm not convinced our fletcher16 implementation is proper 2. It is not in coreutils So we add some basic code to do that. This is also the first dev-util, so add some documentation to DEVEL.md.
This commit is contained in:
parent
71505bc8b9
commit
192221af22
10 changed files with 400 additions and 0 deletions
10
DEVEL.md
10
DEVEL.md
|
|
@ -49,6 +49,16 @@ Permissable folders:
|
|||
- `src`: the upstream unmodified source code. This may be either a submodule or
|
||||
nonexistant.
|
||||
|
||||
Furthermore, there is a special top-level dir `dev-utils`. In here are
|
||||
appropriate utilities that are often useful for development and not generally
|
||||
included on normal systems, or are specific to live-bootstrap. Each program
|
||||
should be contained within its own directory and include:
|
||||
|
||||
- source code
|
||||
- compilation script
|
||||
|
||||
The directory m2-functions is used for M2-Planet functions (currently).
|
||||
|
||||
## Conventions
|
||||
|
||||
- **Patches:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue