Explorar el Código

[build] Make .liso image generation silent unless errors occur

tags/v0.9.8
Michael Brown hace 15 años
padre
commit
b570c2efd8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/util/genliso

+ 1
- 1
src/util/genliso Ver fichero

@@ -70,6 +70,6 @@ then
70 70
 	exit 1
71 71
 fi
72 72
 
73
-mkisofs -o $out -c boot.cat -b boot.img $dir
73
+mkisofs -q -o $out -c boot.cat -b boot.img $dir
74 74
 
75 75
 rm -fr $dir

Loading…
Cancelar
Guardar