Skip to content
Snippets Groups Projects
Select Git revision
  • 20250107_branch
  • master default protected
  • audit2
  • audit2-merge1
  • 20250107rev1
  • 20250107
  • 20241207
  • 20241102
  • 20241031
  • 20240612
  • 20240510
  • 20240504
  • rel0.1
  • 20231107
  • 20231103
  • 20231101
  • 20231026
17 results

build

  • Libreboot project's avatar
    055c9be1
    trees: auto-delete+auto-rebuild if project changes · 055c9be1
    Libreboot project authored and Leah Rowe's avatar Leah Rowe committed
    
    actual source code is not scanned, but config directories are
    scanned. simply get the checksum of each file under config/
    pertaining to a given project/tree, and also for the given
    target. coreboot utilities are also handled.
    
    if it changes, in any way, delete and re-build automatically.
    
    such deletions should probably still be done manually, as part
    of understanding the build system, but this change should make
    the build system much easier to use during development.
    
    Signed-off-by: default avatarLeah Rowe <leah@libreboot.org>
    055c9be1
    History
    trees: auto-delete+auto-rebuild if project changes
    Libreboot project authored and Leah Rowe's avatar Leah Rowe committed
    
    actual source code is not scanned, but config directories are
    scanned. simply get the checksum of each file under config/
    pertaining to a given project/tree, and also for the given
    target. coreboot utilities are also handled.
    
    if it changes, in any way, delete and re-build automatically.
    
    such deletions should probably still be done manually, as part
    of understanding the build system, but this change should make
    the build system much easier to use during development.
    
    Signed-off-by: default avatarLeah Rowe <leah@libreboot.org>