diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2013-10-25 05:11:10 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2013-10-25 05:11:10 +0000 |
commit | c71fd6a1086342cf07c2400de8a101f9fc18b9b8 (patch) | |
tree | 1a5d1f63d3a8c451ab000ac4b81a1e68d115d3f6 /lib/libcrypt | |
parent | d6a7850e82945df69eff35b5fe945b8ee4f366e4 (diff) | |
download | FreeBSD-src-c71fd6a1086342cf07c2400de8a101f9fc18b9b8.zip FreeBSD-src-c71fd6a1086342cf07c2400de8a101f9fc18b9b8.tar.gz |
Allow mixing bsd.files.mk with bsd.subdir.mk.
If a single Makefile wants to recurse into subdirectories and also
wants to install files, bsd.files.mk's targets would get ignored in
favor of those defined by bsd.subdir.mk because installfiles would
not get defined in bsd.files.mk.
Prevent this from happening by defining the targets in bsd.files.mk
with auxiliary names and listing them as dependencies of installfiles
instead.
This is required by bsd.test.mk, which needs to install a Kyuafile
in pretty much all cases but may also need to recurse into
subdirectories for build purposes.
Submitted by: Julio Merino jmmv google.com
Reviewed by: sjg
MFC after: 2 weeks
Diffstat (limited to 'lib/libcrypt')
0 files changed, 0 insertions, 0 deletions