]> Savannah Git Hosting - gnulib.git/commitdiff
maint: avoid empty lines in recipes
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Dec 2021 01:22:00 +0000 (17:22 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Dec 2021 01:27:26 +0000 (17:27 -0800)
AIX 7.2 ‘make’ complains about recipe lines that are empty after
macro expansion, and I suppose there’s a good chance some
non-POSIX ‘make’ would prohibit them.  Rework macros so
that we can avoid them.
* gnulib-tool (func_emit_lib_Makefile_am)
(func_emit_lib_Makefile_am): Support @!NMD@ too.
* modules/gen-header (@gl_V_at): New macro.
* modules/alloca-opt, modules/argz, modules/assert-h:
* modules/byteswap, modules/configmake, modules/ctype:
* modules/dirent, modules/errno, modules/execinfo, modules/fcntl-h:
* modules/float, modules/fnmatch-h, modules/getopt-posix:
* modules/glob-h, modules/iconv-h, modules/ieee754-h:
* modules/inttypes-incomplete, modules/langinfo:
* modules/libtextstyle-optional, modules/limits-h, modules/locale:
* modules/malloc-h, modules/math, modules/monetary, modules/netdb:
* modules/openmp-init, modules/poll-h, modules/posix-shell:
* modules/pthread-h, modules/pty, modules/sched, modules/search:
* modules/signal-h, modules/sigsegv, modules/snippet/link-warning:
* modules/spawn, modules/stdalign, modules/stdarg, modules/stdbool:
* modules/stddef, modules/stdint, modules/stdio, modules/stdlib:
* modules/stdnoreturn, modules/string, modules/strings:
* modules/sysexits, modules/termios, modules/threads-h:
* modules/time, modules/uchar, modules/unicase/base:
* modules/uniconv/base, modules/unictype/base, modules/unigbrk/base:
* modules/unilbrk/base, modules/uniname/base, modules/uninorm/base:
* modules/unistd, modules/unistdio/base, modules/unistr/base:
* modules/unitypes, modules/uniwbrk/base, modules/uniwidth/base:
* modules/utime-h, modules/wchar, modules/wctype-h:
Use it.

71 files changed:
ChangeLog
gnulib-tool
modules/alloca-opt
modules/argz
modules/assert-h
modules/byteswap
modules/configmake
modules/ctype
modules/dirent
modules/errno
modules/execinfo
modules/fcntl-h
modules/float
modules/fnmatch-h
modules/gen-header
modules/getopt-posix
modules/glob-h
modules/iconv-h
modules/ieee754-h
modules/inttypes-incomplete
modules/langinfo
modules/libtextstyle-optional
modules/limits-h
modules/locale
modules/malloc-h
modules/math
modules/monetary
modules/netdb
modules/openmp-init
modules/poll-h
modules/posix-shell
modules/pthread-h
modules/pty
modules/sched
modules/search
modules/signal-h
modules/sigsegv
modules/snippet/link-warning
modules/spawn
modules/stdalign
modules/stdarg
modules/stdbool
modules/stddef
modules/stdint
modules/stdio
modules/stdlib
modules/stdnoreturn
modules/string
modules/strings
modules/sys_types
modules/sysexits
modules/termios
modules/threads-h
modules/time
modules/uchar
modules/unicase/base
modules/uniconv/base
modules/unictype/base
modules/unigbrk/base
modules/unilbrk/base
modules/uniname/base
modules/uninorm/base
modules/unistd
modules/unistdio/base
modules/unistr/base
modules/unitypes
modules/uniwbrk/base
modules/uniwidth/base
modules/utime-h
modules/wchar
modules/wctype-h

index 7cfcc2893b387b0535508d2c038c903291a048eb..34c680e107cdf2cb176140f964527320fa9b09e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,36 @@
 2021-12-24  Paul Eggert  <eggert@cs.ucla.edu>
 
+       maint: avoid empty lines in recipes
+       AIX 7.2 ‘make’ complains about recipe lines that are empty after
+       macro expansion, and I suppose there’s a good chance some
+       non-POSIX ‘make’ would prohibit them.  Rework macros so
+       that we can avoid them.
+       * gnulib-tool (func_emit_lib_Makefile_am)
+       (func_emit_lib_Makefile_am): Support @!NMD@ too.
+       * modules/gen-header (@gl_V_at): New macro.
+       * modules/alloca-opt, modules/argz, modules/assert-h:
+       * modules/byteswap, modules/configmake, modules/ctype:
+       * modules/dirent, modules/errno, modules/execinfo, modules/fcntl-h:
+       * modules/float, modules/fnmatch-h, modules/getopt-posix:
+       * modules/glob-h, modules/iconv-h, modules/ieee754-h:
+       * modules/inttypes-incomplete, modules/langinfo:
+       * modules/libtextstyle-optional, modules/limits-h, modules/locale:
+       * modules/malloc-h, modules/math, modules/monetary, modules/netdb:
+       * modules/openmp-init, modules/poll-h, modules/posix-shell:
+       * modules/pthread-h, modules/pty, modules/sched, modules/search:
+       * modules/signal-h, modules/sigsegv, modules/snippet/link-warning:
+       * modules/spawn, modules/stdalign, modules/stdarg, modules/stdbool:
+       * modules/stddef, modules/stdint, modules/stdio, modules/stdlib:
+       * modules/stdnoreturn, modules/string, modules/strings:
+       * modules/sysexits, modules/termios, modules/threads-h:
+       * modules/time, modules/uchar, modules/unicase/base:
+       * modules/uniconv/base, modules/unictype/base, modules/unigbrk/base:
+       * modules/unilbrk/base, modules/uniname/base, modules/uninorm/base:
+       * modules/unistd, modules/unistdio/base, modules/unistr/base:
+       * modules/unitypes, modules/uniwbrk/base, modules/uniwidth/base:
+       * modules/utime-h, modules/wchar, modules/wctype-h:
+       Use it.
+
        maint: tight-scope-mk need not be read-only
        * top/maint.mk (tight-scope.mk): Don’t bother to make
        tight-scope.mk read-only either.
index 2870c2984a5e35a2a4a844bcd86af37a4f3d64b7..0d4f246d8c91463fe5271844d03fef26eaef1c54 100755 (executable)
@@ -3729,9 +3729,9 @@ func_emit_lib_Makefile_am ()
   # Replace NMD, so as to remove redundant "$(MKDIR_P) '.'" invocations.
   # The logic is similar to how we define gl_source_base_prefix.
   if $automake_subdir; then
-    sed_eliminate_NMD='s/@NMD@//'
+    sed_eliminate_NMD='s/@NMD@//;/@!NMD@/d'
   else
-    sed_eliminate_NMD='/@NMD@/d'
+    sed_eliminate_NMD='/@NMD@/d;s/@!NMD@//'
   fi
   if $for_test; then
     # When creating a package for testing: Attempt to provoke failures,
@@ -4109,7 +4109,7 @@ func_emit_tests_Makefile_am ()
   fi
   # Replace NMD, so as to remove redundant "$(MKDIR_P) '.'" invocations.
   # The logic is similar to how we define gl_source_base_prefix.
-  sed_eliminate_NMD='/@NMD@/d'
+  sed_eliminate_NMD='/@NMD@/d;s/@!NMD@//'
   if $for_test; then
     # When creating a package for testing: Attempt to provoke failures,
     # especially link errors, already during "make" rather than during
index a08b424eefea5a4153759baab94870d6386c6bb0..0448b5da4d606f6c534354b1d58de546a68d28be 100644 (file)
@@ -22,9 +22,8 @@ BUILT_SOURCES += $(ALLOCA_H)
 # doesn't have one that works with the given compiler.
 if GL_GENERATE_ALLOCA_H
 alloca.h: alloca.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
          -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' \
          $(srcdir)/alloca.in.h > $@-t
        $(AM_V_at)mv $@-t $@
index 6d070625480c589472233039e17a0a700eae47d4..058aa65bc3d0def5806df2dab43089d768882b42 100644 (file)
@@ -30,9 +30,8 @@ BUILT_SOURCES += $(ARGZ_H)
 # doesn't have one that works with the given compiler.
 if GL_GENERATE_ARGZ_H
 argz.h: argz.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/argz.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/argz.in.h
        $(AM_V_at)mv $@-t $@
 else
 argz.h: $(top_builddir)/config.status
index 572f43d252bc350338628d9ba1a2d44d79b3b803..bf7565dc21ce666a930144946ba0143aae6652db 100644 (file)
@@ -22,9 +22,8 @@ BUILT_SOURCES += $(ASSERT_H)
 # doesn't have one that works with the given compiler.
 if GL_GENERATE_ASSERT_H
 assert.h: assert.in.h verify.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at){ $(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at){ $(SED_HEADER_STDOUT) \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
index 960134810ab7fe730c6192a1bf99439b213544a4..68fe6b78ae41990ea000cbd53a0702782d027b42 100644 (file)
@@ -20,9 +20,8 @@ BUILT_SOURCES += $(BYTESWAP_H)
 # doesn't have one.
 if GL_GENERATE_BYTESWAP_H
 byteswap.h: byteswap.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/byteswap.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/byteswap.in.h
        $(AM_V_at)mv $@-t $@
 else
 byteswap.h: $(top_builddir)/config.status
index 398b635257a591e0612fa5fbd3aafa1c63aaaace..5dcafb630529e12cc6d4e170e29f6ad671445093 100644 (file)
@@ -5,6 +5,7 @@ Files:
 m4/configmake.m4
 
 Depends-on:
+gen-header
 
 configure.ac:
 gl_CONFIGMAKE_PREP
@@ -16,9 +17,8 @@ Makefile.am:
 # The Automake-defined pkg* macros are appended, in the order
 # listed in the Automake 1.10a+ documentation.
 configmake.h: Makefile
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#if HAVE_WINSOCK2_H'; \
          echo '# include <winsock2.h> /* avoid mingw pollution on DATADIR */'; \
          echo '#endif'; \
index 2c1c2b06aba03e89dc8bf9e5902c1dbb52dde9f4..ca228001636a11a2220ffdb03950664f957c8803 100644 (file)
@@ -23,9 +23,8 @@ BUILT_SOURCES += ctype.h
 # We need the following in order to create <ctype.h> when the system
 # doesn't have one that works with the given compiler.
 ctype.h: ctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index 446ac1b35874607ba99a27b519344c714c684148..8ae7bbfc4eb5e6c17570d39ce4d5afb56bc3af50 100644 (file)
@@ -25,9 +25,8 @@ BUILT_SOURCES += dirent.h
 # We need the following in order to create <dirent.h> when the system
 # doesn't have one that works with the given compiler.
 dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index c5129301021816f51dcbe3ed22193cdd1a87ea50..e24549212430222c87e6d3252420b29c09c3fc48 100644 (file)
@@ -21,9 +21,8 @@ BUILT_SOURCES += $(ERRNO_H)
 # doesn't have one that is POSIX compliant.
 if GL_GENERATE_ERRNO_H
 errno.h: errno.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index ef8caaea516fbbfa6fc852ac9d71a465b5084bd8..4ac772ba496a8e8548ad6baf23d0d42162914b70 100644 (file)
@@ -25,9 +25,8 @@ BUILT_SOURCES += $(EXECINFO_H)
 # doesn't have one that works.
 if GL_GENERATE_EXECINFO_H
 execinfo.h: execinfo.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/execinfo.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/execinfo.in.h
        $(AM_V_at)mv $@-t $@
 else
 execinfo.h: $(top_builddir)/config.status
index 815b17538ce0b40e9ef3d6b3002e9df94244253a..a6346a5077db1acabcec0ccdb8429c58ca6aa6a7 100644 (file)
@@ -28,9 +28,8 @@ BUILT_SOURCES += fcntl.h
 # We need the following in order to create <fcntl.h> when the system
 # doesn't have one that works with the given compiler.
 fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index f894969d105da0e36afaf9e4d16c68830922fe04..d308d4412ff56b3f2414f9feb3af07b93de112ca 100644 (file)
@@ -29,9 +29,8 @@ BUILT_SOURCES += $(FLOAT_H)
 # doesn't have one that works with the given compiler.
 if GL_GENERATE_FLOAT_H
 float.h: float.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index 1e4f55c47d08a9dc45f8edf95536e996deb79c09..7bb6034b33328d25ae7cc59ade49142481b6b6e3 100644 (file)
@@ -25,9 +25,8 @@ BUILT_SOURCES += $(FNMATCH_H)
 # We need the following in order to create <fnmatch.h>.
 if GL_GENERATE_FNMATCH_H
 fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_FNMATCH_H''@|$(HAVE_FNMATCH_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 12c55819563d30dc5c5742091710311d39401f05..ab1858d65f53a992a3cf7eb36d5016924063800e 100644 (file)
@@ -30,6 +30,11 @@ SED_HEADER_TO_AT_t = sed -n \
   -e x \
   -e 'w $@-t'
 
+# Use $(gl_V_at) instead of $(AM_V_GEN) or $(AM_V_at) on a line that
+# is its recipe's first line if and only if @NMD@ lines are absent.
+@NMD@gl_V_at = $(AM_V_at)
+@!NMD@gl_V_at = $(AM_V_GEN)
+
 Include:
 
 License:
index c925465ae043f171245e0995a4a33821b134657e..fe9da36f28a49205d59adf3b5a25d9c79684d3da 100644 (file)
@@ -42,9 +42,8 @@ BUILT_SOURCES += $(GETOPT_H) $(GETOPT_CDEFS_H)
 # doesn't have one that works with the given compiler.
 if GL_GENERATE_GETOPT_H
 getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 963693ca7366c433b7880787e8bb61b40aef98c0..60d7cde096a85733fe78d6f4921def197526b00a 100644 (file)
@@ -29,9 +29,8 @@ BUILT_SOURCES += $(GLOB_H)
 # We need the following in order to create <glob.h>.
 if GL_GENERATE_GLOB_H
 glob.h: glob.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_GLOB_H''@|$(HAVE_GLOB_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index dc39894401d9844146da8036b782c79eb71b5b3c..a7b68a6790c0c71b5c62efc0e0c9956ce6158443 100644 (file)
@@ -25,9 +25,8 @@ BUILT_SOURCES += $(ICONV_H)
 # doesn't have one that works with the given compiler.
 if GL_GENERATE_ICONV_H
 iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index 80eeb6299b6d9154530d08925f5907020c543a35..4c1b7234d9f50f93770ed7f40fcbd970e8605554 100644 (file)
@@ -20,9 +20,8 @@ BUILT_SOURCES += $(IEEE754_H)
 # doesn't have one that works with the given compiler.
 if GL_GENERATE_IEEE754_H
 ieee754.h: ieee754.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
          -e 's/ifndef _GL_GNULIB_HEADER/if 0/g' \
          $(srcdir)/ieee754.in.h > $@-t
        $(AM_V_at)mv $@-t $@
index d32d04b03ec852cc208c0bfaaf37093135c9e691..38177e1e1967b2a43c7e822787ce9a3fa7a0d8e0 100644 (file)
@@ -25,9 +25,8 @@ BUILT_SOURCES += inttypes.h
 # We need the following in order to create <inttypes.h> when the system
 # doesn't have one that works with the given compiler.
 inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index dab6862da48bb49fab2386f77aa900e14100a047..24d14883b88d6bc15a21a816ff56ec305dc42bdf 100644 (file)
@@ -23,9 +23,8 @@ BUILT_SOURCES += langinfo.h
 # We need the following in order to create an empty placeholder for
 # <langinfo.h> when the system doesn't have one.
 langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index cd05be2eee02f8de43be8f861cf6299528f14df6..616f17eadc023102085db92615d6f080fdb816f0 100644 (file)
@@ -29,9 +29,8 @@ BUILT_SOURCES += $(TEXTSTYLE_H)
 # <textstyle.h> when the system doesn't have one.
 if GL_GENERATE_TEXTSTYLE_H
 textstyle.h: textstyle.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/textstyle.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/textstyle.in.h
        $(AM_V_at)mv $@-t $@
 else
 textstyle.h: $(top_builddir)/config.status
index c5eb139eb26d5768f557a42952fc4053376bc73a..b24c96c4a28f9267eeddd40ad6a07abfed44d588 100644 (file)
@@ -21,9 +21,8 @@ BUILT_SOURCES += $(LIMITS_H)
 # doesn't have one that is compatible with GNU.
 if GL_GENERATE_LIMITS_H
 limits.h: limits.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index 8c88ab1a1ac5ff90678e0e72e9f7cf9f977d7b0b..3b08ae90bbc5ad6dc395a331590b6158af70408b 100644 (file)
@@ -25,9 +25,8 @@ BUILT_SOURCES += locale.h
 # We need the following in order to create <locale.h> when the system
 # doesn't have one that provides all definitions.
 locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index 7caada9c7c193dd6e658116f9495a994ea64db9a..085471e1efbb749ff2cb21d022ae729dbe2c3509 100644 (file)
@@ -21,9 +21,8 @@ BUILT_SOURCES += malloc.h
 
 # We need the following in order to create <malloc.h> when we add workarounds.
 malloc.h: malloc.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_MALLOC_H''@|$(HAVE_MALLOC_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index c4d72b30c76e29a803325c7f4d3f0d1d85fb56f9..83c66d3da8be58a43008dd43f1e3f79175002cf7 100644 (file)
@@ -27,9 +27,8 @@ lib_SOURCES += math.c
 # We need the following in order to create <math.h> when the system
 # doesn't have one that works with the given compiler.
 math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index 95b04f67a72e6eee07714283d712669ae1192b1e..9b9239770d24aff3607e8f887f509094a2d2282b 100644 (file)
@@ -25,9 +25,8 @@ BUILT_SOURCES += $(MONETARY_H)
 # doesn't have one that works with the given compiler.
 if GL_GENERATE_MONETARY_H
 monetary.h: monetary.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_MONETARY_H''@|$(HAVE_MONETARY_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 8f71cc878a18272b337ec049f6a21b2d39c531b6..b81d389cd173bad69dde799d53b9b710a63209dd 100644 (file)
@@ -24,9 +24,8 @@ BUILT_SOURCES += netdb.h
 # We need the following in order to create <netdb.h> when the system
 # doesn't have one that works with the given compiler.
 netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index 3b857d039abd409b2e213cb5afb825c58bdf9b14..321da3559b533244d22f93f8ed0b2c63438bc501 100644 (file)
@@ -23,9 +23,8 @@ BUILT_SOURCES += omp.h
 # doesn't have one that works with the given compiler.
 omp.h: omp.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
   $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index ef5bd7535e0d6f9517453b6f7d174a4b3e4daa84..ebb7fe533d5630ad8803c334ef0cb995285f2a3e 100644 (file)
@@ -24,9 +24,8 @@ BUILT_SOURCES += poll.h
 # We need the following in order to create <poll.h> when the system
 # doesn't have one.
 poll.h: poll.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_POLL_H''@|$(HAVE_POLL_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 59fce0e4cd1d4461cd6d2c73811fcf5ab7818a46..25ff5fd5ed239dcc47b310627809afc3ebd9a64f 100644 (file)
@@ -5,6 +5,7 @@ Files:
 m4/posix-shell.m4
 
 Depends-on:
+gen-header
 
 configure.ac:
 gl_POSIX_SHELL
@@ -13,9 +14,8 @@ AC_PROG_MKDIR_P
 Makefile.am:
 ##Sample usage of posix-shell module:
 #script: script.in
-#      $(AM_V_GEN)
-#@NMD@ $(AM_V_at)$(MKDIR_P) '%reldir%'
-#      $(AM_V_at)sed \
+#@NMD@ $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+#      $(gl_V_at)sed \
 #          -e 's#@''PREFERABLY_POSIX_SHELL''@#$(PREFERABLY_POSIX_SHELL)#g' \
 #          -e 's#@''POSIX_SHELL''@#$(POSIX_SHELL)#g' \
 #          -e $(srcdir)/$@.in > $@-t
index 2d792209c1ab9c67f67d640d00049d377b418533..a505f8a88700c79932478564b19ca2e643ec632f 100644 (file)
@@ -31,9 +31,8 @@ BUILT_SOURCES += pthread.h
 # We need the following in order to create <pthread.h> when the system
 # doesn't have one that works with the given compiler.
 pthread.h: pthread.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_PTHREAD_H''@|$(HAVE_PTHREAD_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 523af17c41f1aa68275fa1db322c01f29c977700..8f3da034fce37a5568b984faaed75b10e8b61f32 100644 (file)
@@ -22,9 +22,8 @@ BUILT_SOURCES += pty.h
 # We need the following in order to create <pty.h> when the system
 # doesn't have one that works with the given compiler.
 pty.h: pty.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_PTY_H''@|$(HAVE_PTY_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 71445a140f5376b9048e5f4cda536037e51d86f8..042aa8be04f7446ed76706e0759926bffaf3838d 100644 (file)
@@ -23,9 +23,8 @@ BUILT_SOURCES += sched.h
 # We need the following in order to create a replacement for <sched.h> when
 # the system doesn't have one.
 sched.h: sched.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_SCHED_H''@|$(HAVE_SCHED_H)|g' \
              -e 's|@''HAVE_SYS_CDEFS_H''@|$(HAVE_SYS_CDEFS_H)|g' \
index 04029b14333c96211b9aab35c11cce8b2e05707e..ad9382fc1ba66ef62017880f5a889c51f856aeeb 100644 (file)
@@ -23,9 +23,8 @@ BUILT_SOURCES += search.h
 # We need the following in order to create <search.h> when the system
 # doesn't have one that works with the given compiler.
 search.h: search.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_SEARCH_H''@|$(HAVE_SEARCH_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index cd45d5a04015285b2929e98bc4b6d9957543f7df..be4cf1991b3600d797dec43c073b53a579e1183f 100644 (file)
@@ -25,9 +25,8 @@ BUILT_SOURCES += signal.h
 # We need the following in order to create <signal.h> when the system
 # doesn't have a complete one.
 signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index 4b58adf0cc220ab0076e8233620e73b3533b82a7..b723bd6814b59543cb60c48f8c71b90d0b4bd40c 100644 (file)
@@ -71,9 +71,8 @@ BUILT_SOURCES += $(SIGSEGV_H)
 
 if GL_GENERATE_SIGSEGV_H
 sigsegv.h: sigsegv.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/sigsegv.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/sigsegv.in.h
        $(AM_V_at)mv $@-t $@
 else
 sigsegv.h: $(top_builddir)/config.status
index 611c108c182ef53a96ff2fe479866b8d499f9975..bff134bb71f7d82d696226ea8940b59644321b42 100644 (file)
@@ -8,6 +8,7 @@ Files:
 build-aux/snippet/link-warning.h
 
 Depends-on:
+gen-header
 
 configure.ac:
 AC_REQUIRE([gl_FEATURES_H])
@@ -25,9 +26,8 @@ Makefile.am:
 
 BUILT_SOURCES += link-warning.h
 link-warning.h: $(top_srcdir)/build-aux/snippet/link-warning.h
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)sed -n -e '/HAVE_FEATURES_H/,$$p' \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)sed -n -e '/HAVE_FEATURES_H/,$$p' \
          < $(top_srcdir)/build-aux/snippet/link-warning.h \
        | sed -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
          > $@-t
index ebb3f2ec0ef8c91ebd99e761ed35aabe764b6524..6639c679102197b742356167831c7e78317de81b 100644 (file)
@@ -26,9 +26,8 @@ BUILT_SOURCES += spawn.h
 # We need the following in order to create a replacement for <spawn.h> when
 # the system doesn't have one.
 spawn.h: spawn.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_SPAWN_H''@|$(HAVE_SPAWN_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index e89eb8a3d137178ec200afa22114c121eb858e88..24c79ec4936a5396ae7c3cefa004f2b5299c2fff 100644 (file)
@@ -20,9 +20,8 @@ BUILT_SOURCES += $(STDALIGN_H)
 # doesn't have one that works.
 if GL_GENERATE_STDALIGN_H
 stdalign.h: stdalign.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/stdalign.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/stdalign.in.h
        $(AM_V_at)mv $@-t $@
 else
 stdalign.h: $(top_builddir)/config.status
index 086019aa4cbf8fbf3423bde925ecf12ad739dcd9..98668cfba10c5ceb80686459f7cc26d29a2f7806 100644 (file)
@@ -26,9 +26,8 @@ BUILT_SOURCES += $(STDARG_H)
 # doesn't have one that works with the given compiler.
 if GL_GENERATE_STDARG_H
 stdarg.h: stdarg.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index bda6904c0e9a49f3b58f57a0647748f7c5cb5d05..c33d036bb73847649fb5adb79d94e44e273c6af3 100644 (file)
@@ -21,9 +21,8 @@ BUILT_SOURCES += $(STDBOOL_H)
 # doesn't have one that works.
 if GL_GENERATE_STDBOOL_H
 stdbool.h: stdbool.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
          -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' \
          $(srcdir)/stdbool.in.h > $@-t
        $(AM_V_at)mv $@-t $@
index 11cec9b137271e93af1286b42246227c05e9e28d..fb7214138e670429b9d93d44b372ce74432ef8a0 100644 (file)
@@ -24,9 +24,8 @@ BUILT_SOURCES += $(STDDEF_H)
 # doesn't have one that works with the given compiler.
 if GL_GENERATE_STDDEF_H
 stddef.h: stddef.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index 89f2fa03022cd16632c370a380b9bdb7041c15eb..3c37c0846bc6bb817acd5109f463785438ceac2e 100644 (file)
@@ -33,9 +33,8 @@ BUILT_SOURCES += $(STDINT_H)
 # doesn't have one that works with the given compiler.
 if GL_GENERATE_STDINT_H
 stdint.h: stdint.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 69e770bccc78bdbbbaddef1361da15075628369a..dab8d4e8be440c314e4ad1f438f93240b09498ca 100644 (file)
@@ -52,9 +52,8 @@ BUILT_SOURCES += stdio.h
 # We need the following in order to create <stdio.h> when the system
 # doesn't have one that works with the given compiler.
 stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index 7f0d7ca934afb5f3756cb1e729dd21e64d04bf24..a5a3c9f75e799c60f255d4ee1e58eb2e2d5f8bbf 100644 (file)
@@ -27,9 +27,8 @@ BUILT_SOURCES += stdlib.h
 # doesn't have one that works with the given compiler.
 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
   $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index 2a785afd397fb3eafa3254e236980574e854b708..1ef894d51fa5b38918505e1ad4a46111c8f5563a 100644 (file)
@@ -21,9 +21,8 @@ BUILT_SOURCES += $(STDNORETURN_H)
 # doesn't have one that works.
 if GL_GENERATE_STDNORETURN_H
 stdnoreturn.h: stdnoreturn.in.h $(top_builddir)/config.status $(_NORETURN_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
          -e '/definition of _Noreturn/r $(_NORETURN_H)' \
          $(srcdir)/stdnoreturn.in.h > $@-t
        $(AM_V_at)mv $@-t $@
index 445c86547623f5a82c9387e14efc4f4650c7b5fb..6711ed74ab93c97bace10045d0f8873f9afdf50f 100644 (file)
@@ -27,9 +27,8 @@ BUILT_SOURCES += string.h
 # We need the following in order to create <string.h> when the system
 # doesn't have one that works with the given compiler.
 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index ebee51631d1b74eeffbbcb351e12a371ff2221ab..6e8ef4868419583938b0241fdd07552a6a3d52e7 100644 (file)
@@ -24,9 +24,8 @@ BUILT_SOURCES += strings.h
 # We need the following in order to create <strings.h> when the system
 # doesn't have one that works with the given compiler.
 strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index db641167025b976083577c0cf21ddbb9da54886e..96849aa3b1772e2bb741b2551498a2876c8980ca 100644 (file)
@@ -8,7 +8,7 @@ m4/off_t.m4
 m4/pid_t.m4
 
 Depends-on:
-sed-header
+gen-header
 include_next
 ssize_t
 
index 2f4f46307cfe5eeccd4b6c2f2e81286ab15da5b7..263c76e474064a48c8caa4ce0d31654ebcb55126 100644 (file)
@@ -22,9 +22,8 @@ BUILT_SOURCES += $(SYSEXITS_H)
 # doesn't have one that works with the given compiler.
 if GL_GENERATE_SYSEXITS_H
 sysexits.h: sysexits.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 2a256482fbbc9786bee8289ab8c8b1c2ef3d8c63..abc954ceb4296bb8c18d9d13bc4a8ccfefc795f0 100644 (file)
@@ -23,9 +23,8 @@ BUILT_SOURCES += termios.h
 # We need the following in order to create <termios.h> when the system
 # version does not have all declarations.
 termios.h: termios.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index e2c2617740af9edccabb005bc1e40fd020607adf..1cde2afc9f2e06371272008ee4a588ff85c7888c 100644 (file)
@@ -40,9 +40,8 @@ BUILT_SOURCES += threads.h
 # We need the following in order to create <threads.h> when the system
 # doesn't have one.
 threads.h: threads.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_THREADS_H''@|$(HAVE_THREADS_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 449bbcd1ecdce0c5b790b211e207718fe6f6be49..fe38a504856a4ab3169d054cc1c63a3a419ea38b 100644 (file)
@@ -25,9 +25,8 @@ BUILT_SOURCES += time.h
 # We need the following in order to create <time.h> when the system
 # doesn't have one that works with the given compiler.
 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index d6ee0ceb84bb2240c7640f3faa7ff7a9f42fef85..2c947ed2438336bdc95d354ca2aeca91cb3b21a2 100644 (file)
@@ -22,9 +22,8 @@ Makefile.am:
 BUILT_SOURCES += uchar.h
 
 uchar.h: uchar.in.h $(top_builddir)/config.status $(CXXDEFS_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's/@''HAVE_UCHAR_H''@/$(HAVE_UCHAR_H)/g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 658da2415be25de668e460430375bcd940187f9e..f273200f993e52fceb3e48d40a184bbbc7053b83 100644 (file)
@@ -19,9 +19,8 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNICASE_H)
 
 unicase.h: unicase.in.h
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unicase.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unicase.in.h
        $(AM_V_at)mv $@-t $@
 MOSTLYCLEANFILES += unicase.h unicase.h-t
 
index 1b6f363ee06450398af723af8aa57effe456dd13..9f059498c4e386bfaee836aca10186dc4c6bf816 100644 (file)
@@ -20,9 +20,8 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNICONV_H)
 
 uniconv.h: uniconv.in.h
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/uniconv.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/uniconv.in.h
        $(AM_V_at)mv $@-t $@
 MOSTLYCLEANFILES += uniconv.h uniconv.h-t
 
index f63605c4093e13c99344cabdef7c2541de4b772e..42be0b30753f7c2139ced03ca5bf3b518c31f84c 100644 (file)
@@ -18,9 +18,8 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNICTYPE_H)
 
 unictype.h: unictype.in.h
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unictype.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unictype.in.h
        $(AM_V_at)mv $@-t $@
 MOSTLYCLEANFILES += unictype.h unictype.h-t
 
index 4c5663698ed569e85af4c100437086b3d96f2b9d..599f52ba678777eb6d84c70e260870a87187847a 100644 (file)
@@ -18,9 +18,8 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNIGBRK_H)
 
 unigbrk.h: unigbrk.in.h
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unigbrk.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unigbrk.in.h
        $(AM_V_at)mv $@-t $@
 MOSTLYCLEANFILES += unigbrk.h unigbrk.h-t
 
index 4b1ca60f5b8c78ee5ed467433ed1b33b33e95e08..919dfc7bc5f40a833c287af5a4585d1865ff8090 100644 (file)
@@ -18,9 +18,8 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNILBRK_H)
 
 unilbrk.h: unilbrk.in.h
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unilbrk.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unilbrk.in.h
        $(AM_V_at)mv $@-t $@
 MOSTLYCLEANFILES += unilbrk.h unilbrk.h-t
 
index d5a9c6494897168829242145c59fecf8cc9a3dc9..f6bac4ebdc468b631cb6bf0445997c82045eec21 100644 (file)
@@ -17,9 +17,8 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNINAME_H)
 
 uniname.h: uniname.in.h
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/uniname.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/uniname.in.h
        $(AM_V_at)mv $@-t $@
 MOSTLYCLEANFILES += uniname.h uniname.h-t
 
index 40f40c6fe7ff5a7d213edfb3597e1efa6f79b8dc..65c8fe61c94a00b8f003ceeb63398bf3d53f7e86 100644 (file)
@@ -17,9 +17,8 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNINORM_H)
 
 uninorm.h: uninorm.in.h
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/uninorm.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/uninorm.in.h
        $(AM_V_at)mv $@-t $@
 MOSTLYCLEANFILES += uninorm.h uninorm.h-t
 
index b0052ef3aea39693b63dfc0f686d177882a4e9c6..faec2da6511ef2630fa7aaea4e4a456ddc9df7d6 100644 (file)
@@ -31,9 +31,8 @@ lib_SOURCES += unistd.c
 # We need the following in order to create an empty placeholder for
 # <unistd.h> when the system doesn't have one.
 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 883305f6e561a1ddfd0424831bdc6422f4d0ae40..ee27aa3ca945247e688808c714fd2ce2979f2b62 100644 (file)
@@ -17,9 +17,8 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNISTDIO_H)
 
 unistdio.h: unistdio.in.h
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unistdio.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unistdio.in.h
        $(AM_V_at)mv $@-t $@
 MOSTLYCLEANFILES += unistdio.h unistdio.h-t
 
index da47fde4317286aeca6599166c68d1545b7c3052..47e10d43713e12191873842152fd73793a89e841 100644 (file)
@@ -19,9 +19,8 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNISTR_H)
 
 unistr.h: unistr.in.h
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unistr.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unistr.in.h
        $(AM_V_at)mv $@-t $@
 MOSTLYCLEANFILES += unistr.h unistr.h-t
 
index c753b36197ed6653f5e94090c10f457e98e8a6aa..9c5625af2e81b5dc83c13c44236173e9583879b0 100644 (file)
@@ -33,9 +33,8 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
 
 unitypes.h: unitypes.in.h
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unitypes.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unitypes.in.h
        $(AM_V_at)mv $@-t $@
 MOSTLYCLEANFILES += unitypes.h unitypes.h-t
 
index 94f7641c4931a72fd2ffc5590f94053237b601e3..556bb002cc7655fa76ff77a744a7625b790b6187 100644 (file)
@@ -17,9 +17,8 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNIWBRK_H)
 
 uniwbrk.h: uniwbrk.in.h
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/uniwbrk.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/uniwbrk.in.h
        $(AM_V_at)mv $@-t $@
 MOSTLYCLEANFILES += uniwbrk.h uniwbrk.h-t
 
index 6065de69f9ffd7bcb3a2450566d92b641f425a7e..8d8615ff22e9d0ec7e66afd6b5bea25f898458b3 100644 (file)
@@ -18,9 +18,8 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNIWIDTH_H)
 
 uniwidth.h: uniwidth.in.h
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/uniwidth.in.h
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/uniwidth.in.h
        $(AM_V_at)mv $@-t $@
 MOSTLYCLEANFILES += uniwidth.h uniwidth.h-t
 
index 834034c898eaec91beba2127d1ef403ccd6fb3f6..95d6986413207df765c7eadbc6c39bb0a61023bf 100644 (file)
@@ -23,9 +23,8 @@ BUILT_SOURCES += utime.h
 # We need the following in order to create <utime.h> when the system
 # doesn't have one that works with the given compiler.
 utime.h: utime.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's/@''HAVE_UTIME_H''@/$(HAVE_UTIME_H)/g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 556701fd85ddbd6418478cc6b98b070d2f3cabd9..58c2d1f3688d2e37753f5eb9243844e896c1ffc4 100644 (file)
@@ -28,9 +28,8 @@ BUILT_SOURCES += wchar.h
 # We need the following in order to create <wchar.h> when the system
 # version does not work standalone.
 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
index f4949fab77d5f93e7cad68c28c1b269d0da184b5..2d0392a9c690beb72f56ef3f2e2bb81c3129c66b 100644 (file)
@@ -26,9 +26,8 @@ lib_SOURCES += wctype-h.c
 # We need the following in order to create <wctype.h> when the system
 # doesn't have one that works with the given compiler.
 wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
-       $(AM_V_GEN)
-@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
-       $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
              -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \