Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148395978
D13019.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
508 B
Referenced Files
None
Subscribers
None
D13019.diff
View Options
Index: head/Mk/bsd.port.subdir.mk
===================================================================
--- head/Mk/bsd.port.subdir.mk
+++ head/Mk/bsd.port.subdir.mk
@@ -47,6 +47,11 @@
MOVEDDIR?= ${PORTSDIR}
MOVEDFILE?= MOVED
+# Ensure .CURDIR contains an absolute path without a trailing slash. Failed
+# builds can occur when PORTSDIR is a symbolic link, or with something like
+# make -C /usr/ports/category/port/.
+.CURDIR:= ${.CURDIR:tA}
+
.include "${PORTSDIR}/Mk/bsd.commands.mk"
.MAIN: all
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 18, 2:13 PM (1 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29910502
Default Alt Text
D13019.diff (508 B)
Attached To
Mode
D13019: Fix problem with "make -C /usr/ports/ search name=text"
Attached
Detach File
Event Timeline
Log In to Comment