Build system cleanup

This commit is contained in:
Brian Behlendorf 2008-12-09 13:51:31 -08:00
commit e22d4754cc
2 changed files with 2 additions and 11 deletions

View File

@ -1,6 +1,5 @@
subdir-m += include
DISTFILES = mkdirp.c strlcpy.c taskq.c util.c
DISTFILES += list.c strlcat.c strnlen.c u8_textprep.c
DISTFILES = list.c mkdirp.c strlcpy.c strlcat.c strnlen.c u8_textprep.c
LIBRARY := libspl
@ -9,14 +8,8 @@ LIBRARY := libspl
# the kernel build system to construct a user space shared library.
HOSTCFLAGS += @HOSTCFLAGS@
HOSTCFLAGS += -I@LIBDIR@/libumem/include
HOSTCFLAGS += -I@LIBDIR@/libspl/include
HOSTLDFLAGS += -lumem -L@LIBDIR@/libumem
# Additional shared library paths for executing binaries in-tree
export LD_RUN_PATH = @LIBDIR@/libumem
hostprogs-y := zu
always := $(hostprogs-y)
@ -24,8 +17,6 @@ zu-objs := zu.o ${LIBRARY}.so
${LIBRARY}-objs += mkdirp.o
${LIBRARY}-objs += strlcpy.o
${LIBRARY}-objs += taskq.o
${LIBRARY}-objs += util.o
${LIBRARY}-objs += list.o
${LIBRARY}-objs += strlcat.o
${LIBRARY}-objs += strnlen.o

View File

@ -1 +1 @@
DISTFILES = list.h list_impl.h vmem.h zfs_context.h
DISTFILES = list.h list_impl.h vmem.h