5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed17aaa6c9 | |||
| 82eb80979d | |||
| bc883deed4 | |||
|
|
9f4e02e618 | ||
|
|
3378b30a50 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| ed17aaa6c9 |
make: Align equal signs in *.mk to column 30
Chore: Format equal signs uniformly. They should all be at column 30 but aren't. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 82eb80979d |
bin, make, scripts: Re-add files necessary for packaging jw-build
Re-add all files necessary to package jw-build itself, i.e. sucessfully run make pkg-rebuild-reinstall. This adds 1892 lines of code. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| bc883deed4 |
Everywhere: Remove everything non-essential for "make clean all"
This commit removes everything not strictly necessary for running "make clean all" inside jw-build. packaging jw-devtest. This cuts the repo down from 24077 to 4725 lines of code. The idea is to 1) Further remove bloat from the remaining bits 2) Re-add what's necessary to build and package other essential repos. The decision should be based on whether or not jw-build can also be useful in a non-janware context. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
|
9f4e02e618 | make: Replace sed by $(SED) | ||
|
|
3378b30a50 | make: Add files |