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


> 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).

I also meant to mention that my patch avoids duplicating again
the code used to compute the GDB version... It's already spread
everywhere, so not a big deal, but relatively easy to avoid by
re-using your create-version.sh script. A bit of a hack, though.

-- 
Joel


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