Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary bucts targets file | Andrew Robbins | 2018-01-18 | 1 | -2/+0 |
| | | | | | | | There's no difference between the 'generic' and 'lenovobios' bucts and simply wastes time compiling another bucts binary for no gain. If in the future such a distinction makes sense, the targets file can be re-added. | ||||
* | Patching now works. bucts can be patched & built. | Andrew Robbins | 2017-05-31 | 1 | -0/+2 |
Modified the function git_project_patch_recursive (in libs/git) to enable patching with diff files, which uses the new function diff_patch_file located in libs/common. A generic action script for bucts is in projects/bucts/. Install/revision/target files are in projects/bucts/configs/. bucts' merge into the new build system should be nearly, if not already, complete. |