On Wed, 2020-06-17 at 12:00 +0200, Erik Skultety wrote: > +ci-distcheck@%: > + $(MAKE) -C $(CI_ROOTDIR) ci-build@$* CI_MAKE_ARGS="distcheck" I'm not sure we want to have such a proxy for all possible make targets, especially since CI_MAKE_ARGS exists and is specifically intended for the purpose of running $ make ci-build@centos-8 CI_MAKE_ARGS="syntax-check distcheck" or whatever. Anyway, if you're going to add new proxy targets please at least document them in ci-help, so that users can find out about them without having to dig into the Makefile. -- Andrea Bolognani / Red Hat / Virtualization