From: scjody Date: Tue, 20 Nov 2007 20:38:51 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_7_0_51~486 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=35f965d2fbf1c2d31a1d76ef52e0120778a3f601;p=fs%2Flustre-release.git Branch HEAD Copy module symbol version file when building. This is a partial commit needed because CVS is buggy - I will commit the rest of the changes immediately after this one. b=12842 i=johann i=zhenyu.xu --- diff --git a/autoMakefile.am b/autoMakefile.am index 3224e59..c022f52 100644 --- a/autoMakefile.am +++ b/autoMakefile.am @@ -2,11 +2,15 @@ SUBDIRS := @LDISKFS_SUBDIR@ . @LIBSYSIO_SUBDIR@ @SNMP_SUBDIR@ lnet lustre DIST_SUBDIRS := @SNMP_DIST_SUBDIR@ libsysio ldiskfs lnet lustre SOURCES_SUBDIRS := @LDISKFS_SUBDIR@ lnet lustre RPM_SUBDIRS := @LDISKFS_SUBDIR@ +EXTRA_SOURCES := @SYMVERFILE@ include build/autoMakefile.am.toplevel EXTRA_DIST += config.h.in +@SYMVERFILE@: @LDISKFS_DIR@/@SYMVERFILE@ + cp @LDISKFS_DIR@/@SYMVERFILE@ @SYMVERFILE@ + CSTK=/tmp/checkstack CSTKO=/tmp/checkstack.orig