summaryrefslogtreecommitdiff
path: root/mk/compiler/distcc.mk
AgeCommit message (Expand)AuthorFilesLines
2015-11-25Remove mk/find-prefix.mk and its usage from the mk infrastructure.jperkin1-6/+4
2013-05-09Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/.riastradh1-2/+2
2008-02-07Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-4/+4
2006-12-15Remove trailing spaces.martti1-2/+2
2006-07-21"BUILD_ENV" was misnamed. It's actually the environment that is passedjlam1-4/+4
2005-01-24Merge down deferred EVAL_PREFIX handling from tv-derecurse branch.tv1-2/+1
2005-01-12Correct my name to what I legally use.jlam1-2/+2
2005-01-12Put a TNF copyright on files that I authored.jlam1-1/+36
2005-01-10_ALIASES.<wrappee> should be cumulative.jlam1-3/+3
2005-01-10Whitespace nits.jlam1-7/+7
2004-11-30Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc.,jlam1-10/+18
2004-11-17For some reason EVAL_PREFIX is not properly using the _DEFAULT values, sotv1-1/+2
2004-11-17Don't check _*PREFIX/bin for the requested compiler hook program. Iftv1-14/+9
2004-03-17Also accept DISTCC_VERBOSE in /etc/mk.conf to allow for easier debugging.jlam1-1/+4
2004-03-17Allow DISTCC_HOSTS and DISTCC_SSH to be set in /etc/mk.conf to modify thejlam1-1/+8
2004-02-18* Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk.jlam1-40/+29
2004-02-09Don't have recursive variable definitions.jlam1-3/+3
2004-02-08* Let CC/CXX/CPP/FC always point to the compiler used in the actualjlam1-5/+7
2004-02-07Symlink the compiler into ${WRKDIR} so that there's a consistent path tojlam1-6/+12
2004-02-06Hiding the PATH from certain phases of the build only accidentally workedjlam1-3/+2
2004-02-06We only prepend a directory to the PATH if we haven't already done sojlam1-2/+7
2004-02-05Simpilfy the test for whether we're inside bsd.prefs.mk.jlam1-2/+2
2004-02-05Allow bsd.compiler.mk to be included by both bsd.prefs.mk and bsd.pkg.mk.jlam1-30/+41
2004-02-03Fix a pervasive cut-and-paste bug: change a = back into a +=. Noted byjlam1-2/+2
2004-02-02duh... s/CCACHE/DISTCC/jlam1-2/+2
2004-02-02Only prepend the compiler package location to the PATH if we actuallyjlam1-3/+4
2004-02-02Initialize a variable before use.jlam1-1/+2
2004-02-02s/:/./ to fix Makefile breakage.jlam1-3/+3
2004-02-02Whitespace fixes.jlam1-5/+5
2004-02-02Support a new variable in package Makefiles:jlam1-4/+23
2004-02-01Match names for the C and C++ compilers with the ones we're masquerading.jlam1-3/+3
2004-02-01New compiler specification framework, based on mk/compiler.mk. Thejlam1-0/+45