qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] PO makefile rules touching source


From: Dr. David Alan Gilbert
Subject: [Qemu-devel] PO makefile rules touching source
Date: Thu, 6 Aug 2015 12:54:51 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

Hi Stefan,
  I don't really understand the way PO stuff is supposed to work,
but I often get the problem that my git tree gets changed during
an out of tree build, causing the po subdirectory to be
dirtied.

I think this is due to the rule:

$(PO_PATH)/%.po: $(PO_PATH)/messages.po
        $(call quiet-command, msgmerge -q $@ $< > address@hidden && mv 
address@hidden $@, "  GEN   $@")

in po/Makefile.

Why does that merge into $(PO_PATH)/%.po rather than %.po - i.e.
why to the source rather than to the build directory?

Dave

--
Dr. David Alan Gilbert / address@hidden / Manchester, UK



reply via email to

[Prev in Thread] Current Thread [Next in Thread]