[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#19376: [PATCH 4/4] build: use -pi.bak instead of -pi
From: |
KO Myung-Hun |
Subject: |
bug#19376: [PATCH 4/4] build: use -pi.bak instead of -pi |
Date: |
Sun, 14 Dec 2014 12:47:41 +0900 |
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 --git a/Makefile.am b/Makefile.am
index fb4af27..371eb59 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,7 +105,7 @@ BUILT_SOURCES = .version
# See the rm_subst comment for details.
dist-hook: gen-ChangeLog
$(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version
- $(AM_V_at)perl -pi -e '$(rm_subst)' $(distdir)/Makefile.in
+ $(AM_V_at)perl -pi.bak -e '$(rm_subst)' $(distdir)/Makefile.in
gen_start_date = 2008-02-08
.PHONY: gen-ChangeLog
diff --git a/bootstrap.conf b/bootstrap.conf
index c0b5f02..0baf455 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -366,7 +366,7 @@ bootstrap_epilogue()
# Why? That pipeline searches all files in $(top_srcdir), and if you
# happen to have large files (or apparently large sparse files), the
# first grep may well run out of memory.
- perl -pi -e 's/if LC_ALL=C grep .GNU .PACKAGE.*; then/if true; then/' \
+ perl -pi.bak -e 's/if LC_ALL=C grep .GNU .PACKAGE.*; then/if true; then/' \
po/Makefile.in.in
# Install our git hooks, as long as "cp" accepts the --backup option,
--
1.8.5.2
- bug#19377: [PATCH] OS/2 patches, KO Myung-Hun, 2014/12/14
- bug#19374: [PATCH 2/4] build: configure.ac: support a response file on OS/2, KO Myung-Hun, 2014/12/14
- bug#19375: [PATCH 1/4] doc: add $(EXEEXT) suffix to the executables, KO Myung-Hun, 2014/12/14
- bug#19375: [PATCH 1/4] doc: add $(EXEEXT) suffix to the executables, Pádraig Brady, 2014/12/14
- Message not available
- bug#19375: closed (Re: bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2), KO Myung-Hun, 2014/12/18
- bug#19375: closed (Re: bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2), Pádraig Brady, 2014/12/18
- bug#19375: closed (Re: bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2), KO Myung-Hun, 2014/12/18
bug#19376: [PATCH 4/4] build: use -pi.bak instead of -pi,
KO Myung-Hun <=
bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2, KO Myung-Hun, 2014/12/14
- bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2, Pádraig Brady, 2014/12/14
- bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2, KO Myung-Hun, 2014/12/14
- bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2, Pádraig Brady, 2014/12/15
- bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2, Jim Meyering, 2014/12/15
- bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2, KO Myung-Hun, 2014/12/15
- bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2, Paul Eggert, 2014/12/15