Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/mkdirat-tests @ 16025:8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
* m4/mkdirat.m4: New file. extracted from m4/openat.m4.
* m4/openat.m4 (gl_FUNC_OPENAT): Don't require gl_SYS_STAT_H_DEFAULTS.
Don't test for mkdirat. Don't set GNULIB_MKDIRAT, HAVE_MKDIRAT.
* modules/mkdirat: New file, extracted from modules/openat.
* modules/openat (Files): Remove lib/mkdirat.c.
(Depends-on): Remove mkdir.
(configure.ac): Remove AC_LIBOBJ of mkdirat.
(Include): Remove <sys/stat.h>.
* modules/mkdirat-tests: New file, extracted from modules/openat-tests.
* modules/openat-tests (Files): Remove tests/test-mkdirat.c,
tests/test-mkdir.h.
(Depends-on): Remove ignore-value.
(Makefile.am): Remove rules for test-mkdirat.
* doc/posix-functions/mkdirat.texi: Mention module 'mkdirat' instead
of module 'openat'.
* NEWS: Mention the change.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 04 Nov 2011 11:31:25 +0100 |
parents | |
children |
rev | line source |
---|---|
16025
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/test-mkdirat.c |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 tests/test-mkdir.h |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 tests/signature.h |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 tests/macros.h |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 Depends-on: |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 ignore-value |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 progname |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 symlink |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 configure.ac: |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 Makefile.am: |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 TESTS += test-mkdirat |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 check_PROGRAMS += test-mkdirat |
8d9cce581f57
New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 test_mkdirat_LDADD = $(LDADD) @LIBINTL@ |