]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Hookup mkcsmapper_static and mkesdb_static for all but install.
authorbdrewery <bdrewery@FreeBSD.org>
Sat, 26 Sep 2015 14:26:08 +0000 (14:26 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Sat, 26 Sep 2015 14:26:08 +0000 (14:26 +0000)
commite0518d17d1078b6794bd05c3e7c1c6d855569fdf
tree5c25916935dca9532242362dac5af8ea9ac89224
parent79975403f0ad8b40975ba84c3fa702599d938a5e
Hookup mkcsmapper_static and mkesdb_static for all but install.

These are only handled as 'build-tools' in Makefile.inc1.  This causes
'make clean' from the top of the tree to not clean the directories.  It also
effectively has kept them disconnected and risks them bitrotting.  The
buildworld process never cleans them either.

Connect them so they will always be built, cleaned, etc, but never installed.

Discussed with: imp (briefly)
Sponsored by: EMC / Isilon Storage Division
usr.sbin/Makefile