ソースを参照

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

tags/v0.9.8
Michael Brown 15年前
コミット
b570c2efd8
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/util/genliso

+ 1
- 1
src/util/genliso ファイルの表示

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

読み込み中…
キャンセル
保存