From ff73ec9c90e6d41b5cf75e7a17557fb573f9b77e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 30 Sep 2024 09:03:16 +0200 Subject: [PATCH] make: do not waste development time by clearing caches on install --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fd1b4c14b..c2f3baf43 100644 --- a/Makefile +++ b/Makefile @@ -281,6 +281,7 @@ install: # try to update the current system if it looks like one @touch ${LOCALBASE}/opnsense/www/index.php .endif + @rm -f /tmp/opnsense_acl_cache.json /tmp/opnsense_menu_cache.xml collect: @(cd ${.CURDIR}/src; find * -type f) | while read FILE; do \