Makefile: add explicit config to all mock commands
When generating RPM packages for different distros, it makes sense
to override the chosen mock config (the target distro) in the command
line, such as:
$ make MOCK_CONFIG=epel-6-x86_64 rpm
So let's add the default value ("default" itself) to every mock command
and let the user running make to override it.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
Showing
想要评论请 注册 或 登录