Skip to content

Commit

Permalink
Silence grub-mkrescue
Browse files Browse the repository at this point in the history
  • Loading branch information
oystedal committed Apr 15, 2017
1 parent a52d681 commit 5b37d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ninja
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rule link64
command = $cc64 -T kernel_link.ld -o $out $in -ffreestanding -O2 -nostdlib -lgcc -z max-page-size=0x1000

rule grubby
command = grub-mkrescue -o $out iso/
command = grub-mkrescue -o $out iso/ 2> /dev/null 1> /dev/null

rule copy
command = cp $in $out
Expand Down

0 comments on commit 5b37d62

Please sign in to comment.