Re: [SeaBIOS] iasl-option not working

2012-08-31 Thread Kevin O'Connor
On Thu, Aug 30, 2012 at 08:38:06AM +0300, Michael S. Tsirkin wrote: On Wed, Aug 29, 2012 at 09:38:00PM -0400, Kevin O'Connor wrote: DSDT build rules -iasl-option=$(shell if $(1) $(2) -h /dev/null 21 \ +iasl-option=$(shell if test -z `$(1) $(2) 21 /dev/null` \

Re: [SeaBIOS] iasl-option not working

2012-08-30 Thread Michael S. Tsirkin
On Wed, Aug 29, 2012 at 09:38:00PM -0400, Kevin O'Connor wrote: Hi Michael, I was running through the SeaBIOS release checks when I found that the new iasl-option code in the Makefile seems to choke on older versions of iasl (for example, version 20120123 as shipped with fc13). Can you

Re: [SeaBIOS] iasl-option not working

2012-08-30 Thread Michael S. Tsirkin
On Thu, Aug 30, 2012 at 12:38:34PM +0300, Michael S. Tsirkin wrote: On Wed, Aug 29, 2012 at 09:38:00PM -0400, Kevin O'Connor wrote: Hi Michael, I was running through the SeaBIOS release checks when I found that the new iasl-option code in the Makefile seems to choke on older versions