mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01:00
Replace a logverbose call with log
This commit is contained in:
parent
248309d434
commit
290d66b5f5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99951
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user