[haiku-commits] haiku: hrev51881 - /

  • From: waddlesplash@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 14 Apr 2018 20:31:07 -0400 (EDT)

hrev51881 adds 1 changeset to branch 'master'
old head: 4b588b36ad5508fd2aeeaa8481efd59bb111241b
new head: 43f5f35a80ef82d95de471e91c864447b76e2799
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=43f5f35a80ef+%5E4b588b36ad55

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

43f5f35a80ef: configure: Make sure the output directory exists before running 
xattr tests.

                              [ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]

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

Revision:    hrev51881
Commit:      43f5f35a80ef82d95de471e91c864447b76e2799
URL:         http://cgit.haiku-os.org/haiku/commit/?id=43f5f35a80ef
Author:      Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date:        Sun Apr 15 00:30:05 2018 UTC

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

1 file changed, 1 insertion(+)
configure | 1 +

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

diff --git a/configure b/configure
index 0fba17eddb..2453ecac8d 100755
--- a/configure
+++ b/configure
@@ -441,6 +441,7 @@ check_native_xattrs()
                return 0
        fi
 
+       mkdir -p "$outputDir"
        echo "xattr test file" >"$outputDir/xattrtest"
        local i=0
        # on round 0, we test if we can set 3 attrs of 1K each (enough for 
xattr-ref)


Other related posts:

  • » [haiku-commits] haiku: hrev51881 - / - waddlesplash