Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Yao Qi <yao@codesourcery.com>
To: gdb-patches@sourceware.org
Subject: Remove make gnu-ism in gdbserver
Date: Tue, 01 Mar 2011 07:03:00 -0000	[thread overview]
Message-ID: <4D6C9A29.3000701@codesourcery.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]

On 03/01/2011 01:46 PM, Yao Qi wrote:
> 3.  GNU make feature,
> http://sourceware.org/ml/gdb-patches/2011-02/msg00489.html
> Since we decide not to require GNU make, I'll remove its GNU make feature.

This patch is to fix this problem above.  This patch should be applied
top of my "make-clean fix" patch
(http://sourceware.org/ml/gdb-patches/2011-03/msg00020.html).

-- 
Yao (齐尧)

[-- Attachment #2: remove-gdbserver-gnu-0301.patch --]
[-- Type: text/x-patch, Size: 581 bytes --]

gdb/gdbserver/

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

diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in
index d27c942..14ee91f 100644
--- a/gdb/gdbserver/Makefile.in
+++ b/gdb/gdbserver/Makefile.in
@@ -200,7 +200,7 @@ FLAGS_TO_PASS = \
 all: gdbserver$(EXEEXT) gdbreplay$(EXEEXT) $(extra_libraries)
 
 $(LIBCOMMON): $(LIBCOMMON_DIR)/Makefile
-	@$(MAKE) $(FLAGS_TO_PASS) DO=all --directory=common
+	@$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=common subdir_do
 
 common/Makefile: configure-common config.status
         CONFIG_FILES="common/Makefile" \

             reply	other threads:[~2011-03-01  7:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-01  7:03 Yao Qi [this message]
2011-03-04  5:49 ` Joel Brobecker
2011-03-04  6:34   ` Yao Qi
2011-03-04 17:02 ` Ulrich Weigand
2011-03-05  3:25   ` Joel Brobecker
2011-03-05  3:51     ` Joel Brobecker
2011-03-05 14:15     ` Yao Qi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D6C9A29.3000701@codesourcery.com \
    --to=yao@codesourcery.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox