annotate modules/sys_wait @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10676
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 A <sys/wait.h> for systems with missing declarations.
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/sys_wait.in.h
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/sys_wait_h.m4
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 include_next
15416
10b35faca629 Rename module 'c++defs' to 'snippet/c++defs'.
Bruno Haible <bruno@clisp.org>
parents: 14894
diff changeset
10 snippet/c++defs
15419
d2437ed29d20 Rename module 'warn-on-use' to 'snippet/warn-on-use'.
Bruno Haible <bruno@clisp.org>
parents: 15416
diff changeset
11 snippet/warn-on-use
10676
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_SYS_WAIT_H
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 AC_PROG_MKDIR_P
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Makefile.am:
12536
cd64e80f94e4 link-warning: always build headers with link warnings
Eric Blake <ebb9@byu.net>
parents: 12531
diff changeset
18 BUILT_SOURCES += sys/wait.h
10676
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 # We need the following in order to create <sys/wait.h> when the system
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 # has one that is incomplete.
14527
049942251f65 Ensure to rebuild generated .h files when config.status has changed.
Bruno Haible <bruno@clisp.org>
parents: 14273
diff changeset
22 sys/wait.h: sys_wait.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
11926
79c91e5cce7a Use $(MKDIR_P) instead of @MKDIR_P@.
Simon Josefsson <simon@josefsson.org>
parents: 11868
diff changeset
23 $(AM_V_at)$(MKDIR_P) sys
11868
67c2b22aff08 annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
Jim Meyering <meyering@redhat.com>
parents: 10676
diff changeset
24 $(AM_V_GEN)rm -f $@-t $@ && \
10676
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
14840
5f709022a256 Allow multiple gnulib generated include files to be combined.
Bruno Haible <bruno@clisp.org>
parents: 14527
diff changeset
26 sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
5f709022a256 Allow multiple gnulib generated include files to be combined.
Bruno Haible <bruno@clisp.org>
parents: 14527
diff changeset
27 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
10676
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
13761
a19ace3ba849 Avoid line length limitation from HP NonStop system header files.
Bruno Haible <bruno@clisp.org>
parents: 13745
diff changeset
29 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
10676
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 -e 's|@''NEXT_SYS_WAIT_H''@|$(NEXT_SYS_WAIT_H)|g' \
14894
b22360ddefc4 gnulib-tool: Better isolation between different gnulib-tool invocations.
Bruno Haible <bruno@clisp.org>
parents: 14840
diff changeset
31 -e 's/@''GNULIB_WAITPID''@/$(GNULIB_WAITPID)/g' \
13742
886a8812ecd0 New module 'waitpid'.
Bruno Haible <bruno@clisp.org>
parents: 12536
diff changeset
32 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
886a8812ecd0 New module 'waitpid'.
Bruno Haible <bruno@clisp.org>
parents: 12536
diff changeset
33 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
10676
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 < $(srcdir)/sys_wait.in.h; \
11868
67c2b22aff08 annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
Jim Meyering <meyering@redhat.com>
parents: 10676
diff changeset
35 } > $@-t && \
10676
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36 mv $@-t $@
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37 MOSTLYCLEANFILES += sys/wait.h sys/wait.h-t
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
38 MOSTLYCLEANDIRS += sys
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
40 Include:
12008
18ea6ab4e81d maint: make Include sections of modules consistent
Eric Blake <ebb9@byu.net>
parents: 11926
diff changeset
41 <sys/wait.h>
10676
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
42
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
43 License:
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
44 LGPLv2+
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
45
ada5a6cc2034 New module 'sys_wait'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
46 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 15419
diff changeset
47 all