Actions
Bug #1376
closedBabeltrace master make install rebuilds objects
Start date:
05/25/2023
Due date:
% Done:
0%
Estimated time:
Description
When doing the following:
as user:
cloning a pristine babeltrace master branch,
./bootstrap
./configure
make -j16
then as root (going to root with su):
make install
I notice that the "make install" rebuilds some objects, which is unexpected, e.g.:
src/lib/babeltrace2.o is now owned by "root:root".
Actions