gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5454-g1aa1656e


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5454-g1aa1656e
Date: Thu, 1 Feb 2024 08:12:07 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-5.3-stable has been updated
       via  1aa1656ee3939e51138fe1842fa8d964f9a138ba (commit)
      from  e05040b5d81b5a0e809fc56df2a7c3d654c77e1d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=1aa1656ee3939e51138fe1842fa8d964f9a138ba

commit 1aa1656ee3939e51138fe1842fa8d964f9a138ba
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Feb 1 15:11:43 2024 +0200

    Improve build cleanup.

diff --git a/.gitignore b/.gitignore
index 72308efe..44c703de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@
 autom4te.cache
 .deps
 *.dSYM
+.dirstamp
 
 # Single files.
 Makefile
diff --git a/ChangeLog b/ChangeLog
index 5d709533..dab88af0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-02-01         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * .gitignore: Ignore .dirstamp files. Thanks to "M"
+       <c24p0101@gmail.com> for the suggestion.
+
 2024-01-28         Arnold D. Robbins     <arnold@skeeve.com>
 
        * node.c (str2wstr): Always allocate the array for use
diff --git a/support/ChangeLog b/support/ChangeLog
index e815e4cf..af083f2c 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,8 @@
+2024-02-01         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * Makefile.am (distclean-local): Remove malloc/.deps
+       directory also.
+
 2023-11-02         Arnold D. Robbins     <arnold@skeeve.com>
 
        * 5.3.0: Release tar ball made.
diff --git a/support/Makefile.am b/support/Makefile.am
index 016931ae..f669dd3a 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -90,4 +90,4 @@ DEBUG = -gdwarf-4 -g3
 DEFS = -DGAWK -DHAVE_CONFIG_H -I"$(srcdir)/.."
 
 distclean-local:
-       rm -fr .deps
+       rm -fr .deps malloc/.deps
diff --git a/support/Makefile.in b/support/Makefile.in
index 3b200b86..5775d1a4 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -722,7 +722,7 @@ uninstall-am:
 
 
 distclean-local:
-       rm -fr .deps
+       rm -fr .deps malloc/.deps
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.

-----------------------------------------------------------------------

Summary of changes:
 .gitignore          | 1 +
 ChangeLog           | 5 +++++
 support/ChangeLog   | 5 +++++
 support/Makefile.am | 2 +-
 support/Makefile.in | 2 +-
 5 files changed, 13 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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