From e37a8052f92c18856899459bcbd915bf2aea7dbe Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Mon, 22 May 2017 15:53:30 +0000 Subject: [PATCH] Remove glimpse make target added in r181432 The textproc/glimpse port expired over 3 years ago because there weren't any more publicly available distfiles, and because it lacked a maintainer. Remove the target as it's no longer executable on FreeBSD. Differential Revision: D10764 MFC after: 1 month Reviewed by: imp Sponsored by: Dell EMC Isilon --- sys/Makefile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/sys/Makefile b/sys/Makefile index 6af2e2c28de..0de854341ff 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -59,19 +59,7 @@ 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: -.if !exists(${.CURDIR}/.glimpse_exclude) - echo .svn > ${.CURDIR}/.glimpse_exclude - echo /compile/ >> ${.CURDIR}/.glimpse_exclude -.endif - cd ${.CURDIR}; glimpseindex -H . -B -f -o . - -glimpse-clean: - cd ${.CURDIR}; rm -f .glimpse_* - -.if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS) || \ - make(glimpse) || make(glimpse-clean)) +.if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS)) .include # The boot loader