diff options
author | Brian Behlendorf <[email protected]> | 2008-12-11 15:38:59 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2008-12-11 15:38:59 -0800 |
commit | 6b2c60acca39ef3468797095d3a4162e6ce69786 (patch) | |
tree | 598cab78d45f233695d0e7c73e2e6ec44b8efd71 /scripts | |
parent | a4076c7544bdbdc0ac0fe20f4ef86c2aa06862fb (diff) |
Moving lib/libspl to linux-libspl branch
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update-zfs.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/update-zfs.sh b/scripts/update-zfs.sh index d3ff51979..b4a758520 100755 --- a/scripts/update-zfs.sh +++ b/scripts/update-zfs.sh @@ -85,17 +85,6 @@ cp ${SRC_ZLIB}/sys/*.h ${DST_MOD}/zfs/include/sys/ rm ${DST_MOD}/zfs/vdev_disk.c rm ${DST_MOD}/zfs/include/sys/vdev_disk.h -echo "* lib/libspl" -mkdir -p ${DST_LIB}/libspl/include/sys/ -cp ${SRC_LIB}/libc/port/gen/strlcat.c ${DST_LIB}/libspl/ -cp ${SRC_LIB}/libc/port/gen/strlcpy.c ${DST_LIB}/libspl/ -cp ${SRC_LIB}/libc/port/gen/strnlen.c ${DST_LIB}/libspl/ -cp ${SRC_LIB}/libgen/common/mkdirp.c ${DST_LIB}/libspl/ -cp ${SRC_CM}/unicode/u8_textprep.c ${DST_LIB}/libspl/ -cp ${SRC_UCM}/os/list.c ${DST_LIB}/libspl/ -cp ${SRC_UCM}/sys/list.h ${DST_LIB}/libspl/include/sys/ -cp ${SRC_UCM}/sys/list_impl.h ${DST_LIB}/libspl/include/sys/ - echo "* lib/libavl" # Full source available in 'module/avl' |