output CC and MAKE variables

db4
Doug Coleman 2008-03-11 20:47:07 -05:00
parent 8d198a8578
commit efa82400b8
1 changed files with 4 additions and 2 deletions

View File

@ -224,6 +224,8 @@ echo_build_info() {
echo GIT_PROTOCOL=$GIT_PROTOCOL
echo GIT_URL=$GIT_URL
echo DOWNLOADER=$DOWNLOADER
echo CC=$CC
echo MAKE=$MAKE
}
set_build_info() {
@ -257,6 +259,8 @@ find_build_info() {
set_factor_binary
set_build_info
set_downloader
set_gcc
set_make
echo_build_info
}
@ -347,8 +351,6 @@ maybe_download_dlls() {
get_config_info() {
find_build_info
set_gcc
set_make
check_installed_programs
check_libraries
}