<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/Makefile.am, branch v7.5</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.5</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.5'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-08-04T10:06:32Z</updated>
<entry>
<title>maint: move the update-copyright rule to gnulib's maint.mk</title>
<updated>2009-08-04T10:06:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-04T08:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c60f151ebdfd47a56991a1fb481b28a2020d27f5'/>
<id>urn:sha1:c60f151ebdfd47a56991a1fb481b28a2020d27f5</id>
<content type='text'>
* gnulib: Update submodule to get latest maint.mk.
* Makefile.am (update-copyright): Remove rule; now it's in maint.mk.
* m4/check-decl.m4: Update sole remaining copyright year list.
</content>
</entry>
<entry>
<title>maint: improve update-copyright rule</title>
<updated>2009-07-29T09:05:54Z</updated>
<author>
<name>Joel E. Denny</name>
<email>jdenny@clemson.edu</email>
</author>
<published>2009-07-29T09:05:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1bc5395e925ab555004960a33c2b772e0bd011ae'/>
<id>urn:sha1:1bc5395e925ab555004960a33c2b772e0bd011ae</id>
<content type='text'>
* Makefile.am (update-copyright): Relax the selection rule
to match any file containing the word "Copyright".
Correct the exclusion rule so that it also excludes ChangeLog
and COPYING files that are not in the top level directory.
</content>
</entry>
<entry>
<title>maint: add a rule to automate the annual copyright-year-update process</title>
<updated>2009-06-27T07:16:59Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-06-26T11:33:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e472f8fece400b6cb8a93dee7476cdb257f64d2f'/>
<id>urn:sha1:e472f8fece400b6cb8a93dee7476cdb257f64d2f</id>
<content type='text'>
* build-aux/update-copyright: New file.
* Makefile.am (changelog_etc): Add update-copyright.
(update-copyright): New rule.
</content>
</entry>
<entry>
<title>stdbuf: A new program to run a command with modified stdio buffering</title>
<updated>2009-06-17T13:54:29Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2008-12-17T11:30:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a5a2a406f8d65f0e852d9ed7fbfb630c6b81dd7f'/>
<id>urn:sha1:a5a2a406f8d65f0e852d9ed7fbfb630c6b81dd7f</id>
<content type='text'>
* AUTHORS: Register as the author.
* NEWS: Mention this change.
* README: Add stdbuf command to list.
* configure.ac: Only enable on ELF systems with GCC.
* cfg.mk (sc_system_h_headers): Use VC_LIST_EXCEPT rather than
VC_LIST, so we can add an exception, if needed.
* .x-sc_system_h_headers: New file.  Exempt libstdbuf.c.
* Makefile.am (syntax_check_exceptions): Add .x-sc_system_h_headers.
* doc/coreutils.texi (stdbuf invocation): Add stdbuf info.
* man/.gitignore: Ignore generated manpage.
* src/.gitignore: Ignore stdbuf and libstdbuf.so binaries.
* man/Makefile.am (stdbuf.1): Add dependency.
* man/stdbuf.x: New file with example usage.
* po/POTFILES.in: Reference new command and shared library sources.
* src/Makefile.am (build_if_possible__progs): Add stdbuf and libstdbuf,
(pkglib_PROGRAMS): Reference optional shared lib,
(libstdbuf_so_LDADD): Ensure we don't link with non PIC libcoreutils.a.
(libstdbuf_so_LDFLAGS): Add -shared GCC option,
(libstdbuf_so_CFLAGS): Add -fPIC GCC option.
(check-README): Exclude libstbuf.
(check-AUTHORS): ditto.
(sc_tight_scope): Exclude functions starting with __.
* src/libstdbuf.c: The LD_PRELOAD shared library to control buffering.
* src/stdbuf.c: New file to setup env variables before execing command.
* tests/Makefile.am: Reference new test file.
* tests/misc/help-version: Set expected exit codes.
* tests/misc/invalid-opt: ditto.
* tests/misc/stdbuf: Add 9 tests.
</content>
</entry>
<entry>
<title>maint: Add a syntax-check to ensure all .x-sc_ files are distributed</title>
<updated>2009-06-08T14:35:31Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2009-06-08T07:42:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=502be19e0fdb52dbc76fe95d5a4966ef0b06f3dc'/>
<id>urn:sha1:502be19e0fdb52dbc76fe95d5a4966ef0b06f3dc</id>
<content type='text'>
* Makefile.am: Add a couple of missing entries to
syntax_check_exceptions for distribution.
* cfg.mk: Add a rule to ensure the syntax_check_exceptions list
stays in sync with the .x-sc_* files in the repository.
</content>
</entry>
<entry>
<title>build: move coreutils-specific rules from maint.mk to new file</title>
<updated>2009-04-24T19:41:11Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-24T19:36:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9e7edf000690fbed1f79aee3c0412334787756a1'/>
<id>urn:sha1:9e7edf000690fbed1f79aee3c0412334787756a1</id>
<content type='text'>
* dist-check.mk: New file: coreutils-specific rules extracted
from maint.mk, now that maint.mk has migrated to gnulib.
* Makefile.am (EXTRA_DIST): Add dist-check.mk.
* coreutils/cfg.mk: Include $(srcdir)/dist-check.mk.
* gnulib: Update submodule to latest.
</content>
</entry>
<entry>
<title>build: avoid parallel distcheck failure</title>
<updated>2009-04-11T13:20:37Z</updated>
<author>
<name>Ralf Wildenhues</name>
<email>Ralf.Wildenhues@gmx.de</email>
</author>
<published>2009-04-11T12:48:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4404198c12b5d378ed03cbc1547f87011b4d3fb2'/>
<id>urn:sha1:4404198c12b5d378ed03cbc1547f87011b4d3fb2</id>
<content type='text'>
* Makefile.am (ALL_RECURSIVE_TARGETS): Initialize here, too,
to please automake.  Add install-root, check-root, distcheck-hook.
* cfg.mk (ALL_RECURSIVE_TARGETS): Add sc_tight_scope.
* maint.mk (ALL_RECURSIVE_TARGETS): Add patch-check,
check-AUTHORS, maintainer-distcheck, vc-dist, taint-distcheck,
my-distcheck, alpha, beta, major.
</content>
</entry>
<entry>
<title>maint: clean up Makefile.am, rename remaining ChangeLog files</title>
<updated>2009-04-04T10:40:58Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-04-04T10:39:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8e8b025c9000b781bee81cecd68f863d51c254a7'/>
<id>urn:sha1:8e8b025c9000b781bee81cecd68f863d51c254a7</id>
<content type='text'>
* Makefile.am (changelog_etc, syntax_check_exceptions): Define.
(EXTRA_DIST): Use.  Remove names that are now automatically
included: build-aux/git-version-gen, build-aux/vc-list-files.
* build-aux/ChangeLog-2007: Rename from */ChangeLog.
* doc/ChangeLog-2007: Likewise.
* lib/ChangeLog-2007: Likewise.
* m4/ChangeLog-2007: Likewise.
* po/ChangeLog-2007: Likewise.
</content>
</entry>
<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>
</feed>
