Re: [Qemu-devel] .PO files modified under build

2017-03-24 Thread Dr. David Alan Gilbert
* 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=$

[Qemu-devel] .PO files modified under build

2017-03-23 Thread James Hanley
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