mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a "glimpse" target to the kernel Makefile.
Glimpse is a powerful "grep on an index". Especially addictive on slow laptop hard disks. MFC after: 2 days
This commit is contained in:
parent
e085f869d5
commit
ae289dcbac
1 changed files with 7 additions and 0 deletions
|
|
@ -44,4 +44,11 @@ TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files
|
|||
rm -f ${.CURDIR}/TAGS
|
||||
cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files
|
||||
|
||||
# You need the textproc/glimpse ports for this.
|
||||
glimpse:
|
||||
cd ${.CURDIR}; glimpseindex -H . -B -f -o .
|
||||
|
||||
glimpse-clean:
|
||||
cd ${.CURDIR}; rm -f .glimpse_*
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue