aboutsummaryrefslogtreecommitdiff
path: root/projects/bucts/configs/targets
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary bucts targets fileAndrew Robbins2018-01-181-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 Robbins2017-05-311-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.