Selaa lähdekoodia

Silence warning

bryan 1 vuosi sitten
vanhempi
commit
bbf6f246df
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      openwrtbuilder

+ 2 - 0
openwrtbuilder

@@ -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