From 35f965d2fbf1c2d31a1d76ef52e0120778a3f601 Mon Sep 17 00:00:00 2001 From: scjody Date: Tue, 20 Nov 2007 20:38:51 +0000 Subject: [PATCH] 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 --- autoMakefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 1.8.3.1