Browse Source

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

tags/v0.9.8
Michael Brown 15 years ago
parent
commit
b570c2efd8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/util/genliso

+ 1
- 1
src/util/genliso View File

70
 	exit 1
70
 	exit 1
71
 fi
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
 rm -fr $dir
75
 rm -fr $dir

Loading…
Cancel
Save