From d8ba28c58979b940dcb8b930c520543b3a28438d Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Tue, 25 May 2010 13:48:10 -0400 Subject: [PATCH] b=17258 give the BUILD_TESTS love to ldiskfs as well Because ldiskfs re-uses so (too?) much of the lustre auto* goop we need to stub the BUILD_TESTS assignment into it's autoMakefile.am, even though it's completely unused/unneed there. i=wangyb i=yangsheng --- ldiskfs/autoMakefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ldiskfs/autoMakefile.am b/ldiskfs/autoMakefile.am index 12759cd..163032b 100644 --- a/ldiskfs/autoMakefile.am +++ b/ldiskfs/autoMakefile.am @@ -2,6 +2,10 @@ SUBDIRS := . ldiskfs SOURCES_SUBDIRS := ldiskfs DIST_SUBDIRS := ldiskfs +# this is in fact irrelevant in this file but needed to keep +# autoMakefile.am.toplevel happy +BUILD_TESTS = false + include build/autoMakefile.am.toplevel EXTRA_DIST += kernel_patches -- 1.8.3.1