X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsys_stat;h=f349e133a12a45e4de5992ff0e970c39a72803ee;hb=3dfb90423dd8c0e9e13f6079db763b51c6538b6b;hp=7421df67ac094ecc7c6549569ff00dda4866bcc1;hpb=6948250861edce048d7bb3c6b47d13fa3649905e;p=gnulib.git diff --git a/modules/sys_stat b/modules/sys_stat index 7421df67a..f349e133a 100644 --- a/modules/sys_stat +++ b/modules/sys_stat @@ -7,10 +7,10 @@ m4/sys_stat_h.m4 m4/unistd_h.m4 Depends-on: -include_next -link-warning arg-nonnull +include_next time +warn-on-use configure.ac: gl_HEADER_SYS_STAT_H @@ -21,7 +21,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 $(LINK_WARNING_H) $(ARG_NONNULL_H) +sys/stat.h: sys_stat.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H) $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @@ -60,8 +60,8 @@ sys/stat.h: sys_stat.in.h $(LINK_WARNING_H) $(ARG_NONNULL_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 '/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 $@