Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Remove make gnu-ism in gdbserver
@ 2011-03-01  7:03 Yao Qi
  2011-03-04  5:49 ` Joel Brobecker
  2011-03-04 17:02 ` Ulrich Weigand
  0 siblings, 2 replies; 7+ messages in thread
From: Yao Qi @ 2011-03-01  7:03 UTC (permalink / raw)
  To: gdb-patches

[-- 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" \

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-03-05 14:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-01  7:03 Remove make gnu-ism in gdbserver Yao Qi
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox