[Pkg-mol-devel] building mol modules under 2.6.17-rc2

Till Schmalmack till.schmalmack at bridgeco.net
Wed Aug 23 19:40:18 UTC 2006


Hi,

the following hack may help until the ppc/powerpc issue is resolved. It 
worked fine for me.

# create *powerpc* softlinks for each *ppc* file/dir:
ff=`find /usr/src/modules/mol -name '*ppc*'`
for f in $ff; do \
   g=`basename $f` ; \
   ln -vnfs $g ${f/ppc/powerpc} ; \
done

		Till Schmalmack




More information about the Pkg-mol-devel mailing list