> - ls *.o > $$MODLIB/.allmods; \
> + echo *.o | tr ' ' '\n' > $$MODLIB/.allmods; \
How about find? When crosscompiling on various Unices the shell expansion
and passed environment variables may at times exceed the limits of various
Unices, Solaris and IRIX and a few others come to mind. We rely on find
anyway and find won't run into that problem.
Ralf
-
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/