rpms/php-shout/devel Makefile, 1.1, 1.2 php-shout.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE

Jason L Tibbitts III tibbs at math.uh.edu
Tue Aug 29 01:24:55 UTC 2006


>>>>> "BH" == Brandon Holbrook <fedora at theholbrooks.org> writes:

BH> Anybody know of a way to make my local mock always use
BH> "--autocache" without affecting the CVS files for when I'm running
BH> make?

Makefile.common includes:

# user specific configuration
CVS_EXTRAS_RC   := $(shell if test -f $(HOME)/.cvsextrasrc ; then echo $(HOME)/.cvsextrasrc ; fi)
ifdef CVS_EXTRAS_RC
include $(CVS_EXTRAS_RC)
endif

Maybe you could try adding

MOCKARGS = --autocache

to ~/.cvsextrasrc?

 - J<




More information about the fedora-extras-list mailing list