mirror of
https://github.com/opnsense/core.git
synced 2026-05-28 04:34:51 -04:00
make: do not waste development time by clearing caches on install
This commit is contained in:
parent
a5579cf3d7
commit
ff73ec9c90
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue