chiark / gitweb /
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 47cad77b59b7cabe4374682e1c85de3cf3077fc2..80a58d4b5f5e964e998873e91265e1700b2d31e6 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 c3e38e2316f281b9b6dddde778b36fcd2c9e313d..8d7d3de928cebe4a2b7ff514cc7bbff92c0d4c1b 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;