Changeset 307b324 in rtems-libbsd for waf_generator.py

Timestamp:
08/11/17 05:27:12 (7 years ago)
Author:
Christian Mauderer <christian.mauderer@…>
Branches:
5, 5-freebsd-12, 388d46bb1b3080402c68ae11d14b2b36c3138952, 89db1bb27c9d52164a78dc2fda0a2ba9da0920ef
Children:
8d2dbd3
Parents:
097ccba
git-author:
Christian Mauderer <christian.mauderer@…> (08/11/17 05:27:12)
git-committer:
Chris Johns <chrisj@…> (08/19/17 22:35:04)
Message:

waf_generator: Copy headers if necessary.

There are some cases, where a header is installed into a directory with
a different name then it's source directory. In that case, the build
might fail because the header is not found. One example would be the
<openssl/opensslv.h>. The source for this file is in
freebsd/crypto/openssl/crypto/opensslv.h.

To allow the build to work in such cases too, copy such files into a
temporary location in the build tree.

(No files)

Note: See TracChangeset for help on using the changeset viewer.