1
0
Fork 0
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:
Maxim Cournoyer 2023-02-21 22:43:51 -05:00 committed by Sébastien Blin
parent e0cc1e301f
commit 12b874e4f4

View file

@ -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);)
###################