<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/Makefile.am, 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-01-01T01:15:07Z</updated>
<entry>
<title>maint: use more sc_-prefixed names</title>
<updated>2009-01-01T01:15:07Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-12-26T14:53:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1ee192a9ffa84319a695270e816dceb8b9a5f657'/>
<id>urn:sha1:1ee192a9ffa84319a695270e816dceb8b9a5f657</id>
<content type='text'>
* maint.mk (sc_po_check): Renamed from po-check.
(sc_author_mark_check): Renamed from author_mark_check.
(sc_copyright_check): Renamed from copyright-check.
(sc_makefile_path_separator_check): Renamed from
makefile_path_separator_check.
(local-checks-available): Remove the old names.
* Makefile.am (EXTRA_DIST): Reflect the renaming: .x-sc_po_check
* .x-po-check: Rename to...
* .x-sc_po_check: ...new file.
</content>
</entry>
<entry>
<title>Update URL: s!www.iro.umontreal.ca!translationproject.org/team/...!</title>
<updated>2008-11-09T14:35:51Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-11-09T14:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cfa2120e83087c542bc80bd84928c8a965b5deed'/>
<id>urn:sha1:cfa2120e83087c542bc80bd84928c8a965b5deed</id>
<content type='text'>
* Makefile.am (THANKS-to-translators): Update URL template.
</content>
</entry>
<entry>
<title>tests: move check-misc targets from src/Makefile.am to maint.mk</title>
<updated>2008-10-12T09:21:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-10-12T09:05:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c3e1fe230b9858d94299ab6f106d4e37fa4a6d75'/>
<id>urn:sha1:c3e1fe230b9858d94299ab6f106d4e37fa4a6d75</id>
<content type='text'>
* src/Makefile.am (check): Remove check-misc.
(check-misc): Remove target.
* maint.mk (sc_prohibit_stat_st_blocks): New target.
(sc_prohibit_S_IS_definition): New target.
* Makefile.am (EXTRA_DIST): Add .x-sc_prohibit_stat_st_blocks.
* .x-sc_prohibit_stat_st_blocks: New file.
Andreas Schwab reported that "make check" could fail to detect
violation of the no-S_IS*-definition policy.
</content>
</entry>
<entry>
<title>each file with a "main" must also declare program_name</title>
<updated>2008-06-02T16:50:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-06-02T15:48:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=77b1bfc85cdf4ec01094ee31c8c85e2a83dea466'/>
<id>urn:sha1:77b1bfc85cdf4ec01094ee31c8c85e2a83dea466</id>
<content type='text'>
* maint.mk (sc_program_name): New rule.
* .x-sc_program_name: New file.
* Makefile.am (EXTRA_DIST): Add .x-sc_program_name.
</content>
</entry>
<entry>
<title>tests: clean up root tests; adapt to new layout</title>
<updated>2008-04-20T22:02:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-04-18T13:51:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b214b51ca01f4b81f4381aa7ac7c3dba2911d588'/>
<id>urn:sha1:b214b51ca01f4b81f4381aa7ac7c3dba2911d588</id>
<content type='text'>
* tests/Makefile.am (root_tests): New list.
(check-root): Add 'SUBDIRS='.
(root-hint): Point to README.
* Makefile.am (check-root): Add 'SUBDIRS=' here, too.
* maint.mk (sc_root_tests): Adapt rule to new syntax used
in tests/Makefile.am.
</content>
</entry>
<entry>
<title>Use new gnulib gnumakefile module.</title>
<updated>2008-03-25T20:56:39Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2008-03-24T11:51:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5f2ea441ac7eb7ace61e1ae422c5ae9165f02258'/>
<id>urn:sha1:5f2ea441ac7eb7ace61e1ae422c5ae9165f02258</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): Pull in new module.
* GNUmakefile: Remove from version control.
* .gitignore: Update.
* configure.ac (AC_CONFIG_LINKS): Delete; rely on gnulib to do
this now.
* Makefile.am (EXTRA_DIST, distclean-local): Likewise.

Signed-off-by: Eric Blake &lt;ebb9@byu.net&gt;
</content>
</entry>
<entry>
<title>Sync GNUmakefile with gnulib.</title>
<updated>2008-03-20T13:52:55Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2008-03-20T13:19:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2c7bed000e8091a1400114694ea1f34a678e88c4'/>
<id>urn:sha1:2c7bed000e8091a1400114694ea1f34a678e88c4</id>
<content type='text'>
* GNUmakefile (Makefile.cfg): Rename...
(cfg.mk): ...to this, and make optional.
(GNUmakefile.cfg): Delete, redundant with cfg.mk.
(Makefile.maint): Rename...
(maint.mk): ...to this.
(all) [!_have-Makefile]: Rename...
(abort-due-to-no-makefile): ...to this, and invoke via
.DEFAULT_GOAL to pick up all targets.
* Makefile.cfg: Rename...
* cfg.mk: ...to this.
* Makefile.maint: Rename...
* maint.mk ...to this.
(ME): Reflect rename.
(makefile-check, m4-check, author_mark_check, msg): Use $(ME)
rather than hard-coded name.
* Makefile.am (EXTRA_DIST): Distribute renamed files.
* .x-sc_file_system: Remove Makefile.maint along with others. No longer needed.
* .x-sc_obsolete_symbols: Likewise.
* .x-sc_prohibit_atoi_atof: Reflect renaming and remove no-longer-VC'd names.
* TODO: Likewise.

Signed-off-by: Eric Blake &lt;ebb9@byu.net&gt;
</content>
</entry>
<entry>
<title>Reinstate GNUmakefile patch, but with workaround for automake.</title>
<updated>2008-03-04T19:54:45Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2008-03-04T19:54:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=07bc841590ceccf8eac9a98d55001bb0412f5299'/>
<id>urn:sha1:07bc841590ceccf8eac9a98d55001bb0412f5299</id>
<content type='text'>
* configure.ac (AC_CONFIG_LINKS): Use shell variable to bypass
automake distclean rules.
* Makefile.am (distclean-local): Clean GNUmakefile in VPATH builds,
since we are bypassing automake.
* GNUmakefile (_is-dist-target): 'distclean' is not a dist target.
</content>
</entry>
<entry>
<title>Fix non-srcdir "make distcheck" failure.</title>
<updated>2008-02-19T12:31:56Z</updated>
<author>
<name>James Youngman</name>
<email>jay@gnu.org</email>
</author>
<published>2008-02-19T12:27:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4242d4f5c4f32374b684882a74e1b773ad01b1d6'/>
<id>urn:sha1:4242d4f5c4f32374b684882a74e1b773ad01b1d6</id>
<content type='text'>
* Makefile.am (check-ls-dircolors): Look for sources under
$(srcdir), not under ".".
</content>
</entry>
<entry>
<title>Ensure that dircolors.c and ls.c remain in sync.</title>
<updated>2008-02-17T10:16:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-02-13T13:33:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ace5387fb6409b6ad773a43f3d1ef6dd922295c6'/>
<id>urn:sha1:ace5387fb6409b6ad773a43f3d1ef6dd922295c6</id>
<content type='text'>
* Makefile.am (check-ls-dircolors): New rule.
(distcheck-hook): Depend on it.
</content>
</entry>
</feed>
