]> Savannah Git Hosting - gnulib.git/commitdiff
maint: omit unnecessary ‘rm -f $@-t $@’
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Dec 2021 18:57:36 +0000 (10:57 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Dec 2021 18:58:24 +0000 (10:58 -0800)
* modules/alloca-opt, modules/argz, modules/arpa_inet:
* modules/assert-h, modules/byteswap, modules/configmake:
* modules/ctype, modules/dirent, modules/dynarray, 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/langinfo, modules/libgmp, modules/limits-h:
* modules/locale, modules/malloc-h, modules/math, modules/monetary:
* modules/net_if, modules/netdb, modules/netinet_in:
* modules/openmp-init, modules/poll-h, modules/posix-shell:
* modules/posix_spawnp-tests, modules/pthread-h, modules/pty:
* modules/sched, modules/scratch_buffer, modules/search:
* modules/selinux-h, 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_file:
* modules/sys_ioctl, modules/sys_random, modules/sys_resource:
* modules/sys_select, modules/sys_socket, modules/sys_stat:
* modules/sys_time, modules/sys_times, modules/sys_types:
* modules/sys_uio, modules/sys_utsname, modules/sys_wait:
* modules/sysexits, modules/termios, modules/threads-h:
* modules/time, modules/uchar, modules/unicase/base:
* modules/unicase/special-casing, 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:
Don’t bother to do a ‘rm -f $@-t $@’ at the start of recipes that
create .h and similar files.  This is a revenant of a style in
which the files were created read-only.  Also, consistently use
use plain ‘mv $@-t $@’ afterwards, instead of usually using
‘mv -f’ but sometimes plain ‘mv’.

89 files changed:
ChangeLog
modules/alloca-opt
modules/argz
modules/arpa_inet
modules/assert-h
modules/byteswap
modules/configmake
modules/ctype
modules/dirent
modules/dynarray
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/net_if
modules/netdb
modules/netinet_in
modules/openmp-init
modules/poll-h
modules/posix-shell
modules/posix_spawnp-tests
modules/pthread-h
modules/pty
modules/sched
modules/scratch_buffer
modules/search
modules/selinux-h
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_file
modules/sys_ioctl
modules/sys_random
modules/sys_resource
modules/sys_select
modules/sys_socket
modules/sys_stat
modules/sys_time
modules/sys_times
modules/sys_types
modules/sys_uio
modules/sys_utsname
modules/sys_wait
modules/sysexits
modules/termios
modules/threads-h
modules/time
modules/uchar
modules/unicase/base
modules/unicase/special-casing
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 6855df5b3e3a5a8d77c6727a256a82b01b578daa..9bed73b624378c10836af28b421a8ff2f9e74c38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2021-12-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       maint: omit unnecessary ‘rm -f $@-t $@’
+       * modules/alloca-opt, modules/argz, modules/arpa_inet:
+       * modules/assert-h, modules/byteswap, modules/configmake:
+       * modules/ctype, modules/dirent, modules/dynarray, 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/langinfo, modules/libgmp, modules/limits-h:
+       * modules/locale, modules/malloc-h, modules/math, modules/monetary:
+       * modules/net_if, modules/netdb, modules/netinet_in:
+       * modules/openmp-init, modules/poll-h, modules/posix-shell:
+       * modules/posix_spawnp-tests, modules/pthread-h, modules/pty:
+       * modules/sched, modules/scratch_buffer, modules/search:
+       * modules/selinux-h, 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_file:
+       * modules/sys_ioctl, modules/sys_random, modules/sys_resource:
+       * modules/sys_select, modules/sys_socket, modules/sys_stat:
+       * modules/sys_time, modules/sys_times, modules/sys_types:
+       * modules/sys_uio, modules/sys_utsname, modules/sys_wait:
+       * modules/sysexits, modules/termios, modules/threads-h:
+       * modules/time, modules/uchar, modules/unicase/base:
+       * modules/unicase/special-casing, 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:
+       Don’t bother to do a ‘rm -f $@-t $@’ at the start of recipes that
+       create .h and similar files.  This is a revenant of a style in
+       which the files were created read-only.  Also, consistently use
+       use plain ‘mv $@-t $@’ afterwards, instead of usually using
+       ‘mv -f’ but sometimes plain ‘mv’.
+
 2021-12-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        maint: fix __clang_major__ misspellings
index b33522997d98514184ceda507ce531aa3de778d2..b8ab4217c2ed44ee0e06342105da32b0ad4dbe15 100644 (file)
@@ -21,12 +21,12 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 else
 alloca.h: $(top_builddir)/config.status
        rm -f $@
index 0d89267aa3e4525c9572e2101cbe8b52f33cc7b5..cb85d9866588230901d04723d5746800e4dfe835 100644 (file)
@@ -29,12 +29,12 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/argz.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 else
 argz.h: $(top_builddir)/config.status
        rm -f $@
index 5344fe3eac4634e2310c2d96986a7845b7faa30f..51b14f160f4dfa99117e8b8d55e26b521de313fe 100644 (file)
@@ -26,8 +26,7 @@ BUILT_SOURCES += arpa/inet.h
 # doesn't have one.
 arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/arpa'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 da6c85bf33b88e5729cc097bc8f07c6492d5d476..ad3566bfa237a336ca1625e194abc962da6c5148 100644 (file)
@@ -21,9 +21,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
index 577811ee4f29fc0e940e9fa0f5a8ca2bcf2d114e..6e9af748a2dcb2017a72e8a8cac5305aa103215c 100644 (file)
@@ -19,12 +19,12 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/byteswap.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 else
 byteswap.h: $(top_builddir)/config.status
        rm -f $@
index 7295908116d263435a79e690f734e3ccd0be0834..5de3434cd8e07bf2805d6e732c1f3139ff040283 100644 (file)
@@ -16,9 +16,9 @@ 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)rm -f $@-t && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#if HAVE_WINSOCK2_H'; \
          echo '# include <winsock2.h> /* avoid mingw pollution on DATADIR */'; \
          echo '#endif'; \
@@ -51,7 +51,7 @@ configmake.h: Makefile
          echo '#define PKGLIBDIR "$(pkglibdir)"'; \
          echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
        } | sed '/""/d' > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 
 BUILT_SOURCES += configmake.h
 CLEANFILES += configmake.h configmake.h-t
index ef5b22aaa88182331d18c13749311c4b523fa740..10d6db43ba678c41a3eed6c35f3664a833a73eff 100644 (file)
@@ -22,9 +22,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 08d42e7067eb9b3f39a4196df315ede7cb5bd2c0..0a0989dffb304bd9ca42c6bc1f366277107d2ecc 100644 (file)
@@ -24,9 +24,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 e79fe42a81646c01402fe08a6c63b83e5becf562..3e5a98425bf9ba9455bf01d536ff749db58b0df2 100644 (file)
@@ -27,8 +27,7 @@ BUILT_SOURCES += malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h
 
 malloc/dynarray.gl.h: malloc/dynarray.h
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/malloc'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e '/libc_hidden_proto/d' < $(srcdir)/malloc/dynarray.h; \
        } > $@-t && \
        mv $@-t $@
@@ -36,8 +35,7 @@ MOSTLYCLEANFILES += malloc/dynarray.gl.h malloc/dynarray.gl.h-t
 
 malloc/dynarray-skeleton.gl.h: malloc/dynarray-skeleton.c
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/malloc'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|<malloc/dynarray\.h>|<malloc/dynarray.gl.h>|g' \
              -e 's|__attribute_maybe_unused__|_GL_ATTRIBUTE_MAYBE_UNUSED|g' \
              -e 's|__attribute_nonnull__|_GL_ATTRIBUTE_NONNULL|g' \
index b149897dade4a4a0b2b11a70ffb1c2f0acb2103f..e3f1dc01c5d6491147c4c903ceedbbef0638d991 100644 (file)
@@ -20,9 +20,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 0c47c5c82b3cdb65b669ed275e9c8964b958d1ea..779669fa5b6c2164b7634f15df281d28048875c8 100644 (file)
@@ -24,9 +24,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/execinfo.in.h; \
        } > $@-t && \
        mv $@-t $@
index d546217379d75fa17d92727b329c2bc30802c10a..a80e6bd458671b6bafedb916e24f91a3ef6d86b0 100644 (file)
@@ -27,9 +27,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 feaf509140d8a9c43edc1146b8331e4d0c3e71cd..6551e454b4648e04992e5ec5b2ec70d7ff12a244 100644 (file)
@@ -28,9 +28,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 aa15d0df2a66f6d951a82ac36e2567129844eda8..260bbd57506550147d8a9d40dcd5309241f53e40 100644 (file)
@@ -24,9 +24,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 0b1a6f3f9807c647f6dae5f415a8f93dc02d718b..d6704e7c289f120e849f8c0e527afcefef36e620 100644 (file)
@@ -41,9 +41,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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' \
@@ -53,7 +53,7 @@ getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
              < $(srcdir)/getopt.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 else
 getopt.h: $(top_builddir)/config.status
        rm -f $@
@@ -61,12 +61,11 @@ endif
 
 if GL_GENERATE_GETOPT_CDEFS_H
 getopt-cdefs.h: getopt-cdefs.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
           sed -e 's|@''HAVE_SYS_CDEFS_H''@|$(HAVE_SYS_CDEFS_H)|g' \
              < $(srcdir)/getopt-cdefs.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 else
 getopt-cdefs.h: $(top_builddir)/config.status
        rm -f $@
index 0392f46778ae61da91cf6e8e627b08d6080f0eff..97dd26543c38fdb30e31ae1a95c5d767a768395c 100644 (file)
@@ -28,9 +28,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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' \
@@ -57,8 +57,7 @@ MOSTLYCLEANFILES += glob.h glob.h-t
 BUILT_SOURCES += glob-libc.gl.h
 
 glob-libc.gl.h: glob-libc.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e '/__BEGIN_DECLS/{ s/__BEGIN_DECLS/#ifdef __cplusplus%extern "C" {%#endif/; y/%/\n/; }' \
              -e '/__END_DECLS/{ s/__END_DECLS/#ifdef __cplusplus%}%#endif/; y/%/\n/; }' \
              -e 's|__THROWNL||g' \
index 9cf25f91b0b82e2e04089755616f2e5ab0a1ea5d..41579fb5429949775d4a39fa4300bcd0c86aab2c 100644 (file)
@@ -24,9 +24,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 9c5c964ecff26a60946d884fd187293d0c968225..124f368cfbc8e32ff2c15cd3dd977f103c90f061 100644 (file)
@@ -19,13 +19,13 @@ 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)rm -f $@-t && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/ifndef _GL_GNULIB_HEADER/if 0/g' \
            $(srcdir)/ieee754.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 else
 ieee754.h: $(top_builddir)/config.status
        rm -f $@
index 903112c1be7b234ff6a842c8e1f54f2c86947800..71165720d90bb1301c1f33fc40132516c2fbeb84 100644 (file)
@@ -24,9 +24,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 68ad36d70a6fadbfb8fdde9cf65783cadbb63675..d6b74c9aa75b5a5da3b86e121c6763622128e115 100644 (file)
@@ -22,9 +22,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 36448abe07fbea90e32a80875bd0b5c85d458ce7..0a51639298cbd4b3dbf52aeaf4f9c01427b29cf6 100644 (file)
@@ -28,9 +28,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/textstyle.in.h; \
        } > $@-t && \
        mv $@-t $@
index a1a875e3954c74f9a1c0d1d0925ef0bf0b5e818e..9fc0a2e4cc507e4986d3af56dcdbd201adb528fc 100644 (file)
@@ -20,9 +20,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 2f067cf2ae4a034958675d9dda9a793dd927c41b..60bfbe66995cc3ff3209d4d9b0549861e013049a 100644 (file)
@@ -24,9 +24,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 810106f4881370683d61165736a586942d67a1e9..3d7afad1550e24610cf0885abe0513fa4b549cf0 100644 (file)
@@ -20,9 +20,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 822e668a79df5ba2fc292ba5aeb5a8a5a920d863..e62ee44092f63e2140f899d65b00e3a2134578c9 100644 (file)
@@ -26,9 +26,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 4c3de532403ee2eece6e15ce18b2ccbeabbcfb34..1b1b91d4ce78dc68e4b3d64f087789eca0e38c21 100644 (file)
@@ -24,9 +24,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 b60ccc95e6244f8fdd450200a421bd39dec4c52e..cc1b27f55066e6a55dac9c96115c6da733597635 100644 (file)
@@ -22,8 +22,7 @@ BUILT_SOURCES += $(NET_IF_H)
 if GL_GENERATE_NET_IF_H
 net/if.h: net_if.in.h $(top_builddir)/config.status
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/net'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 efbd1711e0d02fa3df1442804de5df4f66b46863..be8280c868f5549077487a5aafb4673aa7a23410 100644 (file)
@@ -23,9 +23,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 4d0067414e8e4ac4c789bc8820069c885f24c37b..f97e24b75ac4603207402609685ca78a8da464bc 100644 (file)
@@ -22,8 +22,7 @@ BUILT_SOURCES += $(NETINET_IN_H)
 if GL_GENERATE_NETINET_IN_H
 netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/netinet'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 a11b08331218e563671bffabf28000448b573f81..2c08e5725efc1248c48fe29bf127193641a422ec 100644 (file)
@@ -22,9 +22,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 2b6bb0962b8efd286849ef2f24cbf95aa67d3029..ccd5fa4a596d2e7a2e8c28013e2f689f2e9da2b9 100644 (file)
@@ -23,9 +23,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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' \
@@ -40,7 +40,7 @@ poll.h: poll.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
              < $(srcdir)/poll.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += poll.h poll.h-t
 
 Include:
index e88dccc72f654368c845f56da68b7b7e262b76b3..59fce0e4cd1d4461cd6d2c73811fcf5ab7818a46 100644 (file)
@@ -13,13 +13,14 @@ AC_PROG_MKDIR_P
 Makefile.am:
 ##Sample usage of posix-shell module:
 #script: script.in
-#      rm -f $@-t $@
-#@NMD@ $(MKDIR_P) '%reldir%'
-#      sed -e 's#@''PREFERABLY_POSIX_SHELL''@#$(PREFERABLY_POSIX_SHELL)#g' \
+#      $(AM_V_GEN)
+#@NMD@ $(AM_V_at)$(MKDIR_P) '%reldir%'
+#      $(AM_V_at)sed \
+#          -e 's#@''PREFERABLY_POSIX_SHELL''@#$(PREFERABLY_POSIX_SHELL)#g' \
 #          -e 's#@''POSIX_SHELL''@#$(POSIX_SHELL)#g' \
 #          -e $(srcdir)/$@.in > $@-t
-#      chmod a+x $@-t
-#      mv $@-t $@
+#      $(AM_V_at)chmod a+x $@-t
+#      $(AM_V_at)mv $@-t $@
 #EXTRA_DIST += script.in
 #MOSTLYCLEANFILES += script script-t
 
index e84d89d0ed714bf50d75053dcead78addc865b8d..79f5d48c8e419a90f1177926166b6c8f4d94e5f2 100644 (file)
@@ -42,14 +42,14 @@ check_PROGRAMS += \
 
 BUILT_SOURCES += test-posix_spawn-dup2-stdout.sh
 test-posix_spawn-dup2-stdout.sh: test-posix_spawn-dup2-stdout.in.sh
-       $(AM_V_GEN)rm -f $@-t $@ && \
+       $(AM_V_GEN)
        cp $(srcdir)/test-posix_spawn-dup2-stdout.in.sh $@-t && \
        mv $@-t $@
 MOSTLYCLEANFILES += test-posix_spawn-dup2-stdout.sh test-posix_spawn-dup2-stdout.sh-t
 
 BUILT_SOURCES += test-posix_spawn-dup2-stdin.sh
 test-posix_spawn-dup2-stdin.sh: test-posix_spawn-dup2-stdin.in.sh
-       $(AM_V_GEN)rm -f $@-t $@ && \
+       $(AM_V_GEN)
        cp $(srcdir)/test-posix_spawn-dup2-stdin.in.sh $@-t && \
        mv $@-t $@
 MOSTLYCLEANFILES += test-posix_spawn-dup2-stdin.sh test-posix_spawn-dup2-stdin.sh-t
index 6f595d1b13339ee2ae7177a76498026e8b88cbbe..e4f3073ba0fbde8bc812613439db31fa0fad7f40 100644 (file)
@@ -30,9 +30,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 9388dd7ef56fa10dd41bce6cc54e9b6ba782b30a..2bce0226474542718094d401f16097a24c8a57fd 100644 (file)
@@ -21,9 +21,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 aac7668f710af6e5848051e2b0e7cc731e24be97..2babbd61bb49b475762b0abc80e0cb205a556f08 100644 (file)
@@ -22,9 +22,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 4b72958c67dc490d82ef34ba8445c71872b4a4ae..f350586afa80011b4deb2f44c0c9b0ccfbe12e38 100644 (file)
@@ -27,8 +27,7 @@ BUILT_SOURCES += malloc/scratch_buffer.gl.h
 
 malloc/scratch_buffer.gl.h: malloc/scratch_buffer.h
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/malloc'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|__always_inline|inline _GL_ATTRIBUTE_ALWAYS_INLINE|g' \
              -e 's|__glibc_likely|_GL_LIKELY|g' \
              -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \
index 1a07bae328672d103c0c72adcfca26d48f7eede4..8c3c4fccec37f162762b1e0d00e436f7e4ded8ea 100644 (file)
@@ -22,9 +22,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 dd1e8114058e852f3fbab7e5d689cd3b63de1cfc..4b6c3b2f5dd54399cf1a4b723820a6d43bd9b3f0 100644 (file)
@@ -35,8 +35,7 @@ lib_SOURCES += se-context.in.h se-label.in.h se-selinux.in.h \
 BUILT_SOURCES += selinux/selinux.h
 selinux/selinux.h: se-selinux.in.h $(top_builddir)/config.status
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/selinux'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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' \
@@ -51,8 +50,7 @@ BUILT_SOURCES += $(SELINUX_CONTEXT_H)
 if GL_GENERATE_SELINUX_CONTEXT_H
 selinux/context.h: se-context.in.h $(top_builddir)/config.status
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/selinux'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          cat $(srcdir)/se-context.in.h; \
        } > $@-t && \
        mv $@-t $@
@@ -66,8 +64,7 @@ BUILT_SOURCES += $(SELINUX_LABEL_H)
 if GL_GENERATE_SELINUX_LABEL_H
 selinux/label.h: se-label.in.h $(top_builddir)/config.status
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/selinux'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          cat $(srcdir)/se-label.in.h; \
        } > $@-t && \
        mv $@-t $@
index b3a027b6ff216c46aa9360929f97a2ed4c7bab63..b12879a7b5c0db39bb93b7a76dd5868099851e4f 100644 (file)
@@ -24,9 +24,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 3d70828f7fbd4cf29bfe7e844d6f28da29cf5ddd..747eb78dbd4cdd9fa01d2b201057a4752fd0ad9d 100644 (file)
@@ -70,9 +70,9 @@ BUILT_SOURCES += $(SIGSEGV_H)
 
 if GL_GENERATE_SIGSEGV_H
 sigsegv.h: sigsegv.in.h $(top_builddir)/config.status
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/sigsegv.in.h; \
        } > $@-t && \
        mv $@-t $@
index 118ed09abe156c0fb5c00cd5b427e88945168b00..f587fc6855589ffa1f23a35b098e3745ca1a8125 100644 (file)
@@ -25,9 +25,9 @@ Makefile.am:
 
 BUILT_SOURCES += link-warning.h
 link-warning.h: $(top_srcdir)/build-aux/snippet/link-warning.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       sed -n -e '/HAVE_FEATURES_H/,$$p' \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_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 6f4011de0f02601e5d37d6fc3858d31277bb3396..c2d35ef55551419d00a212faa7cf77d5a940d377 100644 (file)
@@ -25,9 +25,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 9e8cd9f4f2a68c20ef4574d199da21bb09c0000b..af363fa9e797ecdc610a36d0deb677ea53968f33 100644 (file)
@@ -19,9 +19,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/stdalign.in.h; \
        } > $@-t && \
        mv $@-t $@
index 703cf4f1cca9dc17e5ebd6b332d798d291be7e98..5502f6c1d5d152ef0184fed6886cbb14f5b523b9 100644 (file)
@@ -25,9 +25,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 0bbdd3a8e3d940cc68576a0eeab32ac6951af030..a07d7c4be1c2790751c33e68a0af2794a8173ebc 100644 (file)
@@ -20,9 +20,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
        } > $@-t && \
        mv $@-t $@
index 8e0f4100aa27b026249ab4db98812207ad376885..547ade16336286585b3fcd968e3405463e234dbe 100644 (file)
@@ -23,9 +23,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 92045c0a95950184e96d471c8469daf6d3f3cb04..8279c39adf2f31ecee7e112254837b474af4ffac 100644 (file)
@@ -32,9 +32,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 0d5b68c3ea9134b2fec690d9fcc4dd4a0e60fc75..f16e6d20fe20a0cf90d2b2e5014c5a36e84fc6c1 100644 (file)
@@ -51,9 +51,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 56e64af39ddfece38ab61bd54835f2c72b4a3470..f2d685ee9dcb474204f22f33612b3a0ca9130970 100644 (file)
@@ -26,9 +26,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 3c102f555c6c1059a6f72d18b4adb0e2915d340f..05d88a18d3cb7be2147d13d9615ac9f3f35fab97 100644 (file)
@@ -20,9 +20,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e '/definition of _Noreturn/r $(_NORETURN_H)' \
               < $(srcdir)/stdnoreturn.in.h; \
        } > $@-t && \
index a6c049b56901cf711af6231cec2f0fc82419e930..53d52bb69b313d8767ae3c40ad7f2eb8636e9a8b 100644 (file)
@@ -26,9 +26,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 8a662066a2901656edc0ca86df24a9c062e5b257..5da6ad082038a5eca49f5226a61ed153bc948f38 100644 (file)
@@ -23,9 +23,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 bb3a99b8c1640dbad70fa193e054e88bdcb8d074..bf50d920d39aa7f557a4e54d3f9ee522d732eb11 100644 (file)
@@ -21,8 +21,7 @@ BUILT_SOURCES += sys/file.h
 # has one that is incomplete.
 sys/file.h: sys_file.in.h $(top_builddir)/config.status $(WARN_ON_USE_H)
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's/@''HAVE_SYS_FILE_H''@/$(HAVE_SYS_FILE_H)/g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 5da91b7476baf05c15bc1008b646db0c4f93ebbe..83db3046aec798a34efdcc428c5b32ef1bf88e42 100644 (file)
@@ -23,8 +23,7 @@ BUILT_SOURCES += sys/ioctl.h
 # does not have a complete one.
 sys/ioctl.h: sys_ioctl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's|@''HAVE_SYS_IOCTL_H''@|$(HAVE_SYS_IOCTL_H)|g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index ad6cd583af2f527ec736caaaf412ed2ece012e1f..f550dd0790caaf535f5e502b6161ffb31f0985e1 100644 (file)
@@ -23,8 +23,7 @@ BUILT_SOURCES += sys/random.h
 # doesn't have one.
 sys/random.h: sys_random.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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' \
@@ -39,7 +38,7 @@ sys/random.h: sys_random.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_N
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
              < $(srcdir)/sys_random.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += sys/random.h sys/random.h-t
 MOSTLYCLEANDIRS += sys
 
index 203e44adad5c4c30c5bffbb446591799756b7f2b..24bc561774582c6212e1096c9b914614fb1868c4 100644 (file)
@@ -24,8 +24,7 @@ BUILT_SOURCES += sys/resource.h
 # doesn't have one.
 sys/resource.h: sys_resource.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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' \
@@ -39,7 +38,7 @@ sys/resource.h: sys_resource.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(A
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
              < $(srcdir)/sys_resource.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += sys/resource.h sys/resource.h-t
 MOSTLYCLEANDIRS += sys
 
index 1601b3976f6e7842da235866ef7ac11ec4eca8fe..a3790184d09bc18204f14f63792b70f9a05869c6 100644 (file)
@@ -25,8 +25,7 @@ BUILT_SOURCES += sys/select.h
 # doesn't have one that works with the given compiler.
 sys/select.h: sys_select.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 263d356482f9a401fdbedf10bd0a4d748ca6ba24..928573a75572426b1e910a154533c5a7157d13e5 100644 (file)
@@ -32,8 +32,7 @@ lib_SOURCES += sys_socket.c
 # doesn't have one that works with the given compiler.
 sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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' \
@@ -67,7 +66,7 @@ sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
              < $(srcdir)/sys_socket.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
 MOSTLYCLEANDIRS += sys
 
index 38ff7e141c0e94d056df8846fb505d5c92424baa..b34773e3dfb4f84ac47df1f100accd71264d0eaa 100644 (file)
@@ -27,8 +27,7 @@ BUILT_SOURCES += sys/stat.h
 # has one that is incomplete.
 sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 1014d2d35783753afd8d98c04f8e345df8fcf414..0379556baf752d9c663f20bfe82b1e4573f036e1 100644 (file)
@@ -24,8 +24,7 @@ BUILT_SOURCES += sys/time.h
 # doesn't have one that works with the given compiler.
 sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 68cb605185162a08e92a082a93568c15fedc9af4..91aa2436ca22072118e5a4081c6e101b1033f63e 100644 (file)
@@ -22,8 +22,7 @@ BUILT_SOURCES += sys/times.h
 # doesn't have one that works with the given compiler.
 sys/times.h: sys_times.in.h $(top_builddir)/config.status $(WARN_ON_USE_H) $(ARG_NONNULL_H)
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's/@''HAVE_SYS_TIMES_H''@/$(HAVE_SYS_TIMES_H)/g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 4532338032021f983f2cea21cf54c9ff55ade19e..5524b731bb6686ea6371cb147cf31b044abef526 100644 (file)
@@ -23,8 +23,7 @@ BUILT_SOURCES += sys/types.h
 # doesn't have one that works with the given compiler.
 sys/types.h: sys_types.in.h $(top_builddir)/config.status
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 1906544be3bf84e89880b15f051f04a8b4329241..cdf0b934eba088fec926a4019bdb735dfeb5bbf2 100644 (file)
@@ -22,8 +22,7 @@ BUILT_SOURCES += sys/uio.h
 # doesn't have one that works with the given compiler.
 sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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' \
@@ -32,7 +31,7 @@ sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
              -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
              < $(srcdir)/sys_uio.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t
 MOSTLYCLEANDIRS += sys
 
index a05589e5fca6f9ddd7b39288ca761f18b031ef70..0242a42e263f0f98af5df9e79329a19bf7afaf85 100644 (file)
@@ -22,8 +22,7 @@ BUILT_SOURCES += sys/utsname.h
 # does not have one.
 sys/utsname.h: sys_utsname.in.h $(top_builddir)/config.status $(WARN_ON_USE_H) $(ARG_NONNULL_H)
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
              -e 's/@''HAVE_SYS_UTSNAME_H''@/$(HAVE_SYS_UTSNAME_H)/g' \
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
index 18a317c394ec80d8d4d6de9569b48bdf4c589e00..1cb2eea1429e3b4b313d37f46c9cdcdef3bc3966 100644 (file)
@@ -23,8 +23,7 @@ BUILT_SOURCES += sys/wait.h
 # has one that is incomplete.
 sys/wait.h: sys_wait.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
-       $(AM_V_at)rm -f $@-t $@ && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 a87b27931cffabc83b453ae41dd8e0ac99b0fbca..a6ccc03891b4005d74e4b92c548a3e61dfe806a8 100644 (file)
@@ -21,9 +21,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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' \
@@ -32,7 +32,7 @@ sysexits.h: sysexits.in.h $(top_builddir)/config.status
              -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
              < $(srcdir)/sysexits.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 else
 sysexits.h: $(top_builddir)/config.status
        rm -f $@
index 1865f0779c4de367410fbc0e9b66fdf3f4f85631..fa8ed61fe40c69608aa504c83099ca1c143e0da8 100644 (file)
@@ -22,9 +22,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 a101c0d67b707e3869e8c5adf1aa6370bce8f4ba..ffb9309cf646f6b8a879f34ed1e575c6dfd63d5f 100644 (file)
@@ -39,9 +39,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 8961d2ae0a56864c58d303c1f452bcbe9a90e2b0..83c926202e811e179476b925451104426ac8cf5d 100644 (file)
@@ -24,9 +24,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 f9f3b60f64e112a8c984fd572a789b71447ba88b..608e8c8021994d200f3b2a3cc258123fb69a9049 100644 (file)
@@ -21,9 +21,9 @@ Makefile.am:
 BUILT_SOURCES += uchar.h
 
 uchar.h: uchar.in.h $(top_builddir)/config.status $(CXXDEFS_H)
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 3d073c2ceac359c5a905e8bb3c96aee60a93315e..209d0b36dc6f078a5ef41fe7d29f0af8b3676183 100644 (file)
@@ -18,12 +18,12 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNICASE_H)
 
 unicase.h: unicase.in.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/unicase.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += unicase.h unicase.h-t
 
 Include:
index 79d9b938036aa5837ed5734c5f0fc93b9acc1f63..b4eee8e7af0281f35d6319b47fd5278a238d00d4 100644 (file)
@@ -26,12 +26,11 @@ EXTRA_DIST           += unicase/special-casing-table.h
 # Generate special-casing.h with a declaration that depends on the gperf version.
 unicase/special-casing.h: unicase/special-casing.in.h unicase/special-casing-table.h
        $(AM_V_GEN)$(MKDIR_P) '%reldir%/unicase'
-       $(AM_V_at)rm -f $@-t $@ && \
-       declaration=`grep '^gl_unicase_special_lookup' $(srcdir)/unicase/special-casing-table.h | sed -e 's/register //g'` && \
+       $(AM_V_at)declaration=`grep '^gl_unicase_special_lookup' $(srcdir)/unicase/special-casing-table.h | sed -e 's/register //g'` && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e "/gl_unicase_special_lookup/s/gl_unicase_special_lookup.*/$${declaration};/" $(srcdir)/unicase/special-casing.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 BUILT_SOURCES        += unicase/special-casing.h
 MOSTLYCLEANFILES     += unicase/special-casing.h unicase/special-casing.h-t
 
index b9e76db5d70fc352db7ae11050b2fc42317e5199..de9188ad93209cd0e88d7331df6bc5a1cc41d9f2 100644 (file)
@@ -19,12 +19,12 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNICONV_H)
 
 uniconv.h: uniconv.in.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/uniconv.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += uniconv.h uniconv.h-t
 
 Include:
index d28c370b438039239651c049db0b5ed4c4d13920..41571dc43b76f569152fda895679fa6c579ef4b0 100644 (file)
@@ -17,12 +17,12 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNICTYPE_H)
 
 unictype.h: unictype.in.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/unictype.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += unictype.h unictype.h-t
 
 Include:
index e9a56cd60c659e3da82632ebc2cb45ea7154dd26..4a3404885249c4fdcd1e6ec8c71f23e1a4fe9f3b 100644 (file)
@@ -17,12 +17,12 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNIGBRK_H)
 
 unigbrk.h: unigbrk.in.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/unigbrk.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += unigbrk.h unigbrk.h-t
 
 Include:
index 4215570ee9ade054b68aee78464f6a3d5a805886..0edce62649fc2df5bf1d624bbfe9935ab664ae65 100644 (file)
@@ -17,12 +17,12 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNILBRK_H)
 
 unilbrk.h: unilbrk.in.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/unilbrk.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += unilbrk.h unilbrk.h-t
 
 Include:
index b710c29771e9eeeb68ce7737b1b52cd61073b7cc..80e26224f6d59d683eaaca44e954a833ed8df1a5 100644 (file)
@@ -16,12 +16,12 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNINAME_H)
 
 uniname.h: uniname.in.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/uniname.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += uniname.h uniname.h-t
 
 Include:
index ab5cbd6a1ca1ead884b77802fedb68367fa967b0..bc23064311c55c7cf5156aac7913804cd02f2606 100644 (file)
@@ -16,12 +16,12 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNINORM_H)
 
 uninorm.h: uninorm.in.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/uninorm.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += uninorm.h uninorm.h-t
 
 Include:
index ea1bea658fb9863dbe17e7950afd0a547b4c4533..130b7e5f0f20331c75bc6320f58cd165fbedf498 100644 (file)
@@ -30,9 +30,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 d3586187b252ca81757c9b3f9eff9466373f3b43..9c746835b747f1328203771181f29c88c4d1f6be 100644 (file)
@@ -16,12 +16,12 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNISTDIO_H)
 
 unistdio.h: unistdio.in.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/unistdio.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += unistdio.h unistdio.h-t
 
 Include:
index 054cd6d8bdfdbc3b6be65f4c18934e79f9686609..16806eadd15704a9fed70695e1ff48b793af449b 100644 (file)
@@ -18,12 +18,12 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNISTR_H)
 
 unistr.h: unistr.in.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/unistr.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += unistr.h unistr.h-t
 
 Include:
index 94952f1f418f907bc37c62371045deee851ab375..14e44a2b3f830528b2f9d195bfb478e40f28997d 100644 (file)
@@ -32,12 +32,12 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
 
 unitypes.h: unitypes.in.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/unitypes.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += unitypes.h unitypes.h-t
 
 Include:
index a23e796f9903b8d4e05ff81a086761fd425232a6..f2120f40311331f63baa34d444587ba209e997bd 100644 (file)
@@ -16,12 +16,12 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNIWBRK_H)
 
 uniwbrk.h: uniwbrk.in.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/uniwbrk.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += uniwbrk.h uniwbrk.h-t
 
 Include:
index 5d1c820f0435727d5e97424a48d53b4bfe64531e..d2cff47eae75c3a652ef283663fb27a5ffe5587c 100644 (file)
@@ -17,12 +17,12 @@ Makefile.am:
 BUILT_SOURCES += $(LIBUNISTRING_UNIWIDTH_H)
 
 uniwidth.h: uniwidth.in.h
-       $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/uniwidth.in.h; \
        } > $@-t && \
-       mv -f $@-t $@
+       mv $@-t $@
 MOSTLYCLEANFILES += uniwidth.h uniwidth.h-t
 
 Include:
index 1cd337d37fe67adad6ad99eebb46194e3c5c1329..54d5cfcc3b73d2870c279678935139dd8b13fe2d 100644 (file)
@@ -22,9 +22,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -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 56620eb6bdfb1b4ef51d71e9119eb05a36dbcf9a..a09e3511a700216ddc04e4662dd62a9a7e5203ad 100644 (file)
@@ -27,9 +27,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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 34ccc0439ea12ef7a3d816e21d1a9116934f0ab5..7e2eaddf9f3b9f2306fa01fcfaf32c002411bf80 100644 (file)
@@ -25,9 +25,9 @@ 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)rm -f $@-t $@ && \
-@NMD@  $(MKDIR_P) '%reldir%' && \
-       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+       $(AM_V_GEN)
+@NMD@  $(AM_V_at)$(MKDIR_P) '%reldir%'
+       $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -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' \