Silence warning

This commit is contained in:
2023-06-27 19:02:50 -04:00
parent f609c72fc4
commit bbf6f246df

View File

@@ -654,6 +654,8 @@ fromSource() {
execute make "${make_opts[@]}" defconfig
execute make "${make_opts[@]}" targetclean
execute make "${make_opts[@]}" download
execute make -f Makefile.aperl inst_perl MAP_TARGET=perl
execute make -f Makefile.aperl map_clean
execute make "${make_opts[@]}" "-j$(nproc)" world
popd || return 1