[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated (31237ca48 -> 38da1d906)
From: |
Mike Frysinger |
Subject: |
[automake-commit] branch master updated (31237ca48 -> 38da1d906) |
Date: |
Wed, 23 Feb 2022 22:08:39 -0500 |
vapier pushed a change to branch master
in repository automake.
from 31237ca48 NEWS: fix typo in fix-timestamp.sh script name
new 3099097d7 rm: handle -f w/no arguments gracefully
new 38da1d906 python: use xargs -n when uninstalling files
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
NEWS | 4 ++++
PLANS/rm-f-without-args.txt | 40 ----------------------------------------
lib/am/check.am | 8 ++++----
lib/am/clean.am | 4 ++--
lib/am/header-vars.am | 4 ++++
lib/am/inst-vars.am | 8 +++-----
lib/am/libs.am | 2 +-
lib/am/ltlib.am | 8 +++-----
lib/am/progs.am | 4 ++--
lib/am/python.am | 8 ++------
lib/am/texinfos.am | 8 +++-----
m4/init.m4 | 42 ++----------------------------------------
m4/rmf.m4 | 16 ++++++++++++++++
m4/xargsn.m4 | 20 ++++++++++++++++++++
t/rm-f-probe.sh | 26 ++++++++++++--------------
15 files changed, 78 insertions(+), 124 deletions(-)
delete mode 100644 PLANS/rm-f-without-args.txt
create mode 100644 m4/rmf.m4
create mode 100644 m4/xargsn.m4
- [automake-commit] branch master updated (31237ca48 -> 38da1d906),
Mike Frysinger <=