Rename two steps to their real names:

- cc_core_pass_1 is really cc_core_static,
 - cc_core_pass_2 is really cc_core_shared.
This commit is contained in:
Yann E. MORIN" 2007-06-01 20:06:22 +00:00
parent d472c9b951
commit 4d84cd7db1
3 changed files with 10 additions and 10 deletions

View File

@ -5,10 +5,10 @@ libc_check_config \
kernel_check_config \
kernel_headers \
binutils \
cc_core_pass_1 \
cc_core_static \
libc_headers \
libc_start_files \
cc_core_pass_2 \
cc_core_shared \
libfloat \
libc \
cc \
@ -22,10 +22,10 @@ debug \
-kernel_check_config \
-kernel_headers \
-binutils \
-cc_core_pass_1 \
-cc_core_static \
-libc_headers \
-libc_start_files \
-cc_core_pass_2 \
-cc_core_shared \
-libfloat \
-libc \
-cc \
@ -39,10 +39,10 @@ libc_check_config- \
kernel_check_config- \
kernel_headers- \
binutils- \
cc_core_pass_1- \
cc_core_static- \
libc_headers- \
libc_start_files- \
cc_core_pass_2- \
cc_core_shared- \
libfloat- \
libc- \
cc- \

View File

@ -127,10 +127,10 @@ The list of steps is, in order of appearence in the build process:
- kernel_check_config
- kernel_headers
- binutils
- cc_core_pass_1
- cc_core_static
- libc_headers
- libc_start_files
- cc_core_pass_2
- cc_core_static
- libfloat
- libc
- cc

View File

@ -405,10 +405,10 @@ if [ "${CT_ONLY_DOWNLOAD}" != "y" -a "${CT_ONLY_EXTRACT}" != "y" ]; then
kernel_check_config \
kernel_headers \
binutils \
cc_core_pass_1 \
cc_core_static \
libc_headers \
libc_start_files \
cc_core_pass_2 \
cc_core_shared \
libfloat \
libc \
cc \