* [Qemu-devel] PO files; make install changing stuff in source dir
@ 2014-07-30 10:11 Dr. David Alan Gilbert
0 siblings, 0 replies; only message in thread
From: Dr. David Alan Gilbert @ 2014-07-30 10:11 UTC (permalink / raw)
To: qemu-devel; +Cc: sw, mjt
Hi,
I'm finding that sometimes during make install the
po/ directory in the source directory gets changed:
in /home/dgilbert/try
$ make -j 12 && make install
....
make -C po install
make[1]: Entering directory `/home/dgilbert/try/po'
GEN tr.mo
GEN /home/dgilbert/git/qemu/po/de_DE.po
GEN de_DE.mo
GEN /home/dgilbert/git/qemu/po/it.po
GEN it.mo
GEN /home/dgilbert/git/qemu/po/hu.po
GEN hu.mo
GEN /home/dgilbert/git/qemu/po/fr_FR.po
GEN fr_FR.mo
for obj in tr.mo de_DE.mo it.mo hu.mo fr_FR.mo; do \
base=`basename $obj .mo`; \
install -d /home/dgilbert/try/share/locale/$base/LC_MESSAGES; \
install -m644 $obj /home/dgilbert/try/share/locale/$base/LC_MESSAGES/qemu.mo; \
done
make[1]: Leaving directory `/home/dgilbert/try/po'
My git checkout is in /home/dgilbert/git/qemu and my build
dir is /home/dgilbert/try; this gently upsets git since it
now sees modified files.
Configured with:
/home/dgilbert/git/qemu/configure --disable-strip --target-list=x86_64-softmmu --prefix=/home/dgilbert/try
This is in 2.1.0-rc5 but it's been happening for a while (F20 host);
I can't quite pin down when it happens, it doesn't happen every time,
but it's not just directly after rebases.
Dave (who knows nothing about po files)
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-30 10:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30 10:11 [Qemu-devel] PO files; make install changing stuff in source dir Dr. David Alan Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).