From 6ebcfe66eca2f9b6c5ef41c8992fa190f499436d Mon Sep 17 00:00:00 2001 From: novenary enneagon Date: Mon, 5 Jan 2026 15:11:46 +0200 Subject: [PATCH] luci-base: clean overlooked files Updates: https://github.com/openwrt/luci/issues/8195 This fixes the primary symptom (subsequent builds reusing stale products), but not the root cause (the build running in-tree). Signed-off-by: novenary enneagon --- modules/luci-base/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-base/src/Makefile b/modules/luci-base/src/Makefile index 431248ee17..8ac8246445 100644 --- a/modules/luci-base/src/Makefile +++ b/modules/luci-base/src/Makefile @@ -16,7 +16,7 @@ version.uc: echo "export const revision = '$(LUCI_VERSION)', branch = '$(LUCI_GITBRANCH)';" > $@ clean: - rm -f contrib/lemon lib/*.o lib/plural_formula.c lib/plural_formula.h core.so version.uc + rm -f contrib/lemon lib/*.o lib/plural_formula.c lib/plural_formula.h *.o core.so jsmin po2lmo version.uc jsmin: jsmin.o $(CC) $(LDFLAGS) -o $@ $^