Don't build profile so far.

This commit is contained in:
Paul Sokolovsky 2011-03-02 02:05:49 +02:00
parent 9e3373546a
commit 8058329149
1 changed files with 2 additions and 1 deletions

View File

@ -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.