From 024f73f167a23cefba8f5a63fd6d969914900208 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 10 Jun 2009 21:09:56 +0000 Subject: [PATCH] b=16424 i=rread i=yangsheng Allow builds from tarball (i.e. those without CVS subdirs) to properly populate the Lustre version field. This is done by saving the date that would have been found in the CVS files into a status file when buiding the tarball and then using that when building from tarball. --- ldiskfs/autoMakefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ldiskfs/autoMakefile.am b/ldiskfs/autoMakefile.am index 9e9a2cd..12759cd 100644 --- a/ldiskfs/autoMakefile.am +++ b/ldiskfs/autoMakefile.am @@ -5,3 +5,5 @@ DIST_SUBDIRS := ldiskfs include build/autoMakefile.am.toplevel EXTRA_DIST += kernel_patches + +module-dist-hook: -- 1.8.3.1