gdbserver: configure + make clean fails (no 'common' subdir)
authorJoel Brobecker <brobecker@gnat.com>
Sun, 6 Mar 2011 07:40:52 +0000 (07:40 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Sun, 6 Mar 2011 07:40:52 +0000 (07:40 +0000)
commite51411190f506bcea2809bf3416a3c16921fa7d8
tree5a608fecf37fd032bb69bade588a6d359b84dfc1
parentb27cf2b3df14c7ed3ac68c35f4575b53c51f9f4b
gdbserver: configure + make clean fails (no 'common' subdir)

This problem was noticed during the nightly snapshot build,
but can be reduced to:

        % /path/to/gdb/gdbserver/configure
        % make clean

The "make clean" fails, because it tries to do a "make clean"
in the common/ subdirectory.  But the problem is that this
common/ subdirectory is NOT created during the configure phase,
but rather during the build phase.  The error is fatal because
we had put the common subdirectory in the list of REQUIRED_SUBDIRS.

This fixes the problem by removing it from the REQUIRED_SUBDIRS
list.

gdb/gdbserver/ChangeLog:

        * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in
This page took 0.024269 seconds and 4 git commands to generate.