bug#19377: bug#19376: [PATCH 4/4] build: use -pi.bak instead of -pi

2014-12-14 Thread KO Myung-Hun
Jim Meyering wrote: > On Sun, Dec 14, 2014 at 5:25 AM, Pádraig Brady wrote: >> forcemerge 19376 19377 >> stop >> >> On 14/12/14 03:47, KO Myung-Hun wrote: >>> This fixes the following error. >>> >>> - >>> Can't do inplace edit without backup. >>> - >>> >>> * Makefile.am (dist-hook): Use

bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2

2014-12-14 Thread KO Myung-Hun
Pádraig Brady wrote: > forcemerge 19378 19377 > stop > > On 14/12/14 03:47, KO Myung-Hun wrote: >> And ln,ls,mv,rm,tail. >> >> * src/cat.c (main): Expand wildcards on OS/2. >> * src/chcon.c (main): Likewise. >> * src/chgrp.c (main): Likewise. >> * src/chmod.c (main): Likewise. >> * src/chown.c (

bug#19374: [PATCH 2/4] build: configure.ac: support a response file on OS/2

2014-12-14 Thread KO Myung-Hun
Pádraig Brady wrote: > forcemerge 19374 19377 > stop > > On 14/12/14 03:47, KO Myung-Hun wrote: >> * configure.ac (LDFLAGS): Add -Zargs-resp on os2*. > > This imparts no information. Please comment as to the "why" > rather than the "what". > Fixed. >> --- >> configure.ac | 3 +++ >> 1 file

bug#19377: bug#19376: [PATCH 4/4] build: use -pi.bak instead of -pi

2014-12-14 Thread Jim Meyering
On Sun, Dec 14, 2014 at 5:25 AM, Pádraig Brady wrote: > forcemerge 19376 19377 > stop > > On 14/12/14 03:47, KO Myung-Hun wrote: >> This fixes the following error. >> >> - >> Can't do inplace edit without backup. >> - >> >> * Makefile.am (dist-hook): Use -pi.bak instead of -pi. >> * bootst

bug#19377: bug#19376: [PATCH 4/4] build: use -pi.bak instead of -pi

2014-12-14 Thread Pádraig Brady
forcemerge 19376 19377 stop On 14/12/14 03:47, KO Myung-Hun wrote: > This fixes the following error. > > - > Can't do inplace edit without backup. > - > > * Makefile.am (dist-hook): Use -pi.bak instead of -pi. > * bootstrap.conf (bootstrap_epilogue): Likewise. > --- > Makefile.am| 2

bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2

2014-12-14 Thread Pádraig Brady
forcemerge 19378 19377 stop On 14/12/14 03:47, KO Myung-Hun wrote: > And ln,ls,mv,rm,tail. > > * src/cat.c (main): Expand wildcards on OS/2. > * src/chcon.c (main): Likewise. > * src/chgrp.c (main): Likewise. > * src/chmod.c (main): Likewise. > * src/chown.c (main): Likewise. > * src/cp.c (main):

bug#19374: [PATCH 2/4] build: configure.ac: support a response file on OS/2

2014-12-14 Thread Pádraig Brady
forcemerge 19374 19377 stop On 14/12/14 03:47, KO Myung-Hun wrote: > * configure.ac (LDFLAGS): Add -Zargs-resp on os2*. This imparts no information. Please comment as to the "why" rather than the "what". > --- > configure.ac | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/configur

bug#19375: [PATCH 1/4] doc: add $(EXEEXT) suffix to the executables

2014-12-14 Thread Pádraig Brady
foremerge 19375 19377 stop On 14/12/14 03:47, KO Myung-Hun wrote: > * man/local.mk: Add $(EXEEXT) suffix to the executables. LGTM. thanks, Pádraig.