then when building with silent rules, the codes that are linked
against libpthread are displayed as follows:
CC TestLowLatencyData1-TestLowLatencyData1.o
CCLD TestLowLatencyData1
CC TestLowLatencyData2-TestLowLatencyData2.o
CCLD TestLowLatencyData2
CC TestLowLatencyData3-TestLowLatencyData3.o
CCLD TestLowLatencyData3
Whereas the others are displayed as:
CC AggregationTest.o
CCLD AggregationTest
Why are these being displayed differently? And is there a way I can
get them to be display like the other test codes?