What | Removed | Added |
---|---|---|
CC | simonf.lees@suse.com | |
Flags | needinfo?(simonf.lees@suse.com) |
(In reply to Fabian Vogt from comment #5) > (In reply to Marcus R�ckert from comment #4) > > yeah but the %__builder defaults to "make" no? > > > > so we could avoid having to use yet another macro for it. > > Yes, but there is a slim chance that that could break some builds. > > Qt 5.11 is checked in, so I'll do a submission and see what breaks. Everything, as it turns out. The %make_jobs from macros.cmake does not accept arguments. %make_jobs -C build ends up as %if "/usr/bin/make" == "/usr/bin/make" /usr/bin/make -j8 VERBOSE=1 %else ninja -v -j8 %endif -C asdf That needs to be fixed. While you're at it - can you move the file from /etc/rpm/macros.cmake to /usr/lib/rpm/macros.d/cmake?