]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reduce libstand Makefile duplication
authorEd Maste <emaste@FreeBSD.org>
Fri, 1 Jan 2016 15:30:11 +0000 (15:30 +0000)
committerEd Maste <emaste@FreeBSD.org>
Fri, 1 Jan 2016 15:30:11 +0000 (15:30 +0000)
commit9ed9d9bc3cc24bd4901a3bbb441ebd1234018d55
tree8bae0939c7a3e1e18efe3306e475e11c544fdc33
parent38f004fbb0f684e25399b3428b870cf006eb9cae
Reduce libstand Makefile duplication

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.

sys/boot/userboot/libstand/Makefile will be addressed later, as it
contains additional differences yet to be handled.

This change also switches libstand32 to use the new uuid_from_string
and uuid_to_string, which was not included in r292473.

Reviewed by: jhb
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D4747
lib/libstand/Makefile
sys/boot/libstand32/Makefile