gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-309


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-3093-g8f62990
Date: Tue, 18 Dec 2018 13:43:00 -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-4.2-stable has been updated
       via  8f6299093d8277b312f927a9bf36fceacae38f4d (commit)
      from  b86b312111fb65a7aa83c985bf0af49ba111ede6 (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=8f6299093d8277b312f927a9bf36fceacae38f4d

commit 8f6299093d8277b312f927a9bf36fceacae38f4d
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Dec 18 20:42:42 2018 +0200

    Remove .deps directory upon make distclean.

diff --git a/ChangeLog b/ChangeLog
index 0195b3e..4365cff 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-12-18         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (distclean-local): Remove .deps directory.
+
 2018-12-14         Arnold D. Robbins     <address@hidden>
 
        * config.guess: Updated from GNULIB.
diff --git a/Makefile.am b/Makefile.am
index ec80f39..2fede4a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -213,3 +213,6 @@ valgrind-noleak:
 
 spell:
        cd "$(srcdir)"/doc ; $(MAKE) spell
+
+distclean-local:
+       rm -fr .deps
diff --git a/Makefile.in b/Makefile.in
index acf660d..f108e01 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1104,7 +1104,7 @@ distclean: distclean-recursive
        -rm -f ./$(DEPDIR)/version.Po
        -rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
-       distclean-hdr distclean-tags
+       distclean-hdr distclean-local distclean-tags
 
 dvi: dvi-recursive
 
@@ -1200,15 +1200,15 @@ uninstall-am: uninstall-binPROGRAMS 
uninstall-includeHEADERS
        cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
        dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
        dist-zip distcheck distclean distclean-compile \
-       distclean-generic distclean-hdr distclean-tags distcleancheck \
-       distdir distuninstallcheck dvi dvi-am html html-am info \
-       info-am install install-am install-binPROGRAMS install-data \
-       install-data-am install-dvi install-dvi-am install-exec \
-       install-exec-am install-exec-hook install-html install-html-am \
-       install-includeHEADERS install-info install-info-am \
-       install-man install-pdf install-pdf-am install-ps \
-       install-ps-am install-strip installcheck installcheck-am \
-       installdirs installdirs-am maintainer-clean \
+       distclean-generic distclean-hdr distclean-local distclean-tags \
+       distcleancheck distdir distuninstallcheck dvi dvi-am html \
+       html-am info info-am install install-am install-binPROGRAMS \
+       install-data install-data-am install-dvi install-dvi-am \
+       install-exec install-exec-am install-exec-hook install-html \
+       install-html-am install-includeHEADERS install-info \
+       install-info-am install-man install-pdf install-pdf-am \
+       install-ps install-ps-am install-strip installcheck \
+       installcheck-am installdirs installdirs-am maintainer-clean \
        maintainer-clean-generic mostlyclean mostlyclean-compile \
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
        uninstall-am uninstall-binPROGRAMS uninstall-includeHEADERS
@@ -1290,6 +1290,9 @@ valgrind-noleak:
 spell:
        cd "$(srcdir)"/doc ; $(MAKE) spell
 
+distclean-local:
+       rm -fr .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.
 .NOEXPORT:
diff --git a/awklib/ChangeLog b/awklib/ChangeLog
index 8700e09..adeb2dd 100644
--- a/awklib/ChangeLog
+++ b/awklib/ChangeLog
@@ -1,3 +1,7 @@
+2018-12-18         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (distclean-local): Remove .deps directory.
+
 2018-09-16         Arnold D. Robbins     <address@hidden>
 
        * Makefile.in: Regenerated, using Automake 1.16.1.
diff --git a/awklib/Makefile.am b/awklib/Makefile.am
index 902c193..adb607b 100644
--- a/awklib/Makefile.am
+++ b/awklib/Makefile.am
@@ -88,3 +88,6 @@ passwd.awk: $(srcdir)/eg/lib/passwdawk.in
 
 group.awk: $(srcdir)/eg/lib/groupawk.in
        sed 's;/usr/local/libexec/awk;$(pkglibexecdir);' < 
$(srcdir)/eg/lib/groupawk.in > group.awk
+
+distclean-local:
+       rm -fr .deps
diff --git a/awklib/Makefile.in b/awklib/Makefile.in
index ec5b309..054597d 100644
--- a/awklib/Makefile.in
+++ b/awklib/Makefile.in
@@ -584,7 +584,7 @@ distclean: distclean-am
        -rm -f ./$(DEPDIR)/pwcat.Po
        -rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
-       distclean-tags
+       distclean-local distclean-tags
 
 dvi: dvi-am
 
@@ -652,17 +652,17 @@ uninstall-am: uninstall-local uninstall-pkglibexecPROGRAMS
 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
        clean-generic clean-local clean-pkglibexecPROGRAMS \
        cscopelist-am ctags ctags-am distclean distclean-compile \
-       distclean-generic distclean-tags distdir dvi dvi-am html \
-       html-am info info-am install install-am install-data \
-       install-data-am install-dvi install-dvi-am install-exec \
-       install-exec-am install-exec-hook install-html install-html-am \
-       install-info install-info-am install-man install-pdf \
-       install-pdf-am install-pkglibexecPROGRAMS install-ps \
-       install-ps-am install-strip installcheck installcheck-am \
-       installdirs maintainer-clean maintainer-clean-generic \
-       mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
-       ps ps-am tags tags-am uninstall uninstall-am uninstall-local \
-       uninstall-pkglibexecPROGRAMS
+       distclean-generic distclean-local distclean-tags distdir dvi \
+       dvi-am html html-am info info-am install install-am \
+       install-data install-data-am install-dvi install-dvi-am \
+       install-exec install-exec-am install-exec-hook install-html \
+       install-html-am install-info install-info-am install-man \
+       install-pdf install-pdf-am install-pkglibexecPROGRAMS \
+       install-ps install-ps-am install-strip installcheck \
+       installcheck-am installdirs maintainer-clean \
+       maintainer-clean-generic mostlyclean mostlyclean-compile \
+       mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
+       uninstall-am uninstall-local uninstall-pkglibexecPROGRAMS
 
 .PRECIOUS: Makefile
 
@@ -710,6 +710,9 @@ passwd.awk: $(srcdir)/eg/lib/passwdawk.in
 group.awk: $(srcdir)/eg/lib/groupawk.in
        sed 's;/usr/local/libexec/awk;$(pkglibexecdir);' < 
$(srcdir)/eg/lib/groupawk.in > group.awk
 
+distclean-local:
+       rm -fr .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.
 .NOEXPORT:
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 4245003..6912762 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2018-12-18         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (distclean-local): Remove .deps directory.
+
 2018-09-16         Arnold D. Robbins     <address@hidden>
 
        * Makefile.in, aclocal.m4, configure: Regenerated, using
diff --git a/extension/Makefile.am b/extension/Makefile.am
index f9b49cb..58650ca 100644
--- a/extension/Makefile.am
+++ b/extension/Makefile.am
@@ -151,3 +151,6 @@ dist_man_MANS = \
 
 # gettext requires this
 SUBDIRS = po 
+
+distclean-local:
+       rm -fr .deps
diff --git a/extension/Makefile.in b/extension/Makefile.in
index 613a219..8a904ba 100644
--- a/extension/Makefile.in
+++ b/extension/Makefile.in
@@ -1253,7 +1253,7 @@ distclean: distclean-recursive
        -rm -f ./$(DEPDIR)/time.Plo
        -rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
-       distclean-hdr distclean-libtool distclean-tags
+       distclean-hdr distclean-libtool distclean-local distclean-tags
 
 dvi: dvi-recursive
 
@@ -1345,15 +1345,15 @@ uninstall-man: uninstall-man3
        ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
        dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
        distclean-compile distclean-generic distclean-hdr \
-       distclean-libtool distclean-tags distcleancheck distdir \
-       distuninstallcheck dvi dvi-am html html-am info info-am \
-       install install-am install-data install-data-am \
-       install-data-hook install-dvi install-dvi-am install-exec \
-       install-exec-am install-html install-html-am install-info \
-       install-info-am install-man install-man3 install-pdf \
-       install-pdf-am install-pkgextensionLTLIBRARIES install-ps \
-       install-ps-am install-strip installcheck installcheck-am \
-       installdirs installdirs-am maintainer-clean \
+       distclean-libtool distclean-local distclean-tags \
+       distcleancheck distdir distuninstallcheck dvi dvi-am html \
+       html-am info info-am install install-am install-data \
+       install-data-am install-data-hook install-dvi install-dvi-am \
+       install-exec install-exec-am install-html install-html-am \
+       install-info install-info-am install-man install-man3 \
+       install-pdf install-pdf-am install-pkgextensionLTLIBRARIES \
+       install-ps install-ps-am install-strip installcheck \
+       installcheck-am installdirs installdirs-am maintainer-clean \
        maintainer-clean-generic mostlyclean mostlyclean-compile \
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
        tags tags-am uninstall uninstall-am uninstall-man \
@@ -1376,6 +1376,9 @@ uninstall-so:
 
 uninstall-recursive: uninstall-so
 
+distclean-local:
+       rm -fr .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.
 .NOEXPORT:
diff --git a/support/ChangeLog b/support/ChangeLog
index 44f4a62..0075304 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2018-12-18         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (distclean-local): Remove .deps directory.
+
 2018-12-15         Arnold D. Robbins     <address@hidden>
 
        * dfa.h, dfa.c: Sync with GNULIB.
diff --git a/support/Makefile.am b/support/Makefile.am
index 0e19876..bc620f5 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -59,3 +59,6 @@ libsupport_a_SOURCES = \
 RM = rm -f
 
 DEFS = -DGAWK -DHAVE_CONFIG_H -I"$(srcdir)/.."
+
+distclean-local:
+       rm -fr .deps
diff --git a/support/Makefile.in b/support/Makefile.in
index 9d87cfb..991ce3b 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -576,7 +576,7 @@ distclean: distclean-am
        -rm -f ./$(DEPDIR)/regex.Po
        -rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
-       distclean-tags
+       distclean-local distclean-tags
 
 dvi: dvi-am
 
@@ -647,19 +647,22 @@ uninstall-am:
 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
        clean-generic clean-noinstLIBRARIES cscopelist-am ctags \
        ctags-am distclean distclean-compile distclean-generic \
-       distclean-tags distdir dvi dvi-am html html-am info info-am \
-       install install-am install-data install-data-am install-dvi \
-       install-dvi-am install-exec install-exec-am install-html \
-       install-html-am install-info install-info-am install-man \
-       install-pdf install-pdf-am install-ps install-ps-am \
-       install-strip installcheck installcheck-am installdirs \
-       maintainer-clean maintainer-clean-generic mostlyclean \
-       mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
-       tags tags-am uninstall uninstall-am
+       distclean-local distclean-tags distdir dvi dvi-am html html-am \
+       info info-am install install-am install-data install-data-am \
+       install-dvi install-dvi-am install-exec install-exec-am \
+       install-html install-html-am install-info install-info-am \
+       install-man install-pdf install-pdf-am install-ps \
+       install-ps-am install-strip installcheck installcheck-am \
+       installdirs maintainer-clean maintainer-clean-generic \
+       mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
+       ps ps-am tags tags-am uninstall uninstall-am
 
 .PRECIOUS: Makefile
 
 
+distclean-local:
+       rm -fr .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.
 .NOEXPORT:

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

Summary of changes:
 ChangeLog             |  4 ++++
 Makefile.am           |  3 +++
 Makefile.in           | 23 +++++++++++++----------
 awklib/ChangeLog      |  4 ++++
 awklib/Makefile.am    |  3 +++
 awklib/Makefile.in    | 27 +++++++++++++++------------
 extension/ChangeLog   |  4 ++++
 extension/Makefile.am |  3 +++
 extension/Makefile.in | 23 +++++++++++++----------
 support/ChangeLog     |  4 ++++
 support/Makefile.am   |  3 +++
 support/Makefile.in   | 23 +++++++++++++----------
 12 files changed, 82 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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