<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/Makefile.maint, branch v6.8</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.8</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.8'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2007-02-10T15:17:41Z</updated>
<entry>
<title>* Makefile.maint (longopt_re): Relax the regexp, making square</title>
<updated>2007-02-10T15:17:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-10T15:17:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bbb61fa617cdd8de4bffa2497f330787054f1e80'/>
<id>urn:sha1:bbb61fa617cdd8de4bffa2497f330787054f1e80</id>
<content type='text'>
brackets optional, so it matches the newly reported violations, too.
</content>
</entry>
<entry>
<title>* src/c99-to-c89.diff: Make shred.c Index: and a/b prefixes</title>
<updated>2007-02-02T00:22:58Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-02T00:22:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1d72903fafbd744ea57b25c47607c6b0c9c49766'/>
<id>urn:sha1:1d72903fafbd744ea57b25c47607c6b0c9c49766</id>
<content type='text'>
consistent, so this can be applied with patch -p0.
Reported by Matthew Woehlke.

* Makefile.maint (patch-check): Use patch with its -p2 option,
since that makes this check slightly more strict.
</content>
</entry>
<entry>
<title>Pass "make distcheck" again.</title>
<updated>2007-01-24T08:32:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-01-24T08:32:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a16f807d7ee7fe3e2fca65ce63f5e1889e9fbfb4'/>
<id>urn:sha1:a16f807d7ee7fe3e2fca65ce63f5e1889e9fbfb4</id>
<content type='text'>
* src/sort.c (usage): Split a diagnostic that had grown to be
longer than the C89 maximum of 509 bytes.
* .x-sc_cast_of_argument_to_free: New file.  Allow a cast in sort.c.
FIXME: this is just temporary, while we wait to remove the offending
access-calling code.
* Makefile.am (EXTRA_DIST): Add .x-sc_cast_of_argument_to_free.
* Makefile.maint (sc_cast_of_argument_to_free): Use the
canonical, $$($(CVS_LIST_EXCEPT)).
* m4/.gitignore, m4/.cvsignore, lib/.gitignore, lib/.cvsignore: Update.
</content>
</entry>
<entry>
<title>* tests/sample-test: Update copyright date to 2007.</title>
<updated>2007-01-07T17:38:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-01-07T17:38:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dad7d86d57d2a6351ba1a395109760dce8977a91'/>
<id>urn:sha1:dad7d86d57d2a6351ba1a395109760dce8977a91</id>
<content type='text'>
* Makefile.maint (copyright-check): Also check the copyright date
in tests/sample-test.
</content>
</entry>
<entry>
<title>* Makefile.maint (VC-tag): Define, so as to gpg-sign each release</title>
<updated>2006-12-26T15:42:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-12-26T15:42:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4b9e9875542cc1796ae40579c9a76011c9028abc'/>
<id>urn:sha1:4b9e9875542cc1796ae40579c9a76011c9028abc</id>
<content type='text'>
tag, using the release version number as the message.
(vc-dist): Use $(VC-tag), rather than "$(VC) tag".

2006-12-24  Jim Meyering  &lt;jim@meyering.net&gt;

* Makefile.maint (my-distcheck): Don't *configure* with
restrictive CFLAGS ('-Werror -ansi -pedantic -Wno-long-long'),
since it ends up provoking errors in generation of inttypes.h
on an Ubuntu edgy-based system.  That leads to compilation
failure due to e.g., imaxabs redefinition.
Instead, configure with default CFLAGS, and compile the
package with restrictive CFLAGS.
</content>
</entry>
<entry>
<title>* Makefile.maint (patch-check): Fix shell quoting.</title>
<updated>2006-12-21T10:05:16Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-12-21T10:05:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a828a78563e57d447784abcd260ff2bc7c215f10'/>
<id>urn:sha1:a828a78563e57d447784abcd260ff2bc7c215f10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include bootstrap tool version info in the announcement form.</title>
<updated>2006-12-08T09:28:05Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-12-08T09:28:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=939c480a79f7776a3d6a73fbf3eef411d1e2256f'/>
<id>urn:sha1:939c480a79f7776a3d6a73fbf3eef411d1e2256f</id>
<content type='text'>
* Makefile.maint (gnulib_snapshot_date): Define.
(announcement): Use two new announce-gen options,
--bootstrap-tools and --gnulib-snapshot-date.
* Makefile.cfg (gnulib_dir): Set.
</content>
</entry>
<entry>
<title>* Makefile.maint (patch-check): Rewrite to diagnose failure.</title>
<updated>2006-11-27T13:38:35Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-27T13:38:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=97136cb93fa4f54e37ba34c9cdd14655243155a9'/>
<id>urn:sha1:97136cb93fa4f54e37ba34c9cdd14655243155a9</id>
<content type='text'>
* src/c99-to-c89.diff: Adjust shred.c offsets.
</content>
</entry>
<entry>
<title>Improve the check for departures from C89, and fix the departures</title>
<updated>2006-11-27T10:27:46Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@penguin.cs.ucla.edu</email>
</author>
<published>2006-11-27T10:27:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9b06af3367500dfe09067b047381e788969059cd'/>
<id>urn:sha1:9b06af3367500dfe09067b047381e788969059cd</id>
<content type='text'>
I found.
* Makefile.maint (my-distcheck): Also check for C89 compatibility
as best we can with GCC.
* src/stat.c (PRINTF_OPTION): Omit comma before } in enum
declaration; C89 doesn't allow this.
* src/dcgen: Don't generate string literals longer than
what C89 requires support for.
* src/cut.c (usage): Don't use string literals longer than
what C89 requires support for.
* src/date.c (usage): Likewise.
* src/dd.c (usage): Likewise.
* src/du.c (usage): Likewise.
* src/ls.c (usage): Likewise.
* src/od.c (usage): Likewise.
* src/readlink.c (usage): Likewise.
* src/seq.c (usage): Likewise.
* src/shred.c (usage): Likewise.
</content>
</entry>
<entry>
<title>* Makefile.maint (patch-check): Compile patched sources with</title>
<updated>2006-11-26T17:51:27Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-26T17:51:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a43ee65ee5f30f4a82545033412b3d9a9e37bdaf'/>
<id>urn:sha1:a43ee65ee5f30f4a82545033412b3d9a9e37bdaf</id>
<content type='text'>
CFLAGS='-Wdeclaration-after-statement -Werror', to ensure that
no violations remain.
</content>
</entry>
</feed>
