Whamcloud - gitweb
Branch HEAD
authorscjody <scjody>
Tue, 20 Nov 2007 20:38:51 +0000 (20:38 +0000)
committerscjody <scjody>
Tue, 20 Nov 2007 20:38:51 +0000 (20:38 +0000)
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

index 3224e59..c022f52 100644 (file)
@@ -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