From 0b9cd77fe7ff6ded9425f12f3651615e1863aa87 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 17 Jul 2024 14:55:49 +0100 Subject: trees: auto-delete+auto-rebuild if project changes 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: Leah Rowe --- build | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build b/build index d03960c6..b1b0f40d 100755 --- a/build +++ b/build @@ -100,6 +100,7 @@ build_release() cd "$srcdir" || $err "$vdir: !cd \"$srcdir\"" ./update trees -f rmgit . + x_ rm -Rf hash repo x_ mv src/docs docs ) || $err "can't create release files" -- cgit v1.2.1