Merge commit 'refs/top-bases/top' into top
This commit is contained in:
commit
f4cfe79860
|
@ -35,7 +35,7 @@ POST_UNINSTALL = :
|
||||||
build_triplet = @build@
|
build_triplet = @build@
|
||||||
host_triplet = @host@
|
host_triplet = @host@
|
||||||
target_triplet = @target@
|
target_triplet = @target@
|
||||||
DIST_COMMON = README $(am__configure_deps) $(noinst_HEADERS) \
|
DIST_COMMON = $(am__configure_deps) $(noinst_HEADERS) \
|
||||||
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||||
$(srcdir)/zfs-modules.spec.in $(srcdir)/zfs.spec.in \
|
$(srcdir)/zfs-modules.spec.in $(srcdir)/zfs.spec.in \
|
||||||
$(srcdir)/zfs_config.h.in $(top_srcdir)/config/rpm.am \
|
$(srcdir)/zfs_config.h.in $(top_srcdir)/config/rpm.am \
|
||||||
|
@ -69,6 +69,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -176,6 +177,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -57,6 +57,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -148,6 +149,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -60,6 +60,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -150,6 +151,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -60,6 +60,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -150,6 +151,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -60,6 +60,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -150,6 +151,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -60,6 +60,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -140,6 +141,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -60,6 +60,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -151,6 +152,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -133,6 +134,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -60,6 +60,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -150,6 +151,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
@ -289,7 +291,7 @@ AM_CFLAGS = -Wall -Wstrict-prototypes -fno-strict-aliasing -Werror \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" \
|
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" \
|
||||||
-Wframe-larger-than=1024
|
$(FRAME_LARGER_THAN)
|
||||||
ztest_SOURCES = \
|
ztest_SOURCES = \
|
||||||
${top_srcdir}/cmd/ztest/ztest.c
|
${top_srcdir}/cmd/ztest/ztest.c
|
||||||
|
|
||||||
|
|
|
@ -58,6 +58,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -109,6 +110,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -792,6 +792,7 @@ CONFIG_KERNEL_FALSE
|
||||||
CONFIG_KERNEL_TRUE
|
CONFIG_KERNEL_TRUE
|
||||||
CONFIG_USER_FALSE
|
CONFIG_USER_FALSE
|
||||||
CONFIG_USER_TRUE
|
CONFIG_USER_TRUE
|
||||||
|
FRAME_LARGER_THAN
|
||||||
LIBBLKID
|
LIBBLKID
|
||||||
LIBUUID
|
LIBUUID
|
||||||
ZLIB
|
ZLIB
|
||||||
|
@ -4804,13 +4805,13 @@ if test "${lt_cv_nm_interface+set}" = set; then
|
||||||
else
|
else
|
||||||
lt_cv_nm_interface="BSD nm"
|
lt_cv_nm_interface="BSD nm"
|
||||||
echo "int some_variable = 0;" > conftest.$ac_ext
|
echo "int some_variable = 0;" > conftest.$ac_ext
|
||||||
(eval echo "\"\$as_me:4807: $ac_compile\"" >&5)
|
(eval echo "\"\$as_me:4808: $ac_compile\"" >&5)
|
||||||
(eval "$ac_compile" 2>conftest.err)
|
(eval "$ac_compile" 2>conftest.err)
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
(eval echo "\"\$as_me:4810: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
|
(eval echo "\"\$as_me:4811: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
|
||||||
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
|
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
(eval echo "\"\$as_me:4813: output\"" >&5)
|
(eval echo "\"\$as_me:4814: output\"" >&5)
|
||||||
cat conftest.out >&5
|
cat conftest.out >&5
|
||||||
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
|
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
|
||||||
lt_cv_nm_interface="MS dumpbin"
|
lt_cv_nm_interface="MS dumpbin"
|
||||||
|
@ -6016,7 +6017,7 @@ ia64-*-hpux*)
|
||||||
;;
|
;;
|
||||||
*-*-irix6*)
|
*-*-irix6*)
|
||||||
# Find out which ABI we are using.
|
# Find out which ABI we are using.
|
||||||
echo '#line 6019 "configure"' > conftest.$ac_ext
|
echo '#line 6020 "configure"' > conftest.$ac_ext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
(eval $ac_compile) 2>&5
|
(eval $ac_compile) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
|
@ -7869,11 +7870,11 @@ else
|
||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:7872: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:7873: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:7876: \$? = $ac_status" >&5
|
echo "$as_me:7877: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
|
@ -8208,11 +8209,11 @@ else
|
||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:8211: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:8212: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:8215: \$? = $ac_status" >&5
|
echo "$as_me:8216: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
|
@ -8313,11 +8314,11 @@ else
|
||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:8316: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:8317: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>out/conftest.err)
|
(eval "$lt_compile" 2>out/conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat out/conftest.err >&5
|
cat out/conftest.err >&5
|
||||||
echo "$as_me:8320: \$? = $ac_status" >&5
|
echo "$as_me:8321: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||||
then
|
then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
|
@ -8368,11 +8369,11 @@ else
|
||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:8371: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:8372: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>out/conftest.err)
|
(eval "$lt_compile" 2>out/conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat out/conftest.err >&5
|
cat out/conftest.err >&5
|
||||||
echo "$as_me:8375: \$? = $ac_status" >&5
|
echo "$as_me:8376: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||||
then
|
then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
|
@ -11171,7 +11172,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 11174 "configure"
|
#line 11175 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -11267,7 +11268,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 11270 "configure"
|
#line 11271 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -14412,6 +14413,85 @@ fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{ $as_echo "$as_me:$LINENO: checking for -Wframe-larger-than=<size> support" >&5
|
||||||
|
$as_echo_n "checking for -Wframe-larger-than=<size> support... " >&6; }
|
||||||
|
|
||||||
|
saved_flags="$CFLAGS"
|
||||||
|
CFLAGS="$CFLAGS -Wframe-larger-than=1024"
|
||||||
|
|
||||||
|
if test "$cross_compiling" = yes; then
|
||||||
|
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
|
||||||
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
||||||
|
{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
||||||
|
See \`config.log' for more details." >&5
|
||||||
|
$as_echo "$as_me: error: cannot run test program while cross compiling
|
||||||
|
See \`config.log' for more details." >&2;}
|
||||||
|
{ (exit 1); exit 1; }; }; }
|
||||||
|
else
|
||||||
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
/* confdefs.h. */
|
||||||
|
_ACEOF
|
||||||
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
|
cat >>conftest.$ac_ext <<_ACEOF
|
||||||
|
/* end confdefs.h. */
|
||||||
|
|
||||||
|
int
|
||||||
|
main ()
|
||||||
|
{
|
||||||
|
|
||||||
|
;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
_ACEOF
|
||||||
|
rm -f conftest$ac_exeext
|
||||||
|
if { (ac_try="$ac_link"
|
||||||
|
case "(($ac_try" in
|
||||||
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
||||||
|
*) ac_try_echo=$ac_try;;
|
||||||
|
esac
|
||||||
|
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
|
||||||
|
$as_echo "$ac_try_echo") >&5
|
||||||
|
(eval "$ac_link") 2>&5
|
||||||
|
ac_status=$?
|
||||||
|
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
||||||
|
{ (case "(($ac_try" in
|
||||||
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
||||||
|
*) ac_try_echo=$ac_try;;
|
||||||
|
esac
|
||||||
|
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
|
||||||
|
$as_echo "$ac_try_echo") >&5
|
||||||
|
(eval "$ac_try") 2>&5
|
||||||
|
ac_status=$?
|
||||||
|
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
|
(exit $ac_status); }; }; then
|
||||||
|
|
||||||
|
FRAME_LARGER_THAN=-Wframe-larger-than=1024
|
||||||
|
{ $as_echo "$as_me:$LINENO: result: yes" >&5
|
||||||
|
$as_echo "yes" >&6; }
|
||||||
|
|
||||||
|
else
|
||||||
|
$as_echo "$as_me: program exited with status $ac_status" >&5
|
||||||
|
$as_echo "$as_me: failed program was:" >&5
|
||||||
|
sed 's/^/| /' conftest.$ac_ext >&5
|
||||||
|
|
||||||
|
( exit $ac_status )
|
||||||
|
|
||||||
|
FRAME_LARGER_THAN=
|
||||||
|
{ $as_echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
$as_echo "no" >&6; }
|
||||||
|
|
||||||
|
fi
|
||||||
|
rm -rf conftest.dSYM
|
||||||
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
CFLAGS="$saved_flags"
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
|
|
||||||
|
@ -17155,6 +17235,85 @@ fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{ $as_echo "$as_me:$LINENO: checking for -Wframe-larger-than=<size> support" >&5
|
||||||
|
$as_echo_n "checking for -Wframe-larger-than=<size> support... " >&6; }
|
||||||
|
|
||||||
|
saved_flags="$CFLAGS"
|
||||||
|
CFLAGS="$CFLAGS -Wframe-larger-than=1024"
|
||||||
|
|
||||||
|
if test "$cross_compiling" = yes; then
|
||||||
|
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
|
||||||
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
||||||
|
{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
||||||
|
See \`config.log' for more details." >&5
|
||||||
|
$as_echo "$as_me: error: cannot run test program while cross compiling
|
||||||
|
See \`config.log' for more details." >&2;}
|
||||||
|
{ (exit 1); exit 1; }; }; }
|
||||||
|
else
|
||||||
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
/* confdefs.h. */
|
||||||
|
_ACEOF
|
||||||
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
|
cat >>conftest.$ac_ext <<_ACEOF
|
||||||
|
/* end confdefs.h. */
|
||||||
|
|
||||||
|
int
|
||||||
|
main ()
|
||||||
|
{
|
||||||
|
|
||||||
|
;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
_ACEOF
|
||||||
|
rm -f conftest$ac_exeext
|
||||||
|
if { (ac_try="$ac_link"
|
||||||
|
case "(($ac_try" in
|
||||||
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
||||||
|
*) ac_try_echo=$ac_try;;
|
||||||
|
esac
|
||||||
|
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
|
||||||
|
$as_echo "$ac_try_echo") >&5
|
||||||
|
(eval "$ac_link") 2>&5
|
||||||
|
ac_status=$?
|
||||||
|
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
||||||
|
{ (case "(($ac_try" in
|
||||||
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
||||||
|
*) ac_try_echo=$ac_try;;
|
||||||
|
esac
|
||||||
|
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
|
||||||
|
$as_echo "$ac_try_echo") >&5
|
||||||
|
(eval "$ac_try") 2>&5
|
||||||
|
ac_status=$?
|
||||||
|
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
|
(exit $ac_status); }; }; then
|
||||||
|
|
||||||
|
FRAME_LARGER_THAN=-Wframe-larger-than=1024
|
||||||
|
{ $as_echo "$as_me:$LINENO: result: yes" >&5
|
||||||
|
$as_echo "yes" >&6; }
|
||||||
|
|
||||||
|
else
|
||||||
|
$as_echo "$as_me: program exited with status $ac_status" >&5
|
||||||
|
$as_echo "$as_me: failed program was:" >&5
|
||||||
|
sed 's/^/| /' conftest.$ac_ext >&5
|
||||||
|
|
||||||
|
( exit $ac_status )
|
||||||
|
|
||||||
|
FRAME_LARGER_THAN=
|
||||||
|
{ $as_echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
$as_echo "no" >&6; }
|
||||||
|
|
||||||
|
fi
|
||||||
|
rm -rf conftest.dSYM
|
||||||
|
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
CFLAGS="$saved_flags"
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
srpm) ;;
|
srpm) ;;
|
||||||
*)
|
*)
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -133,6 +134,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -57,6 +57,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -148,6 +149,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -160,6 +161,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -160,6 +161,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -161,6 +162,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -208,6 +209,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -58,6 +58,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -109,6 +110,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -113,6 +114,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -113,6 +114,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -135,6 +136,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -160,6 +161,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -162,6 +163,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -163,6 +164,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -213,6 +214,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
@ -349,7 +351,7 @@ AM_CFLAGS = -Wall -Wstrict-prototypes -fno-strict-aliasing -Werror \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" \
|
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" \
|
||||||
-Wframe-larger-than=1024
|
$(FRAME_LARGER_THAN)
|
||||||
SUBDIRS = include
|
SUBDIRS = include
|
||||||
lib_LTLIBRARIES = libzpool.la
|
lib_LTLIBRARIES = libzpool.la
|
||||||
libzpool_la_SOURCES = \
|
libzpool_la_SOURCES = \
|
||||||
|
|
|
@ -59,6 +59,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -135,6 +136,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -57,6 +57,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -148,6 +149,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -57,6 +57,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -133,6 +134,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
|
@ -57,6 +57,7 @@ am__aclocal_m4_deps = \
|
||||||
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
$(top_srcdir)/config/kernel-rq-is_sync.m4 \
|
||||||
$(top_srcdir)/config/kernel.m4 \
|
$(top_srcdir)/config/kernel.m4 \
|
||||||
$(top_srcdir)/config/user-arch.m4 \
|
$(top_srcdir)/config/user-arch.m4 \
|
||||||
|
$(top_srcdir)/config/user-frame-larger-than.m4 \
|
||||||
$(top_srcdir)/config/user-ioctl.m4 \
|
$(top_srcdir)/config/user-ioctl.m4 \
|
||||||
$(top_srcdir)/config/user-libblkid.m4 \
|
$(top_srcdir)/config/user-libblkid.m4 \
|
||||||
$(top_srcdir)/config/user-libshare.m4 \
|
$(top_srcdir)/config/user-libshare.m4 \
|
||||||
|
@ -132,6 +133,7 @@ ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
|
FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
Loading…
Reference in New Issue