Page MenuHomeFreeBSD

tools/build: Hide spurious errors if sys/stat.h does not exist
ClosedPublic

Authored by emaste on Feb 24 2023, 2:46 PM.
Tags
None
Referenced Files
F105247782: D38757.diff
Sat, Dec 14, 12:57 AM
Unknown Object (File)
Sat, Nov 23, 10:36 PM
Unknown Object (File)
Sat, Nov 23, 2:29 AM
Unknown Object (File)
Thu, Nov 21, 6:44 AM
Unknown Object (File)
Tue, Nov 19, 11:59 PM
Unknown Object (File)
Tue, Nov 19, 11:17 AM
Unknown Object (File)
Sat, Nov 16, 1:39 PM
Unknown Object (File)
Nov 8 2024, 12:41 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.

Seems fine, though given we're willing to pay the cost of an exec, wrapping the thing in .if exists(${HOST_INCLUDE_ROOT}/sys/stat.h) might be tidier.

This revision is now accepted and ready to land.Feb 24 2023, 7:27 PM

use .if exists as suggested by @brooks

This revision now requires review to proceed.Feb 24 2023, 8:48 PM
This revision is now accepted and ready to land.Feb 24 2023, 10:48 PM