diff options
Diffstat (limited to 'resources/scripts/helpers/build/clean')
-rwxr-xr-x | resources/scripts/helpers/build/clean/bucts | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/coreboot | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/flashrom | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/grub | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/i945pwm | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/ich9deblob | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/memtest86plus | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/clean/rom_images | 2 |
8 files changed, 0 insertions, 16 deletions
diff --git a/resources/scripts/helpers/build/clean/bucts b/resources/scripts/helpers/build/clean/bucts index 2d3f9bb..84bd4da 100755 --- a/resources/scripts/helpers/build/clean/bucts +++ b/resources/scripts/helpers/build/clean/bucts @@ -36,5 +36,3 @@ printf "\n\n" # done. go back to main directory. cd "../" - -# ------------------- DONE ---------------------- diff --git a/resources/scripts/helpers/build/clean/coreboot b/resources/scripts/helpers/build/clean/coreboot index 1eb8ab3..58d13bc 100755 --- a/resources/scripts/helpers/build/clean/coreboot +++ b/resources/scripts/helpers/build/clean/coreboot @@ -56,5 +56,3 @@ make crossgcc-clean cd "../" printf "\n\n" - -# ------------------- DONE ---------------------- diff --git a/resources/scripts/helpers/build/clean/flashrom b/resources/scripts/helpers/build/clean/flashrom index d7eba90..2a16adc 100755 --- a/resources/scripts/helpers/build/clean/flashrom +++ b/resources/scripts/helpers/build/clean/flashrom @@ -40,5 +40,3 @@ rm -f "flashrom_lenovobios_macronix" cd "../" printf "\n\n" - -# ------------------- DONE ---------------------- diff --git a/resources/scripts/helpers/build/clean/grub b/resources/scripts/helpers/build/clean/grub index cf22c8a..af657f0 100755 --- a/resources/scripts/helpers/build/clean/grub +++ b/resources/scripts/helpers/build/clean/grub @@ -36,5 +36,3 @@ printf "Cleaning the previous build of GRUB\n" cd "../" printf "\n\n" - -# ------------------- DONE ---------------------- diff --git a/resources/scripts/helpers/build/clean/i945pwm b/resources/scripts/helpers/build/clean/i945pwm index 1183859..3e1d66d 100755 --- a/resources/scripts/helpers/build/clean/i945pwm +++ b/resources/scripts/helpers/build/clean/i945pwm @@ -32,5 +32,3 @@ cd "resources/utilities/i945-pwm/" make clean cd "../../../" printf "\n\n" - -# ------------------- DONE ---------------------- diff --git a/resources/scripts/helpers/build/clean/ich9deblob b/resources/scripts/helpers/build/clean/ich9deblob index cfca981..2c952ac 100755 --- a/resources/scripts/helpers/build/clean/ich9deblob +++ b/resources/scripts/helpers/build/clean/ich9deblob @@ -32,5 +32,3 @@ cd "resources/utilities/ich9deblob/" make clean cd "../../../" printf "\n\n" - -# ------------------- DONE ---------------------- diff --git a/resources/scripts/helpers/build/clean/memtest86plus b/resources/scripts/helpers/build/clean/memtest86plus index 6f3db44..e6a9218 100755 --- a/resources/scripts/helpers/build/clean/memtest86plus +++ b/resources/scripts/helpers/build/clean/memtest86plus @@ -37,5 +37,3 @@ make clean cd "../" printf "\n\n" - -# ------------------- DONE ---------------------- diff --git a/resources/scripts/helpers/build/clean/rom_images b/resources/scripts/helpers/build/clean/rom_images index e952d5c..f0c342a 100755 --- a/resources/scripts/helpers/build/clean/rom_images +++ b/resources/scripts/helpers/build/clean/rom_images @@ -31,5 +31,3 @@ set -u -e rm -Rf "bin/" printf "Deleted the bin/ directory containing the ROM images.\n\n" - -# ------------------- DONE ---------------------- |