index
:
builder
master
A stand-alone build engine inspired by Gentoo's ebuilds.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
Age
Commit message (
Expand
)
Author
2014-07-22
Fix missing quote in log message
Mark Ferrell
2014-07-07
Add support for post compile/install operations
Mark Ferrell
2014-06-27
Stop hardcoding the expected toolchain
Mark Ferrell
2014-06-27
log the environ before calling pkg_*() routines.
Mark Ferrell
2014-06-27
Fix test condition
Mark Ferrell
2014-06-27
Default to --with-sysroot in build_compile()
Mark Ferrell
2014-06-26
Better toolchain output
Mark Ferrell
2014-06-26
Fix message grammar
Mark Ferrell
2014-06-26
Support more archive types
Mark Ferrell
2014-06-12
Fix support for "build (clean|distclean) <category>/all"
Mark Ferrell
2014-06-12
Ignore PATCHES if source/ exists.
Mark Ferrell
2014-05-12
Properly prep/compile when <package>/source exists
Mark Ferrell
2014-05-09
Remove leading directories from fetched URL's
Mark Ferrell
2014-05-01
Add more 'all' targets.
Mark Ferrell
2014-04-28
Bugfix: properly test files in EXTRA_SOURCES
Mark Ferrell
2014-04-28
Change test condition for NOCLEAN to allow setting to 0
Mark Ferrell
2014-04-28
Fix bug in build-make-distclean
Mark Ferrell
2014-04-24
Redirect make output during uninstall
Mark Ferrell
2014-04-24
Add a command for querying number of CPU's
Mark Ferrell
2014-04-23
[build-fetch-p4] Remove debug 'exit 0'
David Barksdale
2014-04-22
Add Perforce support.
Mark Ferrell
2014-04-22
Bugfix: previouis makedeps rewrite list 'build source' support
Mark Ferrell
2014-04-21
Uninstall a package before reinstalling it.
Mark Ferrell
2014-04-21
Change how build-makedeps handles depdancies
Mark Ferrell
2014-04-16
Silence error when sysroot does not exist
David Barksdale
2014-04-16
[fetch-{git,svn}] Fix simple_usage invocation
David Barksdale
2014-04-16
Rewrite make-distclean as a wrapper to make-clean
Mark Ferrell
2014-04-16
Fixup clean/distclean
Mark Ferrell
2014-04-16
Remove packages which are no longer valid
Mark Ferrell
2014-04-15
Add .buildrules files to package dependencies
Mark Ferrell
2014-04-15
Look for the builder script index in multiple locations
Mark Ferrell
2014-04-15
Allow packages to define EXTRA_SOURCES
Mark Ferrell
2014-04-15
Fixup source dependancies
Mark Ferrell
2014-04-15
Nuke ${W} during cleanup, not just ${S}
Mark Ferrell
2014-04-15
Do not cleanup ${S} or ${D} when debugging
Mark Ferrell
2014-04-15
We no longer support the idea of a PROJECT
Mark Ferrell
2014-04-15
Use "simple_usage" not "usage"
Mark Ferrell
2014-04-15
Fix 'build query --exists'
Mark Ferrell
2014-04-14
Fix fetching from mirrors
Mark Ferrell
2014-04-14
Setup the package environment during load_rules()
Mark Ferrell
2014-04-14
Fix querying the source_uri
Mark Ferrell
2014-04-14
'build source' does not depend on prep
Mark Ferrell
2014-04-14
Fixup name-space collisions for cleanup handlers
Mark Ferrell
2014-04-14
Make various sub-commands proper builder libraries
Mark Ferrell
2014-04-14
Do not consume the command exit status
Mark Ferrell
2014-04-09
Remove 'make-' prefixes from make subcmds
Mark Ferrell
2014-04-09
Add a 'test' subcmd for performing package tests
Mark Ferrell
2014-04-09
Do not process non-existant directories from the PATH
Mark Ferrell
2014-04-09
Make the prep and compile subcommands callable from the CLI
Mark Ferrell
2014-04-09
Capture exit status from build_fetch.
Mark Ferrell
[next]