Actions
Bug #951
closedMake distclean fail
Start date:
10/15/2015
Due date:
% Done:
100%
Estimated time:
Description
Introduced by change 7567352fb68f5c3f49f549c579f5bd27c883bed2
This is caused by the addition of sessiond-comm/unix.c sessiond-comm/unix.h to the libcommon_la_SOURCES.
The recursive clean rm the .deps in libcommon subfolder thus the clean in common fail on removing the object it created.
make[3]: Leaving directory '/home/jonathan/lttng/lttng-tools/src/common/config' make[3]: Entering directory '/home/jonathan/lttng/lttng-tools/src/common' Makefile:552: sessiond-comm/.deps/unix.Plo: No such file or directory make[3]: *** No rule to make target 'sessiond-comm/.deps/unix.Plo'. Stop. make[3]: Leaving directory '/home/jonathan/lttng/lttng-tools/src/common' Makefile:592: recipe for target 'distclean-recursive' failed make[2]: *** [distclean-recursive] Error 1 make[2]: Leaving directory '/home/jonathan/lttng/lttng-tools/src/common' Makefile:412: recipe for target 'distclean-recursive' failed make[1]: *** [distclean-recursive] Error 1 make[1]: Leaving directory '/home/jonathan/lttng/lttng-tools/src' Makefile:510: recipe for target 'distclean-recursive' failed
Updated by Jérémie Galarneau over 8 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset tools|commit:2038dd6ce78bc856ece474626b7f039d19860bce.
Actions