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

Andreas Schwab (schwab@issan.informatik.uni-dortmund.de)
31 Mar 1999 11:48:51 +0200


Trevor Johnson <trevor@jpj.net> writes:

|> > - ls *.o > $$MODLIB/.allmods; \
|> > + rm -f $$MODLIB/.allmods; \
|> > + for x in *.o; do echo $$x>>$$MODLIB/.allmods; done; \
|>
|> ...or just:
|>
|> echo *.o >$$MODLIB/.allmods; \

Doesn't work, it needs to be one file per line.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.cs.uni-dortmund.de                      completely different"
schwab@gnu.org

- 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/