From: ian Date: Tue, 30 Mar 1999 18:51:31 +0000 (+0000) Subject: Lost fixme; better clean. X-Git-Tag: wip.base.getaddrinfo~375 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/commitdiff_plain/bb0038ab1ebb54981d076233168113c1bcbcbb40 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;