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: [PATCH] Makefile fix


> The problem here as having two targets with exactly the same rule.
> Easiest way to fix this is to simply drop $(LIBGNU) as target and have only:
> 
> $(GNULIB_H): $(GNULIB_BUILDDIR)/Makefile
>         @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=$(GNULIB_BUILDDIR) subdir_do
> 
> I don't think that will break anything.  But then I thought the same
> about the previous diff...

I am wondering if we could handle gnulib more or less the same
way we handle libiberty or libbfd, ie depend on $(LIBGNU)?
The difference, in the case of libgnu, is that we are configuring
gnulib from GDB as opposed to from the root directory.

If necessary, perhaps now is the time to move gnulib to the root
directory as we've been talking about a few times before?

-- 
Joel


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