Pārlūkot izejas kodu

Add verbosity to build

Donald Carr 5 gadi atpakaļ
vecāks
revīzija
1107881ed2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      PKGBUILD

+ 1 - 1
PKGBUILD

@@ -96,4 +96,4 @@ else
     _config_file="${_kernel_src_dir}/configs/desktop"
 fi
 
-_make_cmd="make ${_xcompile_args}"
+_make_cmd="make VERBOSE=1 ${_xcompile_args}"