diff options
author | Leah Rowe <leah@libreboot.org> | 2023-08-27 17:19:36 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-08-27 17:19:36 +0100 |
commit | 355eb765ff47b0855a6f5655312608d3264e70bf (patch) | |
tree | 922e7e432c4c57182d640f6f889292d6805c1fb4 | |
parent | eed34d3e8b0369270fd000c7ecafccdd93f4887e (diff) |
move resources/scripts/ to script/
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x | lbmk | 4 | ||||
-rwxr-xr-x | script/build/boot/roms (renamed from resources/scripts/build/boot/roms) | 0 | ||||
-rwxr-xr-x | script/build/boot/roms_helper (renamed from resources/scripts/build/boot/roms_helper) | 0 | ||||
-rwxr-xr-x | script/build/clean/cbutils (renamed from resources/scripts/build/clean/cbutils) | 0 | ||||
-rwxr-xr-x | script/build/clean/crossgcc (renamed from resources/scripts/build/clean/crossgcc) | 0 | ||||
-rwxr-xr-x | script/build/clean/seabios (renamed from resources/scripts/build/clean/seabios) | 0 | ||||
-rwxr-xr-x | script/build/clean/u-boot (renamed from resources/scripts/build/clean/u-boot) | 0 | ||||
-rwxr-xr-x | script/build/command/options (renamed from resources/scripts/build/command/options) | 0 | ||||
-rwxr-xr-x | script/build/coreboot/utils (renamed from resources/scripts/build/coreboot/utils) | 0 | ||||
-rwxr-xr-x | script/build/descriptors/ich9m (renamed from resources/scripts/build/descriptors/ich9m) | 0 | ||||
-rwxr-xr-x | script/build/grub/payload (renamed from resources/scripts/build/grub/payload) | 0 | ||||
-rwxr-xr-x | script/build/grub/utils (renamed from resources/scripts/build/grub/utils) | 0 | ||||
-rwxr-xr-x | script/build/release/roms (renamed from resources/scripts/build/release/roms) | 0 | ||||
-rwxr-xr-x | script/build/release/src (renamed from resources/scripts/build/release/src) | 3 | ||||
-rwxr-xr-x | script/handle/make/config (renamed from resources/scripts/handle/make/config) | 0 | ||||
-rwxr-xr-x | script/handle/make/file (renamed from resources/scripts/handle/make/file) | 0 | ||||
-rwxr-xr-x | script/misc/versioncheck (renamed from resources/scripts/misc/versioncheck) | 0 | ||||
-rwxr-xr-x | script/update/blobs/download (renamed from resources/scripts/update/blobs/download) | 0 | ||||
-rwxr-xr-x | script/update/blobs/extract (renamed from resources/scripts/update/blobs/extract) | 0 | ||||
-rwxr-xr-x | script/update/blobs/inject (renamed from resources/scripts/update/blobs/inject) | 0 | ||||
-rwxr-xr-x | script/update/blobs/mrc (renamed from resources/scripts/update/blobs/mrc) | 0 |
21 files changed, 4 insertions, 3 deletions
@@ -44,7 +44,7 @@ main() err "running lbmk as root as not permitted" fi - buildpath="./resources/scripts/${0##*/}" + buildpath="./script/${0##*/}" ./.gitcheck || err "/.gitcheck call from main, in /lbmk" [ "${mode}" = "help" ] && usage ${0} && exit 0 @@ -60,7 +60,7 @@ main() option="${2}" shift 2 - ./resources/scripts/misc/versioncheck || \ + ./script/misc/versioncheck || \ err "Cannot check lbmk version" case "${option}" in diff --git a/resources/scripts/build/boot/roms b/script/build/boot/roms index a19d9445..a19d9445 100755 --- a/resources/scripts/build/boot/roms +++ b/script/build/boot/roms diff --git a/resources/scripts/build/boot/roms_helper b/script/build/boot/roms_helper index 79e86ad4..79e86ad4 100755 --- a/resources/scripts/build/boot/roms_helper +++ b/script/build/boot/roms_helper diff --git a/resources/scripts/build/clean/cbutils b/script/build/clean/cbutils index bdacc45a..bdacc45a 100755 --- a/resources/scripts/build/clean/cbutils +++ b/script/build/clean/cbutils diff --git a/resources/scripts/build/clean/crossgcc b/script/build/clean/crossgcc index c76d1849..c76d1849 100755 --- a/resources/scripts/build/clean/crossgcc +++ b/script/build/clean/crossgcc diff --git a/resources/scripts/build/clean/seabios b/script/build/clean/seabios index 0178a729..0178a729 100755 --- a/resources/scripts/build/clean/seabios +++ b/script/build/clean/seabios diff --git a/resources/scripts/build/clean/u-boot b/script/build/clean/u-boot index 5deff216..5deff216 100755 --- a/resources/scripts/build/clean/u-boot +++ b/script/build/clean/u-boot diff --git a/resources/scripts/build/command/options b/script/build/command/options index 84a9a3fb..84a9a3fb 100755 --- a/resources/scripts/build/command/options +++ b/script/build/command/options diff --git a/resources/scripts/build/coreboot/utils b/script/build/coreboot/utils index bf0c47a7..bf0c47a7 100755 --- a/resources/scripts/build/coreboot/utils +++ b/script/build/coreboot/utils diff --git a/resources/scripts/build/descriptors/ich9m b/script/build/descriptors/ich9m index d965aef8..d965aef8 100755 --- a/resources/scripts/build/descriptors/ich9m +++ b/script/build/descriptors/ich9m diff --git a/resources/scripts/build/grub/payload b/script/build/grub/payload index 63849bac..63849bac 100755 --- a/resources/scripts/build/grub/payload +++ b/script/build/grub/payload diff --git a/resources/scripts/build/grub/utils b/script/build/grub/utils index f0449ed7..f0449ed7 100755 --- a/resources/scripts/build/grub/utils +++ b/script/build/grub/utils diff --git a/resources/scripts/build/release/roms b/script/build/release/roms index 395fb8d7..395fb8d7 100755 --- a/resources/scripts/build/release/roms +++ b/script/build/release/roms diff --git a/resources/scripts/build/release/src b/script/build/release/src index fbea9308..0db9d721 100755 --- a/resources/scripts/build/release/src +++ b/script/build/release/src @@ -29,7 +29,8 @@ trees_fetch_list="coreboot u-boot seabios" simple_fetch_list="flashrom grub memtest86plus me_cleaner uefitool" simple_fetch_list="${simple_fetch_list} bios_extract biosutilities" -dirlist="resources util" # do not add blobs directory here. it's handled below +# do not add blobs directory here. it's handled below +dirlist="resources util script" filelist="lbmk modify build README.md COPYING Makefile update version" filelist="${filelist} versiondate projectname .gitcheck fetch fetch_trees" diff --git a/resources/scripts/handle/make/config b/script/handle/make/config index 0c60285f..0c60285f 100755 --- a/resources/scripts/handle/make/config +++ b/script/handle/make/config diff --git a/resources/scripts/handle/make/file b/script/handle/make/file index 855ea1c4..855ea1c4 100755 --- a/resources/scripts/handle/make/file +++ b/script/handle/make/file diff --git a/resources/scripts/misc/versioncheck b/script/misc/versioncheck index 73fbb140..73fbb140 100755 --- a/resources/scripts/misc/versioncheck +++ b/script/misc/versioncheck diff --git a/resources/scripts/update/blobs/download b/script/update/blobs/download index 3df460d4..3df460d4 100755 --- a/resources/scripts/update/blobs/download +++ b/script/update/blobs/download diff --git a/resources/scripts/update/blobs/extract b/script/update/blobs/extract index fa76dfb5..fa76dfb5 100755 --- a/resources/scripts/update/blobs/extract +++ b/script/update/blobs/extract diff --git a/resources/scripts/update/blobs/inject b/script/update/blobs/inject index bc6b55c9..bc6b55c9 100755 --- a/resources/scripts/update/blobs/inject +++ b/script/update/blobs/inject diff --git a/resources/scripts/update/blobs/mrc b/script/update/blobs/mrc index c069e678..c069e678 100755 --- a/resources/scripts/update/blobs/mrc +++ b/script/update/blobs/mrc |