# HG changeset patch # User Simon Josefsson # Date 1251807907 -7200 # Node ID 79c91e5cce7a8ff4e978a84e023627e0684c1d70 # Parent 4934b28baa2baa72f7bf73b89ae7ed510e6a59bd Use $(MKDIR_P) instead of @MKDIR_P@. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2009-09-01 Simon Josefsson + + * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@. + * modules/netinet_in: Likewise. + * modules/sys_file: Likewise. + * modules/sys_ioctl: Likewise. + * modules/sys_select: Likewise. + * modules/sys_socket: Likewise. + * modules/sys_stat: Likewise. + * modules/sys_time: Likewise. + * modules/sys_times: Likewise. + * modules/sys_utsname: Likewise. + * modules/sys_wait: Likewise. + 2009-09-01 Jim Meyering fts: help ensure that return values are not ignored diff --git a/modules/arpa_inet b/modules/arpa_inet --- a/modules/arpa_inet +++ b/modules/arpa_inet @@ -20,7 +20,7 @@ # We need the following in order to create when the system # doesn't have one. arpa/inet.h: arpa_inet.in.h - $(AM_V_at)@MKDIR_P@ arpa + $(AM_V_at)$(MKDIR_P) arpa $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ diff --git a/modules/netinet_in b/modules/netinet_in --- a/modules/netinet_in +++ b/modules/netinet_in @@ -19,7 +19,7 @@ # We need the following in order to create when the system # doesn't have one. netinet/in.h: netinet_in.in.h - $(AM_V_at)@MKDIR_P@ netinet + $(AM_V_at)$(MKDIR_P) netinet $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ diff --git a/modules/sys_file b/modules/sys_file --- a/modules/sys_file +++ b/modules/sys_file @@ -19,7 +19,7 @@ # We need the following in order to create when the system # has one that is incomplete. sys/file.h: sys_file.in.h - $(AM_V_at)@MKDIR_P@ sys + $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_SYS_FILE_H''@/$(HAVE_SYS_FILE_H)/g' \ diff --git a/modules/sys_ioctl b/modules/sys_ioctl --- a/modules/sys_ioctl +++ b/modules/sys_ioctl @@ -20,7 +20,7 @@ # We need the following in order to create when the system # does not have a complete one. sys/ioctl.h: sys_ioctl.in.h - $(AM_V_at)@MKDIR_P@ sys + $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_SYS_IOCTL_H''@|$(HAVE_SYS_IOCTL_H)|g' \ diff --git a/modules/sys_select b/modules/sys_select --- a/modules/sys_select +++ b/modules/sys_select @@ -21,7 +21,7 @@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/select.h: sys_select.in.h - $(AM_V_at)@MKDIR_P@ sys + $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ diff --git a/modules/sys_socket b/modules/sys_socket --- a/modules/sys_socket +++ b/modules/sys_socket @@ -22,7 +22,7 @@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/socket.h: sys_socket.in.h - $(AM_V_at)@MKDIR_P@ sys + $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ diff --git a/modules/sys_stat b/modules/sys_stat --- a/modules/sys_stat +++ b/modules/sys_stat @@ -19,7 +19,7 @@ # We need the following in order to create when the system # has one that is incomplete. sys/stat.h: sys_stat.in.h - $(AM_V_at)@MKDIR_P@ sys + $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ diff --git a/modules/sys_time b/modules/sys_time --- a/modules/sys_time +++ b/modules/sys_time @@ -18,7 +18,7 @@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/time.h: sys_time.in.h - $(AM_V_at)@MKDIR_P@ sys + $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \ diff --git a/modules/sys_times b/modules/sys_times --- a/modules/sys_times +++ b/modules/sys_times @@ -18,7 +18,7 @@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/times.h: sys_times.in.h - $(AM_V_at)@MKDIR_P@ sys + $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GNULIB_TIMES''@|$(GNULIB_TIMES)|g' \ diff --git a/modules/sys_utsname b/modules/sys_utsname --- a/modules/sys_utsname +++ b/modules/sys_utsname @@ -18,7 +18,7 @@ # We need the following in order to create when the system # does not have one. sys/utsname.h: sys_utsname.in.h - $(AM_V_at)@MKDIR_P@ sys + $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GNULIB_UNAME''@|$(GNULIB_UNAME)|g' \ diff --git a/modules/sys_wait b/modules/sys_wait --- a/modules/sys_wait +++ b/modules/sys_wait @@ -19,7 +19,7 @@ # We need the following in order to create when the system # has one that is incomplete. sys/wait.h: sys_wait.in.h - $(AM_V_at)@MKDIR_P@ sys + $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \