From bb172844a85a0d79aa7814510bfffdb168fa3bb4 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 24 Dec 2021 17:22:00 -0800 Subject: maint: tight-scope-mk need not be read-only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * top/maint.mk (tight-scope.mk): Don’t bother to make tight-scope.mk read-only either. --- top/maint.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'top') diff --git a/top/maint.mk b/top/maint.mk index a61bfda134..7345d45313 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -1702,9 +1702,8 @@ sc_tight_scope: tight-scope.mk exit $$fail tight-scope.mk: $(ME) - @rm -f $@ $@-t @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(srcdir)/$(ME) > $@-t - @chmod a=r $@-t && mv $@-t $@ + @mv $@-t $@ ifeq (a,b) # TS-start -- cgit v1.2.1