summaryrefslogtreecommitdiff
path: root/mk/compiler/distcc.mk
AgeCommit message (Expand)AuthorFilesLines
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