From: ian Date: Tue, 30 Mar 1999 18:51:31 +0000 (+0000) Subject: Lost fixme; better clean. X-Git-Tag: abandon.1999-04-10.multithread~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=ac41b8f0356aa3e2a163970cfbcf0b0df035a873;p=adns.git Lost fixme; better clean. --- diff --git a/Makefile.in b/Makefile.in index 47cad77..80a58d4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,7 +30,8 @@ all install uninstall clean distclean mostlyclean maintainer-clean distprep: all-here install-here uninstall-here distprep-here: clean-here mostlyclean-here: - rm -f *~ ./#*# core *.orig *.rej Makefile + rm -f *~ ./#*# core *.orig *.rej Makefile adns-*.tar.gz + rm -rf dist_tmp distclean-here maintainer-clean-here: clean-here rm -f settings.make config.h config.cache config.log config.status diff --git a/regress/hrecord.c.m4 b/regress/hrecord.c.m4 index c3e38e2..8d7d3de 100644 --- a/regress/hrecord.c.m4 +++ b/regress/hrecord.c.m4 @@ -30,8 +30,6 @@ m4_include(hmacros.i4) static FILE *Toutputfile; -/* fixme: record syscall durations, rather than gettimeofday results */ - static void R_recordtime(void) { int r; struct timeval tv, tvrel;