mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
make: do not waste development time by clearing caches on install
This commit is contained in:
parent
a5579cf3d7
commit
ff73ec9c90
1
Makefile
1
Makefile
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user