mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
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 <novenary@kwak.zip>
This commit is contained in:
committed by
Paul Donald
parent
64e8a43cc3
commit
6ebcfe66ec
@@ -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 $@ $^
|
||||
|
||||
Reference in New Issue
Block a user