From b279ac6876ef6b0155685b13074c1e65ef814698 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Wed, 12 Sep 2012 07:40:48 -0400 Subject: [PATCH] LU-1905 build: Always create libcfs.a Lustre and LNET utilites have become dependent on libcfs.a but one can easily disable libcfs.a from being built by disabling liblustre creation. This patch have Lustre always build libcfs.a. Signed-off-by: James Simmons Change-Id: Id80f9baa16da238eca708409e0b5d5248e437c5a Reviewed-on: http://review.whamcloud.com/3953 Tested-by: Hudson Reviewed-by: Doug Oucharek Reviewed-by: Andreas Dilger Reviewed-by: Brian J. Murrell Reviewed-by: Artem Blagodarenko Tested-by: Maloo --- libcfs/libcfs/autoMakefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcfs/libcfs/autoMakefile.am b/libcfs/libcfs/autoMakefile.am index 0e7819c..b7a41eb 100644 --- a/libcfs/libcfs/autoMakefile.am +++ b/libcfs/libcfs/autoMakefile.am @@ -42,7 +42,6 @@ SUBDIRS += darwin endif DIST_SUBDIRS = linux util posix darwin -if LIBLUSTRE noinst_LIBRARIES= libcfs.a libcfs_a_SOURCES= posix/posix-debug.c user-prim.c user-lock.c user-tcpip.c \ prng.c user-bitops.c user-mem.c hash.c kernel_user_comm.c \ @@ -56,7 +55,6 @@ endif libcfs_a_CPPFLAGS = $(LLCPPFLAGS) libcfs_a_CFLAGS = $(LLCFLAGS) -endif lib_LIBRARIES = libcfsutil.a libcfsutil_a_SOURCES = nidstrings.c libcfs_string.c util/parser.c \ -- 1.8.3.1