Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156475605
D34172.id102385.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
911 B
Referenced Files
None
Subscribers
None
D34172.id102385.diff
View Options
Index: share/mk/bsd.compat.mk
===================================================================
--- share/mk/bsd.compat.mk
+++ share/mk/bsd.compat.mk
@@ -71,9 +71,9 @@
# In the program linking case, select LIBCOMPAT
.if defined(NEED_COMPAT)
.ifndef HAS_COMPAT
-.warning NEED_COMPAT defined, but no LIBCOMPAT is available (COMPAT_ARCH == ${COMPAT_ARCH}
+.warning NEED_COMPAT defined, but no LIBCOMPAT is available (COMPAT_ARCH == ${COMPAT_ARCH})
.elif !${HAS_COMPAT:M${NEED_COMPAT}} && ${NEED_COMPAT} != "any"
-.error NEED_COMPAT (${NEED_COMPAT}) defined, but not in HAS_COMPAT ($HAS_COMPAT)
+.error NEED_COMPAT (${NEED_COMPAT}) defined, but not in HAS_COMPAT (${HAS_COMPAT})
.elif ${NEED_COMPAT} == "any"
.endif
.ifdef WANT_COMPAT
@@ -90,7 +90,6 @@
.endif
.endif
-
# -------------------------------------------------------------------
# Generic code for each type.
# Set defaults based on type.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 14, 10:34 PM (2 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33065188
Default Alt Text
D34172.id102385.diff (911 B)
Attached To
Mode
D34172: bsd.compat.mk: A few cosmetic fixes.
Attached
Detach File
Event Timeline
Log In to Comment