* James Hanley (jhan...@dgtlrift.com) wrote:
> I have a git clone of qemu, and I build out of qemu-build... essentially
> the layout looks like:
> ./
> ./qemu/ -> clone of qemu
> ./qemu-build/
> ./Makefile
>
> The contents of the top level Makefile contain the following rules:
> rwildcard=$
I have a git clone of qemu, and I build out of qemu-build... essentially
the layout looks like:
./
./qemu/ -> clone of qemu
./qemu-build/
./Makefile
The contents of the top level Makefile contain the following rules:
rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call
rwildcard,$d