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

2014-12-13 Thread KO Myung-Hun
* configure.ac (LDFLAGS): Add -Zargs-resp on os2*. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 0744964..7cb1085 100644 --- a/configure.ac +++ b/configure.ac @@ -589,6 +589,9 @@ AM_GNU_GETTEXT_VERSION([0.18.1]) # For a test of uniq: it

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

2014-12-13 Thread KO Myung-Hun
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): Likewise. * src/du.c (main): Likewise. * src/head.c (main): Likewise. * src/ln.c

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

2014-12-13 Thread KO Myung-Hun
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 +- bootstrap.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

bug#19377: [PATCH] OS/2 patches

2014-12-13 Thread KO Myung-Hun
Hi/2. These are OS/2 patches for coreutils. Review, please... [PATCH 1/4] doc: add $(EXEEXT) suffix to the executables [PATCH 2/4] build: configure.ac: support a response file on OS/2 [PATCH 3/4] cat,chcon,chgrp,chmod,chown,cp,du,head: support wildcards [PATCH 4/4] build: use -pi.bak instead of

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

2014-12-13 Thread KO Myung-Hun
* man/local.mk: Add $(EXEEXT) suffix to the executables. --- man/local.mk | 217 ++- 1 file changed, 109 insertions(+), 108 deletions(-) diff --git a/man/local.mk b/man/local.mk index 24cdce0..6687502 100644 --- a/man/local.mk +++