From: Brian J. Murrell Date: Wed, 24 Mar 2010 16:04:57 +0000 (-0400) Subject: b=17258 give the BUILD_TESTS love to ldiskfs as well X-Git-Tag: v1_8_2_55~7 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=415d2083df64bb7745ceccbb2fbd1017b6ff4b46;p=fs%2Flustre-release.git 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