From 80583291497eb4424cc2459baa0bc702da2f5991 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 2 Mar 2011 02:05:49 +0200 Subject: [PATCH] Don't build profile so far. --- build/build-mingw32ce.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/build-mingw32ce.sh b/build/build-mingw32ce.sh index 427d7a0..1aa4057 100755 --- a/build/build-mingw32ce.sh +++ b/build/build-mingw32ce.sh @@ -20,7 +20,8 @@ fi # The list of components, in build order. There's a build_FOO # function for each of these components -COMPONENTS=( binutils bootstrap_gcc mingw w32api gcc profile dlls docs ) +COMPONENTS=( binutils bootstrap_gcc mingw w32api gcc dlls ) +#profile docs COMPONENTS_NUM=${#COMPONENTS[*]} # Build comma separated list of components, for user display.