X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsys_stat;h=059c2b8bf0fec92704ffb920eea3f5914f6e4626;hb=3b905e0ad791b750d0a471c90ecaacf2345a39c3;hp=20a8c83bf9aeb0fa3fbaff7ad7fad15423548a04;hpb=599bbd22717fdd0f8d6b8a6f54b99b2a9fa7b410;p=gnulib.git diff --git a/modules/sys_stat b/modules/sys_stat index 20a8c83bf..059c2b8bf 100644 --- a/modules/sys_stat +++ b/modules/sys_stat @@ -7,9 +7,11 @@ m4/sys_stat_h.m4 m4/unistd_h.m4 Depends-on: +arg-nonnull +c++defs include_next -link-warning time +warn-on-use configure.ac: gl_HEADER_SYS_STAT_H @@ -20,7 +22,7 @@ BUILT_SOURCES += sys/stat.h # We need the following in order to create when the system # has one that is incomplete. -sys/stat.h: sys_stat.in.h +sys/stat.h: sys_stat.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @@ -59,7 +61,9 @@ sys/stat.h: sys_stat.in.h -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \ -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \ -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \ - -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ + -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ + -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ + -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/sys_stat.in.h; \ } > $@-t && \ mv $@-t $@