--Boundary-02=_dh/l9ydLO+7ukiJ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline On Monday 30 September 2002 08:23, Andras Mantia wrote: > Another one: > > rm -f `find . -name "*.moc.*"` This might result in "argument list too long" though. If this is not the case i.e. there aren't too many moc files, here's anothe= r=20 one and only one of the reasons to use zsh instead of bash: :-) rm **/*.moc.* =2DMalte > Andras > > On Monday 30 September 2002 03:00, Sean McGlynn wrote: > > On Monday 30 September 2002 00:21, Jason Harris wrote: > > > Hi, > > > > > > Is there a way to recursively remove moc files from my local CVS tree? > > > After updating, I get a lot of compile errors because the moc files > > > were created with an old moc version; I then have to go into each > > > subdirectory and "rm *.moc" (which is cumbersome), or do "make clean" > > > (which is inefficient). It would be ideal if make would just silently > > > rebuild the moc files instead of failing. > > > > > > Any clue-by-fours are welcome....thanks! > > > > > > Jason > > > > Hello Jason, > > > > In the top level of the build directory do > > > > find . -name '*.moc' | xargs rm > > > > Cheers, > > Sean > > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to > >> unsubscribe << --Boundary-02=_dh/l9ydLO+7ukiJ Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQA9l/hdVDF3RdLzx4cRAkkEAJ9MGlybLitThn9GgfAlG7eSeEIQJQCfUs9n XNl+CWi8fMPPyRkatorQ7Jc= =ArU1 -----END PGP SIGNATURE----- --Boundary-02=_dh/l9ydLO+7ukiJ-- >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<