lkml.org 
[lkml]   [2000]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] trivial little Makefile patch (2.3.49-2)
Hi all.

>> 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).

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

Would this be related to the version of sort that had the -f flag
always defined? If so, the result of that is to sort insensitive
to upper or lower case, but I can't see that causing any problems.

Best wishes from Riley.

* Copyright (C) 2000, Memory Alpha Systems.
* All rights and wrongs reserved.

+----------------------------------------------------------------------+
| There is something frustrating about the quality and speed of Linux |
| development, ie., the quality is too high and the speed is too high, |
| in other words, I can implement this XXXX feature, but I bet someone |
| else has already done so and is just about to release their patch. |
+----------------------------------------------------------------------+
* http://www.memalpha.cx/Linux/Kernel/


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

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.068 / U:0.244 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site