From: Petr Štetiar Date: Tue, 29 Mar 2022 02:18:24 +0000 (+0200) Subject: FIXME: Makefile: do not ever remove any toolchain again X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7095a8e99e8381f395e9b267e0789f5799c9c30f;p=openwrt%2Fstaging%2Faparcar.git FIXME: Makefile: do not ever remove any toolchain again Something is really not working as expected Signed-off-by: Petr Štetiar --- diff --git a/Makefile b/Makefile index f691567158..f94e75fd41 100644 --- 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)