Refresh autogen products
This commit is contained in:
parent
5421d05a48
commit
3a2c2ec657
|
@ -19235,7 +19235,7 @@ echo $ECHO_N "checking spl file name for module symbols... $ECHO_C" >&6
|
||||||
elif test -r $SPL_OBJ/Modules.symvers; then
|
elif test -r $SPL_OBJ/Modules.symvers; then
|
||||||
SPL_SYMBOLS=Modules.symvers
|
SPL_SYMBOLS=Modules.symvers
|
||||||
else
|
else
|
||||||
SPL_SYMBOLS=NONE
|
SPL_SYMBOLS=$LINUX_SYMBOLS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$as_me:$LINENO: result: $SPL_SYMBOLS" >&5
|
echo "$as_me:$LINENO: result: $SPL_SYMBOLS" >&5
|
||||||
|
@ -19478,7 +19478,7 @@ fi
|
||||||
echo "$as_me:$LINENO: checking whether symbol open_bdev_exclusive is exported" >&5
|
echo "$as_me:$LINENO: checking whether symbol open_bdev_exclusive is exported" >&5
|
||||||
echo $ECHO_N "checking whether symbol open_bdev_exclusive is exported... $ECHO_C" >&6
|
echo $ECHO_N "checking whether symbol open_bdev_exclusive is exported... $ECHO_C" >&6
|
||||||
grep -q -E '[[:space:]]open_bdev_exclusive[[:space:]]' \
|
grep -q -E '[[:space:]]open_bdev_exclusive[[:space:]]' \
|
||||||
$LINUX_OBJ/Module*.symvers $SPL_OBJ/Module*.symvers 2>/dev/null
|
$LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
|
||||||
rc=$?
|
rc=$?
|
||||||
if test $rc -ne 0; then
|
if test $rc -ne 0; then
|
||||||
export=0
|
export=0
|
||||||
|
@ -21956,7 +21956,7 @@ echo $ECHO_N "checking spl file name for module symbols... $ECHO_C" >&6
|
||||||
elif test -r $SPL_OBJ/Modules.symvers; then
|
elif test -r $SPL_OBJ/Modules.symvers; then
|
||||||
SPL_SYMBOLS=Modules.symvers
|
SPL_SYMBOLS=Modules.symvers
|
||||||
else
|
else
|
||||||
SPL_SYMBOLS=NONE
|
SPL_SYMBOLS=$LINUX_SYMBOLS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$as_me:$LINENO: result: $SPL_SYMBOLS" >&5
|
echo "$as_me:$LINENO: result: $SPL_SYMBOLS" >&5
|
||||||
|
@ -22199,7 +22199,7 @@ fi
|
||||||
echo "$as_me:$LINENO: checking whether symbol open_bdev_exclusive is exported" >&5
|
echo "$as_me:$LINENO: checking whether symbol open_bdev_exclusive is exported" >&5
|
||||||
echo $ECHO_N "checking whether symbol open_bdev_exclusive is exported... $ECHO_C" >&6
|
echo $ECHO_N "checking whether symbol open_bdev_exclusive is exported... $ECHO_C" >&6
|
||||||
grep -q -E '[[:space:]]open_bdev_exclusive[[:space:]]' \
|
grep -q -E '[[:space:]]open_bdev_exclusive[[:space:]]' \
|
||||||
$LINUX_OBJ/Module*.symvers $SPL_OBJ/Module*.symvers 2>/dev/null
|
$LINUX_OBJ/$LINUX_SYMBOLS 2>/dev/null
|
||||||
rc=$?
|
rc=$?
|
||||||
if test $rc -ne 0; then
|
if test $rc -ne 0; then
|
||||||
export=0
|
export=0
|
||||||
|
@ -24502,6 +24502,7 @@ CMDDIR=${CMDDIR}
|
||||||
MODDIR=${MODDIR}
|
MODDIR=${MODDIR}
|
||||||
SCRIPTDIR=${SCRIPTDIR}
|
SCRIPTDIR=${SCRIPTDIR}
|
||||||
ETCDIR=\${TOPDIR}/etc
|
ETCDIR=\${TOPDIR}/etc
|
||||||
|
DEVDIR=\${TOPDIR}/dev
|
||||||
ZPOOLDIR=\${TOPDIR}/scripts/zpool-config
|
ZPOOLDIR=\${TOPDIR}/scripts/zpool-config
|
||||||
ZPIOSDIR=\${TOPDIR}/scripts/zpios-test
|
ZPIOSDIR=\${TOPDIR}/scripts/zpios-test
|
||||||
ZPIOSPROFILEDIR=\${TOPDIR}/scripts/zpios-profile
|
ZPIOSPROFILEDIR=\${TOPDIR}/scripts/zpios-profile
|
||||||
|
@ -24520,6 +24521,7 @@ ZPOOL_CREATE_SH=\${SCRIPTDIR}/zpool-create.sh
|
||||||
ZPIOS_SH=\${SCRIPTDIR}/zpios.sh
|
ZPIOS_SH=\${SCRIPTDIR}/zpios.sh
|
||||||
ZPIOS_SURVEY_SH=\${SCRIPTDIR}/zpios-survey.sh
|
ZPIOS_SURVEY_SH=\${SCRIPTDIR}/zpios-survey.sh
|
||||||
|
|
||||||
|
INTREE=1
|
||||||
LDMOD=/sbin/insmod
|
LDMOD=/sbin/insmod
|
||||||
|
|
||||||
KERNEL_MODULES=( \\
|
KERNEL_MODULES=( \\
|
||||||
|
|
Loading…
Reference in New Issue