[LinuxBIOS] [PATCH] Do not hardcode iasl path.

Uwe Hermann uwe at hermann-uwe.de
Tue Oct 31 17:07:39 CET 2006


Hi,

On Tue, Oct 31, 2006 at 01:47:08PM +0100, Stefan Reinauer wrote:
> * Peter Stuge <stuge-linuxbios at cdy.org> [061031 13:43]:
> > > action  "PATH=$PATH:/usr/sbin iasl -tc $(MAINBOARD)/dx/dsdt_lb.dsl"

I think it's safe to assume everyone has /usr/bin in their path. Most
people (but not all, unfortunately) should also have /usr/sbin.

Explicitly setting the PATH is a good idea, nevertheless, but I wouldn't
do it in every "action" line (as above) but rather in a central place
where the tool (the Python thing?) calls iasl.

Other "action" entries don't have an explicit path either, e.g.

action  "perl -pi -e 's/AmlCode/AmlCode_ssdt4/g' pci4.hex"
action  "ar cr linuxbios_apc.a apc_auto.o"
action  "ctags $(SOURCES)"


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20061031/6f980b95/attachment.sig>


More information about the coreboot mailing list