From 441945d568c6307096d2bcf9d496556ba095dae8 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 11 Jan 2010 02:55:41 +0000 Subject: [PATCH] Whitespace cleanup. Someone should check his editor settings. :-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35005 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 692eedfb79..188fc1369f 100755 --- a/configure +++ b/configure @@ -66,10 +66,10 @@ options: -j Only relevant for --build-cross-tools and --build-cross-tools-gcc4. Is passed on to the make building the build tools. - --target=TARGET Select build target platform. + --target=TARGET Select build target platform. [default=${TARGET_PLATFORM}] valid targets=r5,bone,dano,haiku - --update re-runs last configure invocation [must be given + --update re-runs last configure invocation [must be given as first option!] --use-gcc-pipe Build with GCC option -pipe. Speeds up the build process, but uses more memory. @@ -459,7 +459,7 @@ for sfdiskDir in /sbin /usr/sbin /usr/local/sbin ; do if [ -e ${sfdiskDir}/${SFDISK_BINARY} ]; then HOST_SFDISK=${sfdiskDir}/${SFDISK_BINARY} fi -done +done # check for case-sensitive filesystem if on darwin if [ $HOST_PLATFORM = "darwin" ]; then