X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fsys_file;h=8e155c8d222492f894dcb10b81141da683ae2396;hb=47a8dd64accd4e522331866a73bb79adc2d6ca78;hp=2c1f8f8e51740772b34f6fb028f700f963212b1d;hpb=165ed69714f02ad139d96a7c4180af6d10311b4a;p=pspp diff --git a/modules/sys_file b/modules/sys_file index 2c1f8f8e51..8e155c8d22 100644 --- a/modules/sys_file +++ b/modules/sys_file @@ -19,8 +19,8 @@ BUILT_SOURCES += $(SYS_FILE_H) # We need the following in order to create when the system # has one that is incomplete. sys/file.h: sys_file.in.h - @MKDIR_P@ sys - rm -f $@-t $@ + $(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' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @@ -29,7 +29,7 @@ sys/file.h: sys_file.in.h -e 's/@''HAVE_FLOCK''@/$(HAVE_FLOCK)/g' \ -e 's/@''GNULIB_FLOCK''@/$(GNULIB_FLOCK)/g' \ < $(srcdir)/sys_file.in.h; \ - } > $@-t + } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += sys/file.h sys/file.h-t MOSTLYCLEANDIRS += sys