[haiku-commits] haiku: hrev46423 - /

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 23 Nov 2013 19:14:00 +0100 (CET)

hrev46423 adds 1 changeset to branch 'master'
old head: 5369d17d119d1ae8e496805ed7c820bbfaa9accd
new head: bae76b378341cea1374dbf3d2d61a24a1b5753e2
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=bae76b3+%5E5369d17

----------------------------------------------------------------------------

bae76b3: Revert "configure: Fix for whitespace in path"
  
  This reverts commit 5369d17d119d1ae8e496805ed7c820bbfaa9accd.
  
  Breaks the build. Take the walk of shame.

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46423
Commit:      bae76b378341cea1374dbf3d2d61a24a1b5753e2
URL:         http://cgit.haiku-os.org/haiku/commit/?id=bae76b3
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Sat Nov 23 18:13:26 2013 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
configure | 2 +-

----------------------------------------------------------------------------

diff --git a/configure b/configure
index 621558a..4d282cd 100755
--- a/configure
+++ b/configure
@@ -772,7 +772,7 @@ else
                        SECONDARY_ARCH=$secondaryArch \
                        HAIKU_USE_GCC_GRAPHITE=`get_variable \
                                HAIKU_USE_GCC_GRAPHITE_$targetArch` \
-                       "$script" "$sourceDir" "$buildCrossTools" 
"$crossToolsDir" \
+                       $script "$sourceDir" "$buildCrossTools" 
"$crossToolsDir" \
                                $buildCrossToolsJobs || exit 1
                        crossToolsPrefix="$crossToolsDir/bin/${targetMachine}-"
                fi


Other related posts:

  • » [haiku-commits] haiku: hrev46423 - / - kallisti5