During compilation via ./build make -k clean runs which deletes a variety object files.
In the makefiles we only aim at generating .tce files so the object files associated with the compilation of the .tce files did not get regenerated if the .tce files weren't deleted
This only seems to be a problem with the compilation of cdx.tce
Performing make clean destroyed all the .o files but not the .tce files so that complete compilation could start again.
Steps to reproduce:
Running on kroc-1.6
./build --prefix=...
./build --prefix=...
- Compilation fails
During compilation via
./buildmake -k cleanruns which deletes a variety object files.In the makefiles we only aim at generating
.tcefiles so the object files associated with the compilation of the.tcefiles did not get regenerated if the.tcefiles weren't deletedThis only seems to be a problem with the compilation of
cdx.tcePerforming
make cleandestroyed all the .o files but not the .tce files so that complete compilation could start again.Steps to reproduce:
Running on
kroc-1.6./build --prefix=..../build --prefix=...