Age | Commit message (Expand) | Author | Files | Lines |
2005-11-14 | Removed trailing white-space from a comment. | rillig | 1 | -2/+2 |
2005-09-05 | Improve warning for deprecated variables, prompted by wiz. | dillo | 1 | -2/+4 |
2005-07-28 | Fix some more typos, noted by Leonard Schmidt. | dillo | 1 | -3/+3 |
2005-07-28 | Fix typo in comment, from Leonard Schmidt via tech-pkg. | wiz | 1 | -3/+3 |
2005-07-26 | Fix typos in last, noted by wiz. | dillo | 1 | -2/+2 |
2005-07-26 | Add support for sets of options where at least one option from each | dillo | 1 | -10/+53 |
2005-07-19 | Also print deprecated warnings in show-options target. | dillo | 1 | -1/+8 |
2005-07-19 | PKG_OPTIONS_LEGACY_OPTS: only issue deprecated warning if the old | dillo | 1 | -2/+2 |
2005-06-11 | Allow this file to be included even if no options are supported | dillo | 1 | -6/+9 |
2005-06-09 | Fix harmless typo. | jlam | 1 | -2/+2 |
2005-06-08 | Fix variable name in comment: it is PKG_OPTIONS_VAR, with an S. | wiz | 1 | -2/+2 |
2005-06-08 | fix variable name in example comment | dillo | 1 | -2/+2 |
2005-06-06 | make legacy variables external: | dillo | 1 | -10/+28 |
2005-06-04 | Improve the way option groups are displayed in show-options. | dillo | 1 | -12/+26 |
2005-06-04 | Fix variable names in usage example. | seb | 1 | -3/+3 |
2005-06-03 | don't requrie PKG_SUPPORTED_OPTIONS to be set when groups are in use | dillo | 1 | -5/+8 |
2005-06-02 | add group options to PKG_SUPPORTED_OPTIONS before includeing | dillo | 1 | -4/+6 |
2005-06-02 | Whitespace nit. | wiz | 1 | -2/+2 |
2005-06-02 | add support for groups of mutually exclusive options via | dillo | 1 | -4/+76 |
2005-06-01 | fix bug in legacy vars handling for option names containing `-', | dillo | 1 | -2/+2 |
2005-05-31 | PKG_FAIL_REASON must be (double-)quoted to achieve the correct output. | jmmv | 1 | -2/+2 |
2005-05-31 | Show a deprecated warning even if the deprecated variable is set to | wiz | 1 | -3/+9 |
2005-05-31 | The available options are shown before the dependencies are installed. | rillig | 1 | -2/+2 |
2005-05-31 | Rename describe-options to show-options, replacing the old show-options | dillo | 1 | -9/+3 |
2005-05-31 | To ease cleanup of the options namespace, add code to support legacy | dillo | 1 | -5/+31 |
2005-05-28 | set PKG_FAIL_REASON if any unsupported option is listed in PKG_OPTIONS.xxx | dillo | 1 | -8/+32 |
2005-05-25 | fix typo in documentation | dillo | 1 | -7/+17 |
2005-05-19 | The example is missing a definition for PKG_OPTIONS_VAR. | jlam | 1 | -2/+3 |
2005-05-16 | Changed option processing to evaluate the options strictly from left to | rillig | 1 | -24/+15 |
2005-05-14 | Don't process the file if either of PKG_SUPPORTED_OPTIONS or PKG_OPTIONS_VAR | rillig | 1 | -11/+10 |
2005-05-08 | Rewrite how PKG_OPTIONS is computed: | dillo | 1 | -111/+98 |
2005-04-28 | Make the pretty-printing actually work by passing all of the options on | jlam | 1 | -3/+3 |
2005-04-28 | We don't need to use ${SORT} to sort the options list. VAR:O will do | jlam | 1 | -13/+6 |
2005-04-28 | Defer execution until the value is needed. This avoids needing ${ECHO}, | jlam | 1 | -17/+12 |
2005-01-24 | Merge down janitorial change from tv-derecurse branch: | tv | 1 | -9/+5 |
2005-01-15 | Fix endif typo | adrianp | 1 | -2/+2 |
2004-12-05 | In the show-options target, ensure that PKG_OPTIONS and friends | schmonz | 1 | -4/+4 |
2004-12-05 | make sure some variables are initialized before using them. | grant | 1 | -4/+4 |
2004-12-05 | add show-options target which displays the options available, default, | grant | 1 | -1/+17 |
2004-11-28 | Don't show the currently selected options if there aren't any. | jlam | 1 | -1/+3 |
2004-11-27 | Output the currently selected options after telling the user which | jlam | 1 | -13/+21 |
2004-09-15 | Default PKG_FAIL_UNSUPPORTED_OPTIONS to "no" to match current practices | jlam | 1 | -3/+3 |
2004-08-22 | Match documentation to reality to reflect recent change in semantics for | jlam | 1 | -3/+3 |
2004-08-22 | Change the way that legacy USE_* and FOO_USE_* options are converted | jlam | 1 | -10/+12 |
2004-08-10 | Fix spell-o. | schmonz | 1 | -2/+2 |
2004-08-07 | Use an awk script to avoid using possibly non-portable shell constructs. | jlam | 1 | -18/+16 |
2004-08-05 | Move addition of PKG_OPTIONS to BUILD_DEFS below the definition of the | jlam | 1 | -6/+1 |
2004-08-04 | Pretty-print the PKG_SUPPORTED_OPTIONS so that we don't overflow a line | jlam | 1 | -4/+20 |
2004-08-04 | Display a message with the supported build options at build time. | jlam | 1 | -1/+31 |
2004-07-30 | bsd.options.mk provides boilerplate code for standard naming conventions | jlam | 1 | -0/+164 |