]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LIBRARIES_ONLY should only be defined during install32.
authorbdrewery <bdrewery@FreeBSD.org>
Fri, 25 Mar 2016 19:12:13 +0000 (19:12 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Fri, 25 Mar 2016 19:12:13 +0000 (19:12 +0000)
commit54f229f3df34dbfde09737a4cfadb5a0ac95854e
tree5b1cdec793ebd82e97b65f2494597f972679392f
parentc56ec120d0e26160939589ffef5927fd93dfbfad
LIBRARIES_ONLY should only be defined during install32.

r245561 added it to prevent extra files from being installed during
the install32 phase (to prevent duplicates in the meta log with -DNO_ROOT).
The flag should not be passed during build32 though since it may
prevent staging of includes during the 'make includes' phase on
library directories.

Sponsored by: EMC / Isilon Storage Division
Makefile.libcompat