This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Remove make gnu-ism in gdbserver


On Sat, Mar 05, 2011 at 07:24:45AM +0400, Joel Brobecker wrote:
> > >  $(LIBCOMMON): $(LIBCOMMON_DIR)/Makefile
> > > -	@$(MAKE) $(FLAGS_TO_PASS) DO=all --directory=common
> > > +	@$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=common subdir_do
> > 
> > This breaks building gdbserver completely for me:

This should now be fixed. I was able to reproduce by building
the gdbserver standalone.  It turns out that the other patch
on which this depended had been approved by me (!), except
that I asked Yao to wait for a few days, in order to give
others some time to comment (I tend to defer to Pedro in the
gdbserver/ area). Since I approved the patch, I applied it now.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]