wok diff etherboot/receipt @ rev 22678

cookutils: do not break build env !
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 18 16:22:42 2020 +0100 (2020-01-18)
parents 970c5ec9a60a
children 640a2eba2511
line diff
     1.1 --- a/etherboot/receipt	Sun May 20 13:28:18 2018 +0200
     1.2 +++ b/etherboot/receipt	Sat Jan 18 16:22:42 2020 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4  etherboot-net.u
     1.5  etherboot-prefix.u
     1.6  EOT
     1.7 -	make bin/etherboot-net.bzImage
     1.8 +	make EXTRA_CFLAGS="-Wno-error=unused-but-set-variable" bin/etherboot-net.bzImage
     1.9  }
    1.10  
    1.11