Re: [arch-general] makepkg - any way to recompile only newly patched files in large packages?

2017-08-08 Thread David C. Rankin
On 08/07/2017 06:06 AM, Christoph Gysin via arch-general wrote: > Not the answer to your question, but you might consider configuring > /etc/makepkg.conf to use ccache to speed up rebuilds. Also set > MAKEFLAGS=-j4 or similar to make sure you are using all available > cores. Thanks Cristoph, Ho

Re: [arch-general] makepkg - any way to recompile only newly patched files in large packages?

2017-08-08 Thread David C. Rankin
On 08/07/2017 09:36 AM, Eli Schwartz wrote: > You could also use `makepkg --noextract` which assumes you applied the > fix by hand rather than in the PGBUILD, which is probably safer as it > skips prepare(), and in theory re-running configure should not cause > Make to expire all object files (thou