Re: [PATCH] kheaders: substituting --sort in archive creation

2019-10-16 Thread Masahiro Yamada
On Mon, Oct 14, 2019 at 10:40 PM Quentin Perret wrote: > > Hi Dmitry, > > On Wednesday 09 Oct 2019 at 13:42:14 (+), Dmitry Goldin wrote: > > From: Dmitry Goldin > > > > The option --sort=ORDER was only introduced in tar 1.28 (2014), which > > is rather new and might not be available in some s

Re: [PATCH] kheaders: substituting --sort in archive creation

2019-10-14 Thread Quentin Perret
Hi Dmitry, On Wednesday 09 Oct 2019 at 13:42:14 (+), Dmitry Goldin wrote: > From: Dmitry Goldin > > The option --sort=ORDER was only introduced in tar 1.28 (2014), which > is rather new and might not be available in some setups. > > This patch tries to replicate the previous behaviour as cl

Re: [PATCH] kheaders: substituting --sort in archive creation

2019-10-09 Thread Andreas Schwab
On Okt 09 2019, Dmitry Goldin wrote: > Andreas: Could you give this patch a try and see if this works for you? Thanks, works for me. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely dif

Re: [PATCH] kheaders: substituting --sort in archive creation

2019-10-09 Thread Dmitry Goldin
Hi again, Sorry for the delay, I'm currently traveling and only have access to a rather weak machine so compiles took ages. A few remarks regarding this patch; This version is not fully identical to the previous invocation, as the sort order differs a little, but I tried to get it as close to th