luci-base: clean overlooked files
authornovenary enneagon <novenary@kwak.zip>
Mon, 5 Jan 2026 13:11:46 +0000 (15:11 +0200)
committerPaul Donald <newtwen+github@gmail.com>
Tue, 6 Jan 2026 13:19:34 +0000 (13:19 +0000)
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 <novenary@kwak.zip>
modules/luci-base/src/Makefile

index 431248ee17019a95478bed81f5a59790ba9b6d8c..8ac82464458c8f268625455c32075902f774a09b 100644 (file)
@@ -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 $@ $^