changeset 728:786f0c619b86

improved coding style
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 14 Feb 2010 13:27:11 +0100
parents ffb2ba1e62be
children 29a6b7de010c 2ffb38727a32
files src/vmime.mk
diffstat 1 files changed, 15 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/src/vmime.mk	Sat Feb 13 15:14:12 2010 +0100
+++ b/src/vmime.mk	Sun Feb 14 13:27:11 2010 +0100
@@ -23,10 +23,10 @@
     # we need scons to generate configure.in, Makefile.am etc.
     # ansi and pedantic are too strict for mingw.
     # http://sourceforge.net/tracker/index.php?func=detail&aid=2373234&group_id=2435&atid=102435
-    $(SED) "s/'-ansi', //;" -i '$(1)/SConstruct'
-    $(SED) "s/'-pedantic', //;" -i '$(1)/SConstruct'
-    $(SED) 's/pkg-config/$(TARGET)-pkg-config/g;' -i '$(1)/SConstruct'
-    $(SED)  's/^sh libtool/sh libtool --tag=CXX/g;' -i '$(1)/SConstruct'
+    $(SED) "s/'-ansi', //;"                        -i '$(1)/SConstruct'
+    $(SED) "s/'-pedantic', //;"                    -i '$(1)/SConstruct'
+    $(SED) 's/pkg-config/$(TARGET)-pkg-config/g;'  -i '$(1)/SConstruct'
+    $(SED) 's/^sh libtool/sh libtool --tag=CXX/g;' -i '$(1)/SConstruct'
 
     cd '$(1)' && scons autotools \
          prefix='$(PREFIX)/$(TARGET)' \
@@ -36,17 +36,17 @@
     $(SED) 's,libtoolize ,$(LIBTOOLIZE) ,' -i '$(1)'/bootstrap
     cd '$(1)' && ./bootstrap
     cd '$(1)' && ./configure \
-      --prefix='$(PREFIX)/$(TARGET)' \
-      --host='$(TARGET)' \
-      --disable-shared \
-      --enable-platform-windows \
-      --disable-rpath \
-      --disable-dependency-tracking \
-      CC='$(TARGET)-gcc' \
-      CXX='$(TARGET)-g++' \
-      CPP='$(TARGET)-gcc -E' \
-      CXXPP='$(TARGET)-g++ -E' \
-      PKG_CONFIG='$(TARGET)-pkg-config'
+        --prefix='$(PREFIX)/$(TARGET)' \
+        --host='$(TARGET)' \
+        --disable-shared \
+        --enable-platform-windows \
+        --disable-rpath \
+        --disable-dependency-tracking \
+        CC='$(TARGET)-gcc' \
+        CXX='$(TARGET)-g++' \
+        CPP='$(TARGET)-gcc -E' \
+        CXXPP='$(TARGET)-g++ -E' \
+        PKG_CONFIG='$(TARGET)-pkg-config'
 
     # Disable VMIME_HAVE_MLANG_H
     # We have the header, but there is no implementation for IMultiLanguage in MinGW