]> git.saurik.com Git - apt.git/commitdiff
po: Sort domains
authorJulian Andres Klode <jak@debian.org>
Mon, 14 Sep 2015 10:35:28 +0000 (12:35 +0200)
committerJulian Andres Klode <jak@debian.org>
Mon, 14 Sep 2015 10:35:28 +0000 (12:35 +0200)
This should make things even more predictable.

Gbp-Dch: ignore

po/makefile

index c654cb03305021ad613b019995cfc60a384da042..58fd3c2cee035141faaba7b8c11206495beb106e 100644 (file)
@@ -15,7 +15,7 @@ SUBDIR=po
 include ../buildlib/defaults.mak
 
 CATALOGS := $(addsuffix .gmo, $(shell sed -e '/^\#/ d' -e '/^$$/ d' LINGUAS | tr '\n' ' '))
 include ../buildlib/defaults.mak
 
 CATALOGS := $(addsuffix .gmo, $(shell sed -e '/^\#/ d' -e '/^$$/ d' LINGUAS | tr '\n' ' '))
-DOMAINS := $(notdir $(wildcard $(PO_DOMAINS)/*))
+DOMAINS := $(sort $(notdir $(wildcard $(PO_DOMAINS)/*)))
 POTFILES := $(addsuffix .pot,$(addprefix $(PO)/,$(DOMAINS)))
 
 # Construct a list of all mo files for all domains under $(PO_DOMAINS)
 POTFILES := $(addsuffix .pot,$(addprefix $(PO)/,$(DOMAINS)))
 
 # Construct a list of all mo files for all domains under $(PO_DOMAINS)