7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 82eb80979d | |||
| bc883deed4 | |||
| 509d78af00 | |||
| d2a4f3d5bc | |||
| c59479b6ba | |||
| 0b3332cc56 | |||
| 024b629859 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 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> |
|||
| 509d78af00 |
ini-tools.sh: Now only acception [section]s with leading spaces as delimiter
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| d2a4f3d5bc |
ini-tools.sh: Fix new call semantics
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| c59479b6ba |
ini-tools.sh: Fix ini_has_section()
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 0b3332cc56 |
ini-tools.sh: Now not passing inifile as global variable any longer
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 024b629859 |
create-mskpec.sh: INI parsing -> ini-tools.sh
Push ini-parsing from create-mkspec.sh into ini-tools.sh. Signed-off-by: Jan Lindemann <jan@janware.com> |