lbmk/resources/scripts/build
Leah Rowe 7be4706552 unify build/defconfig and modify/defconfig
they fundamentally perform the same action: copy
the .config file and run make, but build runs
make-all, while modify runs make-oldconfig or
make-menuconfig

merge this functionality together

also:
./handle config file

^ this is the new syntax, not:
./build defconfig for

for example:

./handle config file -b coreboot x200_8mb <-- build x200 rom
./handle config file -m coreboot x200_8mb <-- modify configs
./handle config file -u coreboot x200_8mb <-- make-oldconfig
./handle config file -u seabios
./handle config file -b u-boot

yes, 1 script and a sloccount reduction of 52. and the audit?
it continues.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-08-21 00:58:26 +01:00
..
boot unify build/defconfig and modify/defconfig 2023-08-21 00:58:26 +01:00
clean unify build/clean into ./build release src 2023-08-20 18:58:32 +01:00
coreboot unify most module build scripts 2023-08-20 17:47:02 +01:00
descriptors unify build/clean into ./build release src 2023-08-20 18:58:32 +01:00
grub unify grub scripts under one directory 2023-08-20 16:40:11 +01:00
release unify build/clean into ./build release src 2023-08-20 18:58:32 +01:00
src unify build/clean into ./build release src 2023-08-20 18:58:32 +01:00