Hi,
On Tue, Oct 31, 2006 at 01:47:08PM +0100, Stefan Reinauer wrote:
- Peter Stuge stuge-linuxbios@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.