bug-cppi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-cppi] [PATCH 01/19] build: remove use of vestigial rm_subst


From: Jim Meyering
Subject: [bug-cppi] [PATCH 01/19] build: remove use of vestigial rm_subst
Date: Wed, 25 Jan 2012 09:22:38 +0100

From: Jim Meyering <address@hidden>

* Makefile.am (dist-hook): Don't try to substitute "rm".
That was needed only for coreutils, not here.
---
 Makefile.am |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6bfa2e8..00153c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,11 +8,8 @@ EXTRA_DIST = cfg.mk maint.mk .prev-version .version 
dist-check.mk

 # Arrange so that .tarball-version appears only in the distribution
 # tarball, and never in a checked-out repository.
-# The perl substitution is to change some key uses of "rm" to "/bin/rm".
-# See the rm_subst comment for details.
 dist-hook: gen-ChangeLog
        echo $(VERSION) > $(distdir)/.tarball-version
-       perl -pi -e '$(rm_subst)' $(distdir)/src/Makefile.in

 gen_start_date = 2008-01-03
 .PHONY: gen-ChangeLog
-- 
1.7.9.rc2.2.g183d6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]