This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA] toplevel: Always use in tree makeinfo in texinfo subdir


+USUAL_MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] || pwd | grep /texinfo$ > /dev/null ; \

You should at least quote '/texinfo$'.


You may also look into supporting extra_configure_flags and extra_make_flags Autogen variables for modules. Then just define them to USUAL_MAKEINFO="$$r/texinfo/makeinfo/makeinfo".

Maybe this will allow major cleanups WRT the way gcc is handled in the toplevel Makefile, so it is worth considering it.

Paolo


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