Age | Commit message (Expand) | Author | Files | Lines |
2005-01-24 | Merge down deferred EVAL_PREFIX handling from tv-derecurse branch. | tv | 1 | -2/+1 |
2005-01-12 | Correct my name to what I legally use. | jlam | 1 | -2/+2 |
2005-01-12 | Put a TNF copyright on files that I authored. | jlam | 1 | -1/+36 |
2005-01-10 | _ALIASES.<wrappee> should be cumulative. | jlam | 1 | -3/+3 |
2005-01-10 | Whitespace nits. | jlam | 1 | -3/+3 |
2004-11-30 | Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., | jlam | 1 | -10/+18 |
2004-11-17 | For some reason EVAL_PREFIX is not properly using the _DEFAULT values, so | tv | 1 | -1/+2 |
2004-11-17 | Don't check _*PREFIX/bin for the requested compiler hook program. If | tv | 1 | -13/+8 |
2004-10-09 | devel/patch is needed by some platforms in order to build ccache, so don't | tv | 1 | -2/+2 |
2004-02-22 | Allow setting CCACHE_DIR in the environment or in /etc/mk.conf. | jlam | 1 | -1/+5 |
2004-02-21 | Use BUILD_ENV instead of just {CONFIGURE,MAKE}_ENV to pass CCACHE_HASHCC | jlam | 1 | -3/+2 |
2004-02-18 | * Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk. | jlam | 1 | -40/+29 |
2004-02-12 | Generate a more informative string "CC_VERSION_STRING" that is passed to | jlam | 1 | -1/+7 |
2004-02-09 | Don't have recursive variable definitions. | jlam | 1 | -3/+3 |
2004-02-08 | * Let CC/CXX/CPP/FC always point to the compiler used in the actual | jlam | 1 | -5/+7 |
2004-02-07 | Symlink the compiler into ${WRKDIR} so that there's a consistent path to | jlam | 1 | -5/+12 |
2004-02-06 | Hiding the PATH from certain phases of the build only accidentally worked | jlam | 1 | -3/+2 |
2004-02-06 | We only prepend a directory to the PATH if we haven't already done so | jlam | 1 | -2/+6 |
2004-02-05 | Simpilfy the test for whether we're inside bsd.prefs.mk. | jlam | 1 | -2/+2 |
2004-02-05 | Allow bsd.compiler.mk to be included by both bsd.prefs.mk and bsd.pkg.mk. | jlam | 1 | -31/+42 |
2004-02-03 | Fix a pervasive cut-and-paste bug: change a = back into a +=. Noted by | jlam | 1 | -2/+2 |
2004-02-02 | Only prepend the compiler package location to the PATH if we actually | jlam | 1 | -3/+4 |
2004-02-02 | Whitespace fixes. | jlam | 1 | -5/+5 |
2004-02-02 | Support a new variable in package Makefiles: | jlam | 1 | -4/+24 |
2004-02-01 | Match names for the C and C++ compilers with the ones we're masquerading. | jlam | 1 | -3/+3 |
2004-02-01 | New compiler specification framework, based on mk/compiler.mk. The | jlam | 1 | -0/+45 |