Skip to content
Snippets Groups Projects
  1. Sep 26, 2014
  2. Aug 24, 2014
    • Stefan Weil's avatar
      po: Fix Makefile rules for in-tree builds without configuration · bcc55f32
      Stefan Weil authored
      
      Adding 'update' to the phony targets fixes this error:
      
      $ LANG=C make -C po update
      make: Entering directory `/qemu/po'
        LINK  update
      /qemu/po/de_DE.po: file not recognized: File format not recognized
      collect2: error: ld returned 1 exit status
      make: *** [update] Error 1
      make: Leaving directory `/qemu/po'
      
      Some other phony targets (build, install) were also added, and the
      existing .PHONY statement was moved to a more prominent position at
      the beginning of the Makefile.
      
      The patch also fixes a 2nd bug. The default target should be 'all',
      but instead 'modules' (from rules.mak) was the default. Fix this by
      adding 'all' as a target before any include statement.
      
      Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
      Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
      bcc55f32
  3. Aug 08, 2014
  4. Jul 29, 2014
  5. Jul 28, 2014
  6. Apr 28, 2014
  7. Aug 07, 2013
  8. Jul 23, 2013
  9. Jun 03, 2013
  10. May 08, 2013
  11. Apr 23, 2013
  12. Apr 03, 2013
  13. Apr 02, 2013
  14. Feb 22, 2013
  15. Feb 21, 2013
    • Anthony Liguori's avatar
      gtk: add translation support (v5) · 834574ea
      Anthony Liguori authored
      
      This includes a de_DE translation from Kevin Wolf and an it translation from
      Paolo Bonzini.
      
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      Cc: Kevin Wolf <kwolf@redhat.com>
      Cc: Stefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
      Message-id: 1361367806-4599-8-git-send-email-aliguori@us.ibm.com
      834574ea
Loading