Rework kopts

This commit is contained in:
2023-10-09 12:10:29 -04:00
parent 254ca3b3ec
commit cd86dcffbc

View File

@@ -661,13 +661,6 @@ fromSource() {
# Make image # Make image
(( DEBUG )) && make_opts+=("V=s") (( DEBUG )) && make_opts+=("V=s")
execute make "${make_opts[@]}" defconfig execute make "${make_opts[@]}" defconfig
# Write options to config seed file
for opt in "${config_opts[@]}"; do
debug "Writing $opt to $seed_file"
echo "$opt" >> "$seed_file"
done
execute make "${make_opts[@]}" dirclean execute make "${make_opts[@]}" dirclean
execute make "${make_opts[@]}" download execute make "${make_opts[@]}" download
#execute make -f Makefile.aperl inst_perl MAP_TARGET=perl #execute make -f Makefile.aperl inst_perl MAP_TARGET=perl