This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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] configure: replace bashisms with POSIX shell


On Monday, October 03, 2011 18:11:57 Roland McGrath wrote:
> Similar changes are already on the portable branch.
> In releases, elfutils-portability.patch is generated from that branch.

i don't understand why it isn't just merged ?  this isn't something that is 
really all that complicated, in many cases the "portable" is pretty much the 
same, and most distros are going to be applying this anyways ...

for example the math change:
	-[eu_version=$[($eu_version + 999) / 1000]]
	+eu_version=$(( (eu_version + 999) / 1000 ))
same # of forks, and same number of paren/brackets ...

> If you are building elfutils for a system distribution, you probably
> want to apply elfutils-robustify.patch (which is used on Fedora) too.

yeah, we used to apply that patch.  seems it was dropped at some point in 
Gentoo, but don't know why.
-mike

Attachment: signature.asc
Description: PGP signature


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