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
Unknown Object (File)
Mon, Oct 13, 6:00 AM
Unknown Object (File)
Mon, Oct 13, 6:00 AM
Unknown Object (File)
Mon, Oct 13, 6:00 AM
Unknown Object (File)
Mon, Oct 13, 6:00 AM
Unknown Object (File)
Sun, Oct 12, 6:01 PM
Unknown Object (File)
Sun, Oct 12, 12:38 PM
Unknown Object (File)
Wed, Sep 24, 12:41 PM
Unknown Object (File)
Sep 1 2025, 9:51 AM
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