[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (c5f2f6d2d1 -> 525653d38a)
From: |
Gavin D. Smith |
Subject: |
master updated (c5f2f6d2d1 -> 525653d38a) |
Date: |
Thu, 15 Aug 2024 17:10:44 -0400 (EDT) |
gavin pushed a change to branch master.
from c5f2f6d2d1 * autogen.sh: Do not append command line arguments ("$@")
to automake command line. The purpose of this is unknown. It meant that an
incorrect "-n" flag would be printed in "chicken" mode.
new 17e79d09c9 Untrack some build files
new 525653d38a * build-aux/ar-lib: Remove. It does not appear to be used
anywhere.
Summary of changes:
.gitignore | 10 +
ChangeLog | 16 +
build-aux/ar-lib | 270 -------
build-aux/compile | 349 ---------
build-aux/config.guess | 1803 --------------------------------------------
build-aux/config.sub | 1895 -----------------------------------------------
build-aux/depcomp | 790 --------------------
build-aux/install-sh | 541 --------------
build-aux/mdate-sh | 228 ------
build-aux/missing | 215 ------
build-aux/tap-driver.sh | 651 ----------------
build-aux/test-driver | 153 ----
12 files changed, 26 insertions(+), 6895 deletions(-)
delete mode 100755 build-aux/ar-lib
delete mode 100755 build-aux/compile
delete mode 100755 build-aux/config.guess
delete mode 100755 build-aux/config.sub
delete mode 100755 build-aux/depcomp
delete mode 100755 build-aux/install-sh
delete mode 100755 build-aux/mdate-sh
delete mode 100755 build-aux/missing
delete mode 100755 build-aux/tap-driver.sh
delete mode 100755 build-aux/test-driver
- master updated (c5f2f6d2d1 -> 525653d38a),
Gavin D. Smith <=