make: do not waste development time by clearing caches on install

This commit is contained in:
Franco Fichtner 2024-09-30 09:03:16 +02:00
parent a5579cf3d7
commit ff73ec9c90

View File

@ -281,6 +281,7 @@ install:
# try to update the current system if it looks like one # try to update the current system if it looks like one
@touch ${LOCALBASE}/opnsense/www/index.php @touch ${LOCALBASE}/opnsense/www/index.php
.endif .endif
@rm -f /tmp/opnsense_acl_cache.json /tmp/opnsense_menu_cache.xml
collect: collect:
@(cd ${.CURDIR}/src; find * -type f) | while read FILE; do \ @(cd ${.CURDIR}/src; find * -type f) | while read FILE; do \