Whitespace cleanup. Someone should check his editor settings. :-)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35005 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -66,10 +66,10 @@ options:
|
|||||||
-j<n> Only relevant for --build-cross-tools and
|
-j<n> Only relevant for --build-cross-tools and
|
||||||
--build-cross-tools-gcc4. Is passed on to the
|
--build-cross-tools-gcc4. Is passed on to the
|
||||||
make building the build tools.
|
make building the build tools.
|
||||||
--target=TARGET Select build target platform.
|
--target=TARGET Select build target platform.
|
||||||
[default=${TARGET_PLATFORM}]
|
[default=${TARGET_PLATFORM}]
|
||||||
valid targets=r5,bone,dano,haiku
|
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!]
|
as first option!]
|
||||||
--use-gcc-pipe Build with GCC option -pipe. Speeds up the build
|
--use-gcc-pipe Build with GCC option -pipe. Speeds up the build
|
||||||
process, but uses more memory.
|
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
|
if [ -e ${sfdiskDir}/${SFDISK_BINARY} ]; then
|
||||||
HOST_SFDISK=${sfdiskDir}/${SFDISK_BINARY}
|
HOST_SFDISK=${sfdiskDir}/${SFDISK_BINARY}
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# check for case-sensitive filesystem if on darwin
|
# check for case-sensitive filesystem if on darwin
|
||||||
if [ $HOST_PLATFORM = "darwin" ]; then
|
if [ $HOST_PLATFORM = "darwin" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user