From ced54c8ff84033a6b1d9d0a7cc76c7b6a32fe37f Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Thu, 3 Mar 2011 04:16:33 +0000 Subject: [PATCH] 2011-03-03 Yao Qi * Makefile.in (configure-common): Remove. Let Makefile in dir common to rebuild itself. (common/Makefile): Likewise. --- gdb/ChangeLog | 6 ++++++ gdb/Makefile.in | 23 ----------------------- 2 files changed, 6 insertions(+), 23 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9e2787f..38a06bf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2011-03-03 Yao Qi + + * Makefile.in (configure-common): Remove. Let Makefile + in dir common to rebuild itself. + (common/Makefile): Likewise. + 2011-03-03 Joel Brobecker * utils.c (parse_escape): Add i18n markup in error message. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8c13e53..00d624f 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1174,22 +1174,6 @@ all-lib: gnulib/Makefile $(LIBCOMMON): $(LIBCOMMON_DIR)/Makefile @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=common subdir_do -configure-common: - @: $(MAKE); $(unstage) - @r=`${PWD_COMMAND}`; export r; \ - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - test ! -f common/Makefile || exit 0; \ - $(SHELL) $(srcdir)/../mkinstalldirs common ; \ - $(HOST_EXPORTS) \ - echo Configuring in common; \ - cd "common" || exit 1; \ - commondir="$$s/common"; \ - srcdiroption="--srcdir=$${commondir}"; \ - $(SHELL) $${commondir}/configure --enable-gdbserver=no \ - $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ - --target=${target_alias} $${srcdiroption} \ - || exit 1 - # Convenience rule to handle recursion. .PHONY: all-data-directory all-data-directory: data-directory/Makefile @@ -1325,13 +1309,6 @@ data-directory/Makefile: data-directory/Makefile.in config.status @frags@ CONFIG_LINKS= \ $(SHELL) config.status -common/Makefile: configure-common common/Makefile.in config.status @frags@ - CONFIG_FILES="common/Makefile" \ - CONFIG_COMMANDS="depfiles" \ - CONFIG_HEADERS= \ - CONFIG_LINKS= \ - $(SHELL) config.status - config.h: stamp-h ; @true stamp-h: $(srcdir)/config.in config.status CONFIG_HEADERS=config.h:config.in \ -- 2.7.4