aboutsummaryrefslogtreecommitdiff
path: root/libexec/build-query
AgeCommit message (Collapse)Author
2014-10-21Avoid stepping on SYSROOT as a builder variableMark Ferrell
2014-06-26Better toolchain outputMark Ferrell
2014-04-15We no longer support the idea of a PROJECTMark Ferrell
* The original idea behind the PROJECT variable is all but gone, and really .. it wasn't very good to begin with. Remove any remaining references to it.
2014-04-15Fix 'build query --exists'Mark Ferrell
* Changes in a previous commit which attempted to fixup an edge-case failure in '--exists' managed to break it for all cases.
2014-04-14Setup the package environment during load_rules()Mark Ferrell
* We have pulled the environment setup from build-query and moved it into load_rules(). This means that build-query acts to query information about a package and is reserved more as a cmdline helper for external tools. Tools that need package variables should use load_rules instead of 'build-query --environ'.
2014-04-14Fix querying the source_uriMark Ferrell
2014-04-14Make various sub-commands proper builder librariesMark Ferrell
* Have fixed up various sub-commands so that they can now be used via import() as well as executed as a command.
2014-04-08Cleanup help/usage information for some commandsMark Ferrell
2014-03-07Add a note abotu moving options to build-configMark Ferrell
* We have a few options in build-query which have nothing to do with package data and instead have everything to do with configuration data. We really need a 'build-config' command for looking up this information, and potentially overriding defaults.
2014-03-05Rename builder/ to libexecMark Ferrell
* New name better reflects the contents of this path.