Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102002395
D38757.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
395 B
Referenced Files
None
Subscribers
None
D38757.diff
View Options
diff --git a/tools/build/Makefile b/tools/build/Makefile
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -68,7 +68,11 @@
SRCS+= reallocarray.c
.endif
+.if exists(${HOST_INCLUDE_ROOT}/sys/stat.h)
_WITH_UTIMENS!= grep -c utimensat ${HOST_INCLUDE_ROOT}/sys/stat.h || true
+.else
+_WITH_UTIMENS= 0
+.endif
.if ${_WITH_UTIMENS} == 0
SYSINCS+= stat.h
SRCS+= futimens.c utimensat.c
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 10:19 AM (21 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14481181
Default Alt Text
D38757.diff (395 B)
Attached To
Mode
D38757: tools/build: Hide spurious errors if sys/stat.h does not exist
Attached
Detach File
Event Timeline
Log In to Comment