Page MenuHomeFreeBSD

Fix regex for extracting SHM_* values for libsysdecode
ClosedPublic

Authored by arichardson on Sep 7 2018, 8:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 24, 12:34 AM
Unknown Object (File)
Thu, Apr 23, 12:22 PM
Unknown Object (File)
Sun, Apr 19, 8:07 PM
Unknown Object (File)
Sun, Apr 19, 10:53 AM
Unknown Object (File)
Sun, Apr 19, 1:59 AM
Unknown Object (File)
Tue, Apr 14, 1:45 PM
Unknown Object (File)
Sun, Apr 12, 12:24 PM
Unknown Object (File)
Sat, Apr 11, 11:40 PM
Subscribers

Details

Summary

There was an additional + after the {6} which is apparently ignored by the
FreeBSD regex implementation but was giving me an error when compiling on
MacOS.

While changing this also make sure that tables.h is not created if mktables
fails. The current rule would create a partial tables.h which causes following
incremental builds to use that broken file and fail with an unrelated
compilation error or even succeed even though they shouldn't.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19450
Build 19045: arc lint + arc unit