quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [PATCH] Keep reference entries sorted


From: Jean Delvare
Subject: [Quilt-dev] [PATCH] Keep reference entries sorted
Date: Tue, 16 Oct 2012 14:13:07 +0200

Make function $(wildcard ...) is not guaranteed to sort the results,
so explicitly sort the entries in the reference documentation file.
---
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Makefile.in
+++ b/Makefile.in
@@ -213,7 +213,7 @@ doc/quilt.1: doc/quilt.1.in doc/referenc
 
 doc/reference : bin/quilt $(QUILT:%=quilt/%) quilt/scripts/patchfns 
quilt/scripts/utilfns $(COMPAT)
        @unset LANG LC_MESSAGES LC_CTYPE LC_ALL;                        \
-       for i in $(QUILT);                                              \
+       for i in $(sort $(QUILT));                                      \
        do                                                              \
                echo;                                                   \
                QUILT_PC=.fake_pc quilt $$i -h;                         \

-- 
Jean Delvare
Suse L3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]