* top/maint.mk (tight-scope.mk): Don’t bother to make
tight-scope.mk read-only either.
2021-12-24 Paul Eggert <eggert@cs.ucla.edu>
+ maint: tight-scope-mk need not be read-only
+ * top/maint.mk (tight-scope.mk): Don’t bother to make
+ tight-scope.mk read-only either.
+
maint: break out '&& mv $@-t $@'
* build-aux/git-version-gen, config/argz.mk, modules/configmake:
* modules/posix_spawnp-tests, modules/snippet/link-warning:
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