All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
To: qemu-devel@nongnu.org
Cc: sw@weilnetz.de, mjt@tls.msk.ru
Subject: [Qemu-devel] PO files; make install changing stuff in source dir
Date: Wed, 30 Jul 2014 11:11:43 +0100	[thread overview]
Message-ID: <20140730101143.GC7202@work-vm> (raw)

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

                 reply	other threads:[~2014-07-30 10:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140730101143.GC7202@work-vm \
    --to=dgilbert@redhat.com \
    --cc=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=sw@weilnetz.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.