Merge commit 'refs/top-bases/top' into top
This commit is contained in:
commit
04397b1868
|
@ -191,7 +191,7 @@ target_alias = @target_alias@
|
||||||
target_cpu = @target_cpu@
|
target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
SUBDIRS = zdb zdump zfs zinject zpool ztest zpios
|
SUBDIRS = zfs zpool zpios # zdb zdump zinject ztest
|
||||||
all: all-recursive
|
all: all-recursive
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
|
@ -203,7 +203,14 @@ target_alias = @target_alias@
|
||||||
target_cpu = @target_cpu@
|
target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include
|
DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include \
|
||||||
|
-I${top_srcdir}/lib/libzpool/include \
|
||||||
|
-I${top_srcdir}/lib/libnvpair/include \
|
||||||
|
-I${top_srcdir}/lib/libzfs/include \
|
||||||
|
-I${top_srcdir}/module/zfs/include \
|
||||||
|
-I${top_srcdir}/module/zcommon/include \
|
||||||
|
-I${top_srcdir}/module/nvpair/include \
|
||||||
|
-I${top_srcdir}/module/avl/include
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# FIXME: consider removing this as soon as we reasonably can.
|
||||||
|
|
Loading…
Reference in New Issue