Skip to content
Snippets Groups Projects
Commit 93294d01 authored by Robert Read's avatar Robert Read
Browse files

Branch b_head_libcfs

b=16420

Adds a new library for userspace, multithread utilities. It inlcudes nidstrings.c
and parser.c (taken from lustre/utils).

The new include (libcfsutil.h) also includes platform.h which used to be in lustre/utils.
This includes defines for locks and condition variables, and eventually should be consolidated with
libcfs.h when that supports multithreaded apps.
parent 6de9aa08
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,10 @@ cat >lustre.files <<EOF
%attr(-, root, root) %{_libdir}/lustre/lc_common
EOF
if [ -f $RPM_BUILD_ROOT%{_libdir}/libcfsutil.a ] ; then
echo '%attr(-, root, root) %{_libdir}/libcfsutil.a' >>lustre.files
fi
if [ -f $RPM_BUILD_ROOT%{_libdir}/liblustre.so ] ; then
echo '%attr(-, root, root) %{_libdir}/liblustre.a' >>lustre.files
echo '%attr(-, root, root) %{_libdir}/liblustre.so' >>lustre.files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment