X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=autoMakefile.am;h=251ab1e07cd0cc2cb7c5e25e732e73ab1165838f;hb=fd0bd149e66cbc06a17c372e159f9bfba024cc97;hp=87f7181def79fa907de8a5f20d0a6b27682de905;hpb=89045eb8b56aa1fd94fb6d03a59ee57ecb6faa2d;p=fs%2Flustre-release.git diff --git a/autoMakefile.am b/autoMakefile.am index 87f7181..251ab1e 100644 --- a/autoMakefile.am +++ b/autoMakefile.am @@ -8,6 +8,9 @@ EXTRA_SOURCES := @SYMVERFILE@ endif endif +@TESTS_TRUE@BUILD_TESTS = true +@TESTS_FALSE@BUILD_TESTS = false + include build/autoMakefile.am.toplevel EXTRA_DIST += config.h.in debian/* @@ -39,9 +42,12 @@ checkstack-clean: module-dist-hook: if [ -d CVS -o -d .git ]; then \ - perl lustre/scripts/tree_status.pl > $(distdir)/tree_status; \ - elif [ -f tree_status ]; then \ - cp tree_status $(distdir)/tree_status; \ + perl lustre/scripts/make_META.pl > $(distdir)/META; \ + cp $(distdir)/META $(distdir)/ldiskfs/META; \ + elif [ -f META ]; then \ + cp META $(distdir)/META; \ + cp $(distdir)/META $(distdir)/ldiskfs/META; \ else \ - echo -e "I have no idea how to create a tree_status file in $(distdir).\nPlease file a bug at http://bugzilla.lustre.org/"; \ + echo -e "I have no idea how to create a META file in $(distdir).\nPlease file a bug at http://bugzilla.lustre.org/"; \ + exit 1; \ fi