[Libreoffice-commits] .: 2 commits - libcmis/makefile.mk solenv/bin

Korrawit Pruegsanusak korrawit at kemper.freedesktop.org
Mon Jun 4 08:13:44 PDT 2012


 libcmis/makefile.mk      |    2 +-
 solenv/bin/packimages.pl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5d1ea0b2253d9d09aad96f0b6b0251d20d063856
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date:   Mon Jun 4 22:09:22 2012 +0700

    related fdo#50630: use print_warning when image not found
    
    Change-Id: I8811ce96cb70429ae458e31cafb8979bb6bb9644

diff --git a/solenv/bin/packimages.pl b/solenv/bin/packimages.pl
index 12eb3ea..9369001 100755
--- a/solenv/bin/packimages.pl
+++ b/solenv/bin/packimages.pl
@@ -362,7 +362,7 @@ sub create_zip_archive
                 print_error("can't add file '$path' to image zip archive: $!", 5);
             }
         } else {
-                print_message("file '$path' not found");
+                print_warning("file '$path' not found");
         }
     }
     my $status = $zip->writeToFileNamed($tmp_out_file);
commit 3d2ca79abf0ff2f74c6a4a463f65fc89d5f98bba
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date:   Mon Jun 4 22:08:11 2012 +0700

    $(COM) not $(COMP)
    
    Change-Id: I2e97af8b0d1d6a6770730aa0bf22556b2ec115c0

diff --git a/libcmis/makefile.mk b/libcmis/makefile.mk
index f42fe73..ec04b45 100644
--- a/libcmis/makefile.mk
+++ b/libcmis/makefile.mk
@@ -44,7 +44,7 @@ TARGET=cmis
 TARFILE_NAME=libcmis-0.2.1
 TARFILE_MD5=aba670de3beaafac1e287a9399dcc023
 
-.IF "$(OS)$(COMP)" == "WNTMSC"
+.IF "$(OS)$(COM)" == "WNTMSC"
 PATCH_FILES+=boost-win.patch
 .ENDIF
 


More information about the Libreoffice-commits mailing list