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: [RFA] bad VER in src-release causes snapshot failure


> >>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:
> 
> Joel>         * src-release (VER): Use $(TOOL)/common/create-version.sh
> Joel>         if it exists.
> 
> I sent one a while ago, was hoping for a review:
> http://sourceware.org/ml/gdb-patches/2013-06/msg00738.html

Either works for me. Your version has the downside of computing
the GDB version even if not trying to build a GDB package, and
it could also open the door for us forgetting to set VER to
GDB_VER.  On the upside, it does avoid putting some GDB-specific
code in an expression which is otherwise pretty generic (expression
computing VER).

-- 
Joel


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