Re: FW: Automated choose of Windows drivers (updated)

2009-02-25 Thread Pierre Bourgin
(sorry for late answer) Steven Blackery wrote: > From: Pierre Bourgin [pierre.bour...@arteris.com] > >> search-windrivers stuff does not interfere with "manual" choose of >> drivers (present below /os/osfoldername/$OEM$/$1/) : it appends it >> own stuff in OemPnPDriverPath value. > > I don't us

Re: mkisofs

2009-02-25 Thread Allan Lyons
On Wed, Feb 25, 2009 at 10:24:43AM -0500, Joe Huss wrote: > > In the linux/Makefile, there is a line like > > ifneq ("$(strip $(wildcard /usr/bin/genisoimage))","") > > however, the binary 'wildcard' isnt on any of the ubuntu systems I've > looked at, and this was a ubuntu/debian related fix fro

mkisofs

2009-02-25 Thread Joe Huss
In the linux/Makefile, there is a line like ifneq ("$(strip $(wildcard /usr/bin/genisoimage))","") however, the binary 'wildcard' isnt on any of the ubuntu systems I've looked at, and this was a ubuntu/debian related fix from what I could tell. You can replace this with ifneq ("$(which genisoi

linux/Makefile

2009-02-25 Thread Joe Huss
In the linux/Makefile I was getting a limits.h error, after further investigation I found for the glibc build, you use--with-headers=$(cwd)/$(linux)/dest/include but glibc needs include/limits.h , which is provided by libc at least on ubuntu intrepid. the kernel that your linking to only pro