Skip to content
Snippets Groups Projects
Unverified Commit ab432894 authored by Maxim Cournoyer's avatar Maxim Cournoyer
Browse files

make: Do not echo the command of the list-package-targets target.

Change-Id: I68fb4f106f25bc10a80fab1f3e10f9e2702761b2
parent 4c1728b0
Branches
Tags
No related merge requests found
...@@ -106,7 +106,7 @@ package-all: $(PACKAGE-TARGETS) ...@@ -106,7 +106,7 @@ package-all: $(PACKAGE-TARGETS)
.PHONY: list-package-targets .PHONY: list-package-targets
list-package-targets: list-package-targets:
$(foreach p,$(PACKAGE-TARGETS),\ @$(foreach p,$(PACKAGE-TARGETS),\
echo $(p);) echo $(p);)
docker/Dockerfile_snap: patches/docker-snap-build-scripts.patch docker/Dockerfile_snap: patches/docker-snap-build-scripts.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment