X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fsys_utsname;h=7ea102ccdb19269f6d9fc86564a0bfa61b5cf50d;hb=47a8dd64accd4e522331866a73bb79adc2d6ca78;hp=9aff99d9e0a1b87d018d80669a9c93e50a8ac14b;hpb=165ed69714f02ad139d96a7c4180af6d10311b4a;p=pspp diff --git a/modules/sys_utsname b/modules/sys_utsname index 9aff99d9e0..7ea102ccdb 100644 --- a/modules/sys_utsname +++ b/modules/sys_utsname @@ -18,14 +18,14 @@ BUILT_SOURCES += $(SYS_UTSNAME_H) # We need the following in order to create when the system # does not have one. sys/utsname.h: sys_utsname.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|@''GNULIB_UNAME''@|$(GNULIB_UNAME)|g' \ -e 's|@''HAVE_UNAME''@|$(HAVE_UNAME)|g' \ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ < $(srcdir)/sys_utsname.in.h; \ - } > $@-t + } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += sys/utsname.h sys/utsname.h-t MOSTLYCLEANDIRS += sys