From: Brian J. Murrell Date: Tue, 25 May 2010 17:48:10 +0000 (-0400) Subject: b=17258 give the BUILD_TESTS love to ldiskfs as well X-Git-Tag: v1_10_0_43~27 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=d8ba28c58979b940dcb8b930c520543b3a28438d 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 --- 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