2011-03-09  Yao Qi  <yao@codesourcery.com>

	Revert:
	2011-02-11  Yao Qi  <yao@codesourcery.com>

	* common/Makefile.in: Add copyright header.

	2011-02-11  Yao Qi  <yao@codesourcery.com>

	* Makefile.in: Remove signals.o from COMMON_OBS.  Link
	libcommon.a.
	* configure.ac: Add common to sub dir.
	* configure: Regenerate.

gdb/gdbserver/
2011-03-09  Yao Qi  <yao@codesourcery.com>

	Revert:
	2011-03-04  Yao Qi  <yao@codesourcery.com>

	* Makefile.in: Remove GNU make feature --directory.

	2011-03-05  Yao Qi  <yao@codesourcery.com>

	* Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
	(subdir_do): New make target.  Copied from gdb/Makefile.
	(maintainer-clean, realclean, distclean, clean): Call corresponding
	make targets in common/Makefile.

	2011-02-11  Yao Qi  <yao@codesourcery.com>

	* configure.ac: Call AC_PROG_RANLIB.
	* Makefile.in: Remove signals.o from OBS.  Link libcommon.a.
	* configure: Regenerate.
This commit is contained in:
Yao Qi
2011-03-09 06:10:40 +00:00
parent f976a05dc4
commit e637a4f593
8 changed files with 53 additions and 167 deletions

3
gdb/configure vendored
View File

@ -993,7 +993,6 @@ YACC
YFLAGS
XMKMF'
ac_subdirs_all='testsuite
common
gdbtk
multi-ice
gdbserver'
@ -7889,8 +7888,6 @@ fi
subdirs="$subdirs testsuite"
subdirs="$subdirs common"
# Check whether to support alternative target configurations
# Check whether --enable-targets was given.