[ Wednesday, March 1, 2000 ] Dunlap, Randy wrote:
> <quote from David Waite (mass@ufl.edu)>:
> I do not know if this is usb-related as much as l-k related, but this is a
> patch to fix 'make modules_install'. The order that 'sort' spits out files
> is not the same as the order of the files when you do a normal 'ls'
> (sorting by name).
> </quote>
- ls -1 -U *.o | sort > $$MODLIB/.allmods; \
+ ls -1 *.o | sort > $$MODLIB/.allmods; \
I don't see how removing the -U can affect anything with the sort there.
James
-
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/
This archive was generated by hypermail 2b29 : Tue Mar 07 2000 - 21:00:10 EST