From: Herton R. Krzesinski on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1444#note_7188472...
I think you missed here the "phony command" as in the ```dist-srpm-%``` target (as dist-rpm-% doesn't work without it too). Also may be instead of FOO=BAR, may be doing only ```@:``` or echo something to force it to be a target may be would be better here (eg.: ```@echo $@ finished```)?