[makefile] Reduce verbosity of various NON_AUTO_MEDIA rules

This commit is contained in:
Michael Brown
2008-10-10 03:57:31 +01:00
parent 5c695db474
commit 3029eb0e84
3 changed files with 17 additions and 10 deletions

View File

@@ -52,5 +52,5 @@ do
echo "" KERNEL $g
cp -p $f $dir/$g
done >> $cfg
mkisofs -l -o $out -c boot.cat -b isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table $dir
mkisofs -q -l -o $out -c boot.cat -b isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table $dir
rm -fr $dir