From 92c06a3ca0d99087e6a51cf672d2cf898bfe4b02 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Fri, 15 Sep 2017 23:42:03 -0400 Subject: Remove unnecessary comments from SeaBIOS script --- projects/seabios/seabios | 4 ---- 1 file changed, 4 deletions(-) (limited to 'projects') diff --git a/projects/seabios/seabios b/projects/seabios/seabios index a0682204..b9e0882a 100755 --- a/projects/seabios/seabios +++ b/projects/seabios/seabios @@ -75,20 +75,16 @@ build() { ( cd "${sources_path}" - # Copy the config file for target into working directory cp "${seabios_config_path}" .config - # Compile SeaBIOS first make -j"${TASKS}" - # Copy the ELF to its build directory if [[ "$1" == 'txtmode' ]]; then cp out/bios.bin.elf "${build_path}" elif [[ "$1" == 'vga' ]]; then cp out/vgabios.bin "${build_path}" fi - # Tidy up make distclean rm -f .config ) -- cgit v1.2.3-70-g09d2