From: scjody Date: Tue, 20 Nov 2007 20:41:05 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_7_0_51~484 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b65db055ae74f30ff190c942f1e479a07a35e121;p=fs%2Flustre-release.git Branch b1_6 Improved support for dependencies between external modules: add a patch to SLES 9 and RHEL 4 to modernize their module symbol handling, and copy the symbol version file around to use this information properly. b=12842 i=johann i=zhenyu.xu --- diff --git a/ldiskfs/ldiskfs/autoMakefile.am b/ldiskfs/ldiskfs/autoMakefile.am index b2e3c0b..f7b83ad 100644 --- a/ldiskfs/ldiskfs/autoMakefile.am +++ b/ldiskfs/ldiskfs/autoMakefile.am @@ -70,11 +70,3 @@ CLEANFILES = sources $(notdir $(linux_headers) $(ext3_headers) $(ext3_sources) $ clean: clean-am rm -rf linux linux-stage - -all: update-symvers - -# Update the kernel's Module.symvers to add ldiskfs symbols before building -# fsfilt_ldiskfs - see bug 12842. -update-symvers: ldiskfs.o - cd .. ; $(MODPOST) $(MODPOST_ARGS) -i @LINUX_OBJ@/Module.symvers \ - -o @LINUX_OBJ@/Module.symvers ldiskfs/ldiskfs.o