Replace a logverbose call with log

This commit is contained in:
Luigi Rizzo 2002-07-14 12:07:06 +00:00
parent 248309d434
commit 290d66b5f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99951

View File

@ -852,7 +852,7 @@ set_build_parameters() {
PICO_TREE=${PICO_TREE:-${SRC}/release/picobsd}
set `grep "#define[\t ]__FreeBSD_version" ${SRC}/sys/sys/param.h`
OSVERSION=$3
logverbose "OSVERSION is ${OSVERSION}"
log "OSVERSION is ${OSVERSION}"
if [ "${o_init_src}" != "" ] ; then
if [ ${OSVERSION} -lt 500035 ] ; then
create_includes_and_libraries