Explorar el Código

Add verbosity to build

Donald Carr hace 5 años
padre
commit
1107881ed2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}"