FIXME: Makefile: do not ever remove any toolchain again
authorPetr Štetiar <ynezz@true.cz>
Tue, 29 Mar 2022 02:18:24 +0000 (04:18 +0200)
committerPaul Spooren <mail@aparcar.org>
Tue, 29 Mar 2022 12:42:27 +0000 (13:42 +0100)
Something is really not working as expected

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Makefile

index f691567158af4a27c3f7b7018bf2876381205f87..f94e75fd4171c205464317603f2e1a5890f1f1a5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ else
   include tools/Makefile
   include toolchain/Makefile
 
-$(toolchain/stamp-compile): $(tools/stamp-compile) $(if $(CONFIG_BUILDBOT),toolchain_rebuild_check)
+$(toolchain/stamp-compile): $(tools/stamp-compile)
 $(target/stamp-compile): $(toolchain/stamp-compile) $(tools/stamp-compile) $(BUILD_DIR)/.prepared
 $(package/stamp-compile): $(target/stamp-compile) $(package/stamp-cleanup)
 $(package/stamp-install): $(package/stamp-compile)