On 2013-05-30 04:16-0700 Alan W. Irwin wrote:
On 2013-05-30 02:22-0700 Alan W. Irwin wrote:
Why do two build steps (6 and 7) have to be done to satisfy the file
depends after the touch? I must be doing something wrong with the
file depends above, but I cannot see what it is.
Actually, this
On 2013-05-30 02:22-0700 Alan W. Irwin wrote:
Why do two build steps (6 and 7) have to be done to satisfy the file
depends after the touch? I must be doing something wrong with the
file depends above, but I cannot see what it is.
Actually, this bad behaviour was due to a long-standing (at lea
I would like to add a build system (Copy a single CMakeLists.txt file
to the unpacked source tree) to an external project build with a
proper file dependency on the source CMakeLists.txt file so
if that file is changed (or touched) a complete rebuild occurs.
Here is how I am attempting to do this