Skip to content
Snippets Groups Projects
Commit 12b874e4 authored by Maxim Cournoyer's avatar Maxim Cournoyer Committed by Sébastien Blin
Browse files

packaging: Sort output of 'list-package-targets' target.

* extras/packaging/gnu-linux/Makefile (list-package-targets): Sort output.

Change-Id: I5d4f51c502d6d99d1ddf99c91422706ef230f01a
parent e0cc1e30
No related branches found
No related tags found
No related merge requests found
......@@ -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);)
###################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment