GraphicsMagick: Makefile.am (snapshot): Rely on the graphicsmagi...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.22424.1639325690.1995.graphicsmagick-commit@lists.sourceforge.net> |
changeset 0cc7cbab8a9a in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=0cc7cbab8a9a summary: Makefile.am (snapshot): Rely on the graphicsmagick_snapshot_copy script to reduce files we don't care to distribute. diffstat: ChangeLog | 4 ++++ Makefile.am | 8 +------- Makefile.in | 8 +------- www/Changelog.html | 8 ++++++-- 4 files changed, 12 insertions(+), 16 deletions(-) diffs (69 lines): diff -r 7a47d374177d -r 0cc7cbab8a9a ChangeLog --- a/ChangeLog Sun Dec 12 09:51:15 2021 -0600 +++ b/ChangeLog Sun Dec 12 10:14:37 2021 -0600 @@ -1,5 +1,9 @@ 2021-12-12 Bob Friesenhahn <[email protected]> + * Makefile.am (snapshot): Rely on the graphicsmagick_snapshot_copy + script to reduce files we don't care to distribute so that all + targets are still produced. + * coders/jp2.c (alloc_rlm): JasPer expects its allocator to return non-null for zero size diff -r 7a47d374177d -r 0cc7cbab8a9a Makefile.am --- a/Makefile.am Sun Dec 12 09:51:15 2021 -0600 +++ b/Makefile.am Sun Dec 12 10:14:37 2021 -0600 @@ -386,14 +386,8 @@ # somewhere using some mechanism only known to itself. # # The arguments to the script are the original path names of the files to distribute. -# -# Removed $(DIST_ARCHIVE_SRPM) and $(DIST_WINDOWS_SRC_7ZIP) as well as changed from -# $(DIST_ARCHIVES) $(DIST_WINDOWS_SRC_7ZIP) $(DIST_ARCHIVE_SRPM) -# to -# $(distdir).tar.xz -# in order to reduce the copy/upload cost for the archives. snapshot: distcheck - $(GRAPHICSMAGICK_SNAPSHOT_COPY) $(distdir).tar.xz $(top_srcdir)/ChangeLog $(top_srcdir)/www/Changelog.html + $(GRAPHICSMAGICK_SNAPSHOT_COPY) $(DIST_ARCHIVES) $(DIST_WINDOWS_SRC_7ZIP) $(DIST_ARCHIVE_SRPM) $(top_srcdir)/ChangeLog $(top_srcdir)/www/Changelog.html else diff -r 7a47d374177d -r 0cc7cbab8a9a Makefile.in --- a/Makefile.in Sun Dec 12 09:51:15 2021 -0600 +++ b/Makefile.in Sun Dec 12 10:14:37 2021 -0600 @@ -11306,14 +11306,8 @@ # somewhere using some mechanism only known to itself. # # The arguments to the script are the original path names of the files to distribute. -# -# Removed $(DIST_ARCHIVE_SRPM) and $(DIST_WINDOWS_SRC_7ZIP) as well as changed from -# $(DIST_ARCHIVES) $(DIST_WINDOWS_SRC_7ZIP) $(DIST_ARCHIVE_SRPM) -# to -# $(distdir).tar.xz -# in order to reduce the copy/upload cost for the archives. @HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@snapshot: distcheck -@HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@ $(GRAPHICSMAGICK_SNAPSHOT_COPY) $(distdir).tar.xz $(top_srcdir)/ChangeLog $(top_srcdir)/www/Changelog.html +@HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@ $(GRAPHICSMAGICK_SNAPSHOT_COPY) $(DIST_ARCHIVES) $(DIST_WINDOWS_SRC_7ZIP) $(DIST_ARCHIVE_SRPM) $(top_srcdir)/ChangeLog $(top_srcdir)/www/Changelog.html @HasGRAPHICSMAGICK_SNAPSHOT_COPY_FALSE@snapshot: distcheck @HasGRAPHICSMAGICK_SNAPSHOT_COPY_FALSE@ $(MAKE) $(DIST_ARCHIVE_SRPM) @HasGRAPHICSMAGICK_SNAPSHOT_COPY_FALSE@ $(MAKE) $(DIST_WINDOWS_SRC_7ZIP) diff -r 7a47d374177d -r 0cc7cbab8a9a www/Changelog.html --- a/www/Changelog.html Sun Dec 12 09:51:15 2021 -0600 +++ b/www/Changelog.html Sun Dec 12 10:14:37 2021 -0600 @@ -37,8 +37,12 @@ <p>2021-12-12 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> <blockquote> -* coders/jp2.c (alloc_rlm): JasPer expects its allocator to return -non-null for zero size</blockquote> +<p>* Makefile.am (snapshot): Rely on the graphicsmagick_snapshot_copy +script to reduce files we don't care to distribute so that all +targets are still produced.</p> +<p>* coders/jp2.c (alloc_rlm): JasPer expects its allocator to return +non-null for zero size</p> +</blockquote> <p>2021-12-05 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> <blockquote> <p>* Makefile.am (snapshot): Update the snapshot target to distribute