Page MenuHomeFreeBSD

Reduce libstand Makefile duplication
ClosedPublic

Authored by emaste on Dec 31 2015, 7:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 8:53 PM
Unknown Object (File)
Fri, Apr 26, 8:37 PM
Unknown Object (File)
Dec 22 2023, 10:48 PM
Unknown Object (File)
Aug 21 2023, 8:10 AM
Unknown Object (File)
Jul 10 2023, 9:56 AM
Unknown Object (File)
Jun 29 2023, 11:19 PM
Unknown Object (File)
Jun 16 2023, 9:30 AM
Unknown Object (File)
Jun 3 2023, 5:23 PM
Subscribers
None

Details

Summary

libstand is built in three places (lib/libstand, sys/boot/libstand32, and sys/boot/userboot/libstand). Reduce Makefile duplication by .including libstand/Makefile from sys/boot/libstand32/Makefile. The one in sys/boot/userboot/libstand will be addressed later, as it contains additional differences to be handled still.

This change also switches libstand32 to use the new uuid_from_string and uuid_to_string, missed in rS292473.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to Reduce libstand Makefile duplication.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: jhb, imp.
jhb edited edge metadata.

Nice!

This revision is now accepted and ready to land.Dec 31 2015, 7:43 PM
This revision was automatically updated to reflect the committed changes.