mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
packaging: Sort output of 'list-package-targets' target.
* extras/packaging/gnu-linux/Makefile (list-package-targets): Sort output. Change-Id: I5d4f51c502d6d99d1ddf99c91422706ef230f01a
This commit is contained in:
parent
e0cc1e301f
commit
12b874e4f4
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ package-all: $(PACKAGE-TARGETS)
|
|||
|
||||
.PHONY: list-package-targets
|
||||
list-package-targets:
|
||||
@$(foreach p,$(PACKAGE-TARGETS),\
|
||||
@$(foreach p,$(sort $(PACKAGE-TARGETS)),\
|
||||
echo $(p);)
|
||||
|
||||
###################
|
||||
|
|
Loading…
Add table
Reference in a new issue