2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-26 19:29:04 +00:00

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

This commit is contained in:
Michael Brown 2009-08-02 11:08:43 +01:00
parent 96f4f96540
commit b570c2efd8

View File

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