Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-10 | Made the code easier to read. | rillig | 1 | -11/+14 | |
2008-02-10 | Removed duplicated documentation. | rillig | 1 | -12/+1 | |
2007-09-29 | Improved the documentation. | rillig | 1 | -2/+28 | |
2005-11-28 | Extend find-prefix.mk so that we can specify a package wildcard instead | jlam | 1 | -5/+5 | |
of just ${PKGBASE}, e.g. M4DIR=m4>=1.0 will set M4DIR to the installation prefix of m4 if it matches "m4>=1.0", otherwise it will set M4DIR to ${M4DIR_DEFAULT}. | |||||
2005-05-13 | Rewrite command to compute the installation prefix of a package to not | jlam | 1 | -3/+6 | |
use awk -- a simple shell statement list suffices. | |||||
2005-05-12 | Adding "${GREP} ." into pipeline that I inadvertently left out when | jlam | 1 | -3/+3 | |
moving the EVAL_PREFIX code from bsd.pkg.mk to find-prefix.mk. | |||||
2005-05-12 | Instead of structuring code so that variables defined by the EVAL_PREFIX | jlam | 1 | -0/+29 | |
loop are only used afterwards, split out the EVAL_PREFIX code into a separate file find-prefix.mk that can be included at any point to generate a prefix-computation for the variables specified by FIND_PREFIX at the inclusion point. |