From 5719de8643854e54a7e45c461c458e4a99b04d00 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Sat, 7 Jul 2007 04:35:11 +0000 Subject: [PATCH] Fixing mixed tab/spaces indentation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/scripts/unix/unixbuild | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/distrib/scripts/unix/unixbuild b/distrib/scripts/unix/unixbuild index c80b9eba66..a5826fe390 100755 --- a/distrib/scripts/unix/unixbuild +++ b/distrib/scripts/unix/unixbuild @@ -20,15 +20,15 @@ for i in "$@"; do ansi) UNICODE=0 ;; debug) DEBUG=1 ;; wxpython) WXPYTHON=1 ;; - gtk2) PORT="gtk2" ;; - gtk) PORT="gtk" ;; - x11) PORT="x11" ;; - motif) PORT="motif" ;; - static) STATIC=1 ;; - *) - usage - exit - ;; + gtk2) PORT="gtk2" ;; + gtk) PORT="gtk" ;; + x11) PORT="x11" ;; + motif) PORT="motif" ;; + static) STATIC=1 ;; + *) + usage + exit + ;; esac done @@ -39,9 +39,8 @@ do_build make prefix=$INSTALLDIR install if [ "$WXPYTHON" == "1" ]; then - make -C contrib/src/animate prefix=$INSTALLDIR install - make -C contrib/src/gizmos prefix=$INSTALLDIR install - make -C contrib/src/stc prefix=$INSTALLDIR install + make -C contrib/src/gizmos prefix=$INSTALLDIR install + make -C contrib/src/stc prefix=$INSTALLDIR install fi -cd $OLDDIR \ No newline at end of file +cd $OLDDIR