<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/maint.mk, branch v7.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-03-25T21:51:55Z</updated>
<entry>
<title>tests: don't fail "make syntax-check" on cygwin</title>
<updated>2009-03-25T21:51:55Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-25T21:49:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b102ed9ba6e529cc3dcf6be63c95d0f93d5499e0'/>
<id>urn:sha1:b102ed9ba6e529cc3dcf6be63c95d0f93d5499e0</id>
<content type='text'>
* maint.mk (NEWS_hash): Remove trailing " -" or " *-".
* cfg.mk (old_NEWS_hash): Regenerate, removing " -".
Reported by Eric Blake.
</content>
</entry>
<entry>
<title>tests: search only files that are under version control</title>
<updated>2009-03-21T08:58:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-21T08:43:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d1df6ef183a651c82b719c3eef6f81b899109a7e'/>
<id>urn:sha1:d1df6ef183a651c82b719c3eef6f81b899109a7e</id>
<content type='text'>
* maint.mk (sc_error_exit_success): Search only files
that are under version control.
(sc_makefile_path_separator_check): Likewise.
Check *.mk files, too, not just Makefile.am files.
</content>
</entry>
<entry>
<title>tests: follow own advice: use $(PATH_SEPARATOR), not ":"</title>
<updated>2009-03-21T08:58:37Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-21T08:52:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e45c9a02a4506417949fbc3af91c2e9900d35cc6'/>
<id>urn:sha1:e45c9a02a4506417949fbc3af91c2e9900d35cc6</id>
<content type='text'>
* maint.mk (coreutils-path-check): Use the variable, not the literal.
</content>
</entry>
<entry>
<title>tests: modernize: use $(var) makefile notation, not @var@</title>
<updated>2009-03-21T08:58:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-21T08:56:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1f95a450996aae2e99c02241f31ffd370db2e472'/>
<id>urn:sha1:1f95a450996aae2e99c02241f31ffd370db2e472</id>
<content type='text'>
* maint.mk (sc_makefile_path_separator_check): Recommend
the use of $(PATH_SEPARATOR), not @PATH_SEPARATOR@.
Remove an obsolete comment.
</content>
</entry>
<entry>
<title>maint: normalize leading-TAB indentation in Makefiles</title>
<updated>2009-03-18T11:40:07Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-18T11:20:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e6d2d9479495dff8520e577c221d5195eb9bb48b'/>
<id>urn:sha1:e6d2d9479495dff8520e577c221d5195eb9bb48b</id>
<content type='text'>
* maint.mk (sc_makefile_TAB_only_indentation): New rule.
Replace each TAB+8-space sequence with two TABs.
* man/Makefile.am: Likewise.
* build-aux/check.mk: Likewise.
I used this command (run it more than once, if needed):
t=$'\t'; git grep -l -E "$t {8}"|grep -E 'Makefile|\.mk$' \
| xargs perl -pi -e 's/\t {8}/\t\t/'
</content>
</entry>
<entry>
<title>maint: remove spurious case-ignoring option from a test</title>
<updated>2009-03-06T06:18:09Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-06T06:18:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c763b485f50690b955f0926c9feba4684476e5e3'/>
<id>urn:sha1:c763b485f50690b955f0926c9feba4684476e5e3</id>
<content type='text'>
* maint.mk (sc_trailing_blank): Remove useless/harmless ignore_case=1.
</content>
</entry>
<entry>
<title>maint: improve release-related process and documentation</title>
<updated>2009-03-03T07:24:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-03T07:24:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cb0d71399c27213cd01828969424fa6b2f451515'/>
<id>urn:sha1:cb0d71399c27213cd01828969424fa6b2f451515</id>
<content type='text'>
* README-release: Fix typo. it's "maintainer-clean".
Refer to HACKING for full list of dependencies.
Use cvs add's -ko option to inhibit $Id$-style keyword expansion.
* maint.mk (web-manual): Factor out definition of $(manual_title).
(vc-dist): Set XZ_OPT=-9ev for the final "make dist".
* cfg.mk (manual_title): Define it here.
Suggestions from Eric Blake.
</content>
</entry>
<entry>
<title>dist: automate the post-release web-manual update process</title>
<updated>2009-03-02T18:30:13Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-02-27T12:56:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ce9c2c64de5798fbc17e6d64efc88fcdf9a039dc'/>
<id>urn:sha1:ce9c2c64de5798fbc17e6d64efc88fcdf9a039dc</id>
<content type='text'>
* maint.mk (web-manual): New rule, from m4's maint.mk.
* bootstrap.conf (gnulib_modules): Add gendocs.
</content>
</entry>
<entry>
<title>dist: do not emit MD5 or SHA1 checksums into announcement template</title>
<updated>2009-03-02T07:59:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-02T07:40:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2209d10f4c512a562d71b328a5e353f3c9675bc7'/>
<id>urn:sha1:2209d10f4c512a562d71b328a5e353f3c9675bc7</id>
<content type='text'>
* maint.mk (announcement): Use announce-gen's new --no-print-checksums.
</content>
</entry>
<entry>
<title>maint: detect unnecessary inclusion of signal.h</title>
<updated>2009-02-28T10:06:35Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-02-24T20:43:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=18332a65af50c65d184127229901979dd2bd4e87'/>
<id>urn:sha1:18332a65af50c65d184127229901979dd2bd4e87</id>
<content type='text'>
* maint.mk (sc_prohibit_signal_without_use): New rule.
</content>
</entry>
</feed>
