Lost fixme; better clean.
authorian <ian>
Tue, 30 Mar 1999 18:51:31 +0000 (18:51 +0000)
committerian <ian>
Tue, 30 Mar 1999 18:51:31 +0000 (18:51 +0000)
Makefile.in
regress/hrecord.c.m4

index 47cad77..80a58d4 100644 (file)
@@ -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
index c3e38e2..8d7d3de 100644 (file)
@@ -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;