# HG changeset patch # User Pascal Bellard # Date 1392385681 0 # Node ID 93337e127536827854a384bd038a15d519781149 # Parent d0d74920c618c40b335b13b565b67659186987ab 8086tiny: update compile_rules diff -r d0d74920c618 -r 93337e127536 8086tiny/receipt --- a/8086tiny/receipt Fri Feb 14 12:28:03 2014 +0000 +++ b/8086tiny/receipt Fri Feb 14 13:48:01 2014 +0000 @@ -16,8 +16,7 @@ # Rules to configure and make the package. compile_rules() { - sed 's/#OPTS/OPTS/' < Makefile > Makefile.nographics - make -f Makefile.nographics CC=gcc && + make CC=gcc no_graphics && mv 8086tiny 8086tiny.nographics && make CC=gcc && nasm bios_source/bios.asm