Ville Skyttä wrote:
Yeah... I didn't mean to commit that to CVS, I was going to undo it tonight and hoped nobody noticed in the mean time :) Anybody know of a way to make my local mock always use "--autocache" without affecting the CVS files for when I'm running make? `alias mock='mock --autocache'` doesn't apply since the command is hardcoded in the Makefile, and it didn't pick up environment variables either... any ideas?On Mon, 2006-08-28 at 22:41 +0100, Paul Howarth wrote:On Mon, 2006-08-28 at 21:24 +0300, Ville Skyttä wrote:On Sun, 2006-08-27 at 21:46 -0700, Brandon Holbrook wrote:SPECFILE = $(firstword $(wildcard *.spec)) +MOCKARGS = --autocacheHm, what's that? Is it a good idea in the FE buildsys?Does the buildsys actually use this Makefile at all?IIRC at least for "make srpm" it does, don't know about other build phases.