Re: Linux Makefile uses 'ls', causes problems with color-ls (PATCH)

Alan Curry (pacman-kernel@cqc.com)
Wed, 31 Mar 1999 04:55:31 -0500 (EST)


Andreas Schwab writes the following:
>
>Trevor Johnson <trevor@jpj.net> writes:
>|> echo *.o >$$MODLIB/.allmods; \
>
>Doesn't work, it needs to be one file per line.

echo *.o | tr ' ' '\012' >$$MODLIB/.allmods

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/