$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] cstdint.hpp dependency not working?
From: John Maddock (jz.maddock_at_[hidden])
Date: 2014-06-05 13:57:48
With the recent changes, when building any file that depends on
cstdint.hpp I see:
link.hardlink ..\..\..\boost\cstdint.hpp
Hardlink created for ..\..\..\boost\cstdint.hpp <<===>>
..\include\boost\cstdint.hpp
link.hardlink ..\..\..\boost\cstdint.hpp
Hardlink created for ..\..\..\boost\cstdint.hpp <<===>>
..\..\integer\include\boost\cstdint.hpp
And this happens for every build - even though everything is up to date.
Any ideas?
Thanks, John.