This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [rfa/rfc] Build libcommon.a for gdb and gdbserver
- From: Yao Qi <yao at codesourcery dot com>
- To: gdb-patches at sourceware dot org
- Date: Sat, 12 Feb 2011 21:06:07 +0800
- Subject: Re: [rfa/rfc] Build libcommon.a for gdb and gdbserver
- References: <4D30E23F.3080103@codesourcery.com> <m31v4blatz.fsf@fleche.redhat.com> <4D34C9DE.3040603@codesourcery.com> <m3mxmyi6i3.fsf@fleche.redhat.com> <4D375F44.70504@codesourcery.com>
On 01/20/2011 06:01 AM, Yao Qi wrote:
> @@ -873,13 +878,13 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
> TSOBS = inflow.o
>
> SUBDIRS = doc @subdirs@ data-directory
> -CLEANDIRS = $(SUBDIRS) gnulib
> +CLEANDIRS = $(SUBDIRS) gnulib common
This chunk of patch should be reverted, because `common' is added in
SUBDIRS via 'AC_CONFIG_SUBDIRS(common)' in configure.ac, so there are
two `common' in CLEANDIRS.
Applied.
--
Yao (éå)
2011-02-12 Yao Qi <yao@codesourcery.com>
* Makefile.in (CLEANDIRS): Remove duplicated common dir.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.1150
diff -u -r1.1150 Makefile.in
--- Makefile.in 11 Feb 2011 09:57:24 -0000 1.1150
+++ Makefile.in 12 Feb 2011 11:00:06 -0000
@@ -902,7 +902,7 @@
TSOBS = inflow.o
SUBDIRS = doc @subdirs@ data-directory
-CLEANDIRS = $(SUBDIRS) gnulib common
+CLEANDIRS = $(SUBDIRS) gnulib
# List of subdirectories in the build tree that must exist.
# This is used to force build failures in existing trees when