On Thursday 14 December 2006 23:04, Joey Hess wrote: > Added: trunk/packages/kernel/kernel-wedge/commands/strip-modules > ======================================================================= > +#!/bin/bash -e > +# Remove debugging symbols from kernel modules. Pass the kernel name. > +kernel=$1 > +set -e > +for dir in debian/*-modules-$kernel-di; do > + for module in `find $dir/lib/modules/ -name '*.o' -name '*.ko'`; do > + strip -R .comment -R .note -g $$module > + done > +done If the old find command was fogus, isn't this one fogus too (missing "-o")?
Attachment:
pgpik1Aa8mwo6.pgp
Description: PGP signature