Project

General

Profile

Actions

Bug #951

closed

Make distclean fail

Added by Jonathan Rajotte Julien over 8 years ago. Updated almost 8 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Target version:
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
Actions

Also available in: Atom PDF