Graham Percival writes:
> On Thu, 07 Aug 2003 13:51:56 +0200

> #  pick out something from our TODO list. Read it by running
>
>    grep TODO `find`
>
> on the source archive.
>
>
> [EMAIL PROTECTED]:~/dev/lilypond$ grep TODO `find`
> bash: /bin/grep: Argument list too long

You're running it in the build directory.  Try:

   grep TODO $(find | grep -v out)

or do

   make clean web-clean

first

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org



_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to