OSDN Git Service

[update] : Added deletion of temp.
authorhayao <shun819.mail@gmail.com>
Thu, 2 Jul 2020 10:46:04 +0000 (19:46 +0900)
committerhayao <shun819.mail@gmail.com>
Thu, 2 Jul 2020 10:46:04 +0000 (19:46 +0900)
build.sh
clean.sh

index 5cd39b2..f6aca82 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1480,6 +1480,7 @@ if [[ "${channel_name}" = "clean" ]]; then
        remove "${script_path}/menuconfig-script/kernel_choice"
     remove_work
     remove "${rebuildfile}"
+    remove "${script_path}/temp"
     exit 0
 fi
 
index 4220e71..c095783 100755 (executable)
--- a/clean.sh
+++ b/clean.sh
@@ -4,6 +4,4 @@ script_path="$(readlink -f ${0%/*})"
 
 cd "${script_path}"
 sudo make clean
-sudo rm -f "${script_path}/system/mkalteriso"
-
 cd - > /dev/null