nproc: A new program to count the available processors
authorGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 31 Oct 2009 17:59:50 +0000 (18:59 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 6 Nov 2009 16:54:12 +0000 (16:54 +0000)
commit74cf4cb26dcecd36eb45dc00dbd4587d9dc24a2f
tree226d1f3f872b413e09000e67bd8f20c5ffab6136
parent41456fac8ae69789b04196cb09788e1711b31cb3
nproc: A new program to count the available processors

* AUTHORS: Add my name.
* NEWS: Mention it.
* README: Likewise.
* bootstrap.conf (gnulib_modules): Add nproc.
* doc/coreutils.texi (nproc invocation): Add nproc info.
* man/Makefile.am (nproc.1): Add dependency.
* man/nproc.x: New template.
* man/.gitignore: Ignore generated man page.
* po/POTFILES.in: Add src/nproc.c.
* src/.gitignore: Exclude nproc.
* src/Makefile.am (EXTRA_PROGRAMS): Add nproc.
* src/nproc.c: New file.
* tests/Makefile.am (TESTS): Add misc/nproc-{avail,positive}.
* tests/misc/nproc-avail: New file.
* tests/misc/nproc-positive: New file.
15 files changed:
AUTHORS
NEWS
README
bootstrap.conf
doc/coreutils.texi
man/.gitignore
man/Makefile.am
man/nproc.x [new file with mode: 0644]
po/POTFILES.in
src/.gitignore
src/Makefile.am
src/nproc.c [new file with mode: 0644]
tests/Makefile.am
tests/misc/nproc-avail [new file with mode: 0755]
tests/misc/nproc-positive [new file with mode: 0755]