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

ldiskfs/ldiskfs/autoMakefile.am

index 9ad5ce3..800da79 100644 (file)
@@ -73,11 +73,3 @@ CLEANFILES = sources $(notdir $(linux_headers) $(ext3_headers) $(ext3_sources) $
 
 clean: clean-am
        rm -rf linux linux-stage
-
-all: @LINUX_OBJ@/Module.symvers
-
-# Update the kernel's Module.symvers to add ldiskfs symbols before building
-# fsfilt_ldiskfs - see bug 12842.
-@LINUX_OBJ@/Module.symvers: ldiskfs.o
-       cd .. ; $(MODPOST) $(MODPOST_ARGS) -i @LINUX_OBJ@/Module.symvers \
-               -o @LINUX_OBJ@/Module.symvers ldiskfs/ldiskfs.o