Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151154049
D10764.id28677.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
787 B
Referenced Files
None
Subscribers
None
D10764.id28677.diff
View Options
Index: head/sys/Makefile
===================================================================
--- head/sys/Makefile
+++ head/sys/Makefile
@@ -59,19 +59,7 @@
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 <src.opts.mk>
# The boot loader
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 7, 11:26 AM (16 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31027964
Default Alt Text
D10764.id28677.diff (787 B)
Attached To
Mode
D10764: sys/: Remove glimpse make target added in r181432
Attached
Detach File
Event Timeline
Log In to Comment