diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-10-29 21:32:02 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-29 23:38:46 +0100 |
commit | 45c7a7f5dc3057b283513e4516b7b59f21e46fde (patch) | |
tree | 6dbfa7df1dee783e7c0635ef22dbc61b9167c391 /solenv/gbuild/TargetLocations.mk | |
parent | 7963c0952823affb8045817cba677ed7b6e4051c (diff) |
libwps: need to depend on unpacked private headers:
The generated cxx files that are built in the StaticLibrary depend on
the header from the UnpackedTarball. When the tarball gets unpacked
again in an incremental build, the headers may have changed and the cxx
files that include them must be rebuilt. This works for those headers
that are added to a Package, because they are make targets, but not for
those that are not delivered and just sit in the unpacked directory.
These need to be manually enumerated in order to turn them into make
targets, which is not entirely satisfying.
A little grepping in the .d file for the StaticLibrary can help:
grep "UnpackedTarball.*\.h" workdir/*/Dep/LinkTarget/StaticLibrary/libwpslib.a.d | sed 's,:* \+[^ ]*$,,' | sed 's,^.*UnpackedTarball/[a-zA-Z0-9]*/,,' | sort | uniq
Change-Id: I9fd4ee0cd6646c834118cf172e39a24d2833c439
Diffstat (limited to 'solenv/gbuild/TargetLocations.mk')
0 files changed, 0 insertions, 0 deletions