summaryrefslogtreecommitdiffstats
path: root/update-file-lists.mk
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-01-14 00:14:49 -0800
committerRoland McGrath <roland@redhat.com>2009-01-14 00:14:49 -0800
commitd84357134a706bb400eeff648fce9325e3c8c0b7 (patch)
tree2feed6677c764e8a25f9ce422616318f31f016b9 /update-file-lists.mk
parentabe1393ade40cddf9bfdb566ee92fd5221c56863 (diff)
downloaddebuginfo-test-scripts-d84357134a706bb400eeff648fce9325e3c8c0b7.tar.gz
debuginfo-test-scripts-d84357134a706bb400eeff648fce9325e3c8c0b7.tar.xz
debuginfo-test-scripts-d84357134a706bb400eeff648fce9325e3c8c0b7.zip
No need to randomize twice.
Diffstat (limited to 'update-file-lists.mk')
-rwxr-xr-xupdate-file-lists.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-file-lists.mk b/update-file-lists.mk
index 05edbc0..4601070 100755
--- a/update-file-lists.mk
+++ b/update-file-lists.mk
@@ -9,7 +9,7 @@ ifeq (,$(summary))
dirs := $(wildcard */)
$(which).list: $(dirs:=$(which).list)
- sort -R -- $^ > $@.new
+ cat -- $^ > $@.new
mv -f $@.new $@
me := $(MAKEFILE_LIST)