From: robert.read Date: Fri, 18 Jul 2008 23:44:49 +0000 (+0000) Subject: Branch b_head_libcfs X-Git-Tag: v1_9_50~187 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=93294d01a191fd64cedc2a9c496c620983be85ea;hp=6de9aa086e2c54ab9084679137bfdb1d108513fd 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. --- diff --git a/lustre.spec.in b/lustre.spec.in index 4aa5a2a..87f7d33 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -142,6 +142,10 @@ cat >lustre.files <>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