From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2041) id 2A8123858C2D; Tue, 11 Oct 2022 07:18:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A8123858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1665472699; bh=084+M7sOur4ylA5Qr0KJUk8k5Fh+OB06lygJYyVAGBE=; h=From:To:Subject:Date:From; b=iqccAikHvBa9n3uH1sjhoW6qCx/KeE1TUjfnp9O2K5WT2lJnNVy5hmiF4/IJTGSJ0 ER58U+m5ah+M0o/7OuW5D1yZoZhXQhc+l75Nc6Lt4RYOSXtXX6shMrTBcL5RYhlxjj cz2/dDG5gaN1mNvjDTCYAfyLE+GSV15WFlFFLajQ= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Vladimir Mezentsev To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb] gprofng: no need to build version.texi X-Act-Checkin: binutils-gdb X-Git-Author: Vladimir Mezentsev X-Git-Refname: refs/heads/master X-Git-Oldrev: 7b68800441a1572640b34f988c8f71f50b2a70cf X-Git-Newrev: 3f2ef5ba4278e7a436208b4aa48e7cb599392a92 Message-Id: <20221011071819.2A8123858C2D@sourceware.org> Date: Tue, 11 Oct 2022 07:18:19 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D3f2ef5ba4278= e7a436208b4aa48e7cb599392a92 commit 3f2ef5ba4278e7a436208b4aa48e7cb599392a92 Author: Vladimir Mezentsev Date: Mon Oct 10 16:50:13 2022 -0700 gprofng: no need to build version.texi =20 gprofng/ChangeLog 2022-10-10 Vladimir Mezentsev =20 PR gprofng/29465 PR gprofng/29667 * doc/Makefile.am: No need to build version.texi. * doc/Makefile.in: Rebuild. Diff: --- gprofng/doc/Makefile.am | 10 ---------- gprofng/doc/Makefile.in | 23 ++++------------------- 2 files changed, 4 insertions(+), 29 deletions(-) diff --git a/gprofng/doc/Makefile.am b/gprofng/doc/Makefile.am index 151e65a77e8..4b63b96fdca 100644 --- a/gprofng/doc/Makefile.am +++ b/gprofng/doc/Makefile.am @@ -21,17 +21,7 @@ AUTOMAKE_OPTIONS =3D info-in-builddir foreign no-texinfo= .tex =20 info_TEXINFOS =3D gprofng.texi gprofng_TEXINFOS =3D fdl.texi -BUILT_SOURCES =3D version.texi -CLEANFILES =3D version.texi TEXINFO_TEX =3D . MAKEINFOHTML =3D $(MAKEINFO) --html --no-split =20 -version.texi:=20 - @echo "@set EDITION 1.0" > $@ - @echo "@set VERSION 1.0" >> $@ - @echo "@set UPDATED 22 February 2022" >> $@ - @echo "@set UPDATED-MONTH February 2022" >> $@ -# @echo "@set UPDATED `date +"%-d %B %Y"`" >> $@ -# @echo "@set UPDATED-MONTH `date +"%B %Y"`" >> $@ - MAINTAINERCLEANFILES =3D gprofng.info diff --git a/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in index 4050586f6a8..969b5e52b3b 100644 --- a/gprofng/doc/Makefile.in +++ b/gprofng/doc/Makefile.in @@ -363,15 +363,10 @@ zlibinc =3D @zlibinc@ AUTOMAKE_OPTIONS =3D info-in-builddir foreign no-texinfo.tex info_TEXINFOS =3D gprofng.texi gprofng_TEXINFOS =3D fdl.texi -BUILT_SOURCES =3D version.texi -CLEANFILES =3D version.texi TEXINFO_TEX =3D . MAKEINFOHTML =3D $(MAKEINFO) --html --no-split -# @echo "@set UPDATED `date +"%-d %B %Y"`" >> $@ -# @echo "@set UPDATED-MONTH `date +"%B %Y"`" >> $@ MAINTAINERCLEANFILES =3D gprofng.info -all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am +all: all-am =20 .SUFFIXES: .SUFFIXES: .dvi .ps @@ -604,15 +599,13 @@ distdir: $(DISTFILES) top_distdir=3D"$(top_distdir)" distdir=3D"$(distdir)" \ dist-info check-am: all-am -check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am +check: check-am all-am: Makefile $(INFO_DEPS) installdirs: for dir in "$(DESTDIR)$(infodir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done -install: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) install-am +install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am @@ -634,7 +627,6 @@ install-strip: mostlyclean-generic: =20 clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) =20 distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -643,7 +635,6 @@ distclean-generic: maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am =20 @@ -805,7 +796,7 @@ ps-am: $(PSS) uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \ uninstall-pdf-am uninstall-ps-am =20 -.MAKE: all check install install-am install-strip +.MAKE: install-am install-strip =20 .PHONY: all all-am check check-am clean clean-aminfo clean-generic \ clean-libtool cscopelist-am ctags-am dist-info distclean \ @@ -826,12 +817,6 @@ uninstall-am: uninstall-dvi-am uninstall-html-am unins= tall-info-am \ .PRECIOUS: Makefile =20 =20 -version.texi:=20 - @echo "@set EDITION 1.0" > $@ - @echo "@set VERSION 1.0" >> $@ - @echo "@set UPDATED 22 February 2022" >> $@ - @echo "@set UPDATED-MONTH February 2022" >> $@ - # 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: