Id: marker.
authorlcp
Wed, 21 Dec 1994 13:36:02 +0100
changeset 820 11e4827b3d75
parent 819 8928f1c44d80
child 821 650ee089809b
Id: marker.
src/Tools/make-all
src/Tools/rm-logfiles
--- a/src/Tools/make-all	Wed Dec 21 13:26:26 1994 +0100
+++ b/src/Tools/make-all	Wed Dec 21 13:36:02 1994 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
-#
-#make-all: make all systems afresh
+# $Id$
+#Make all systems afresh
 
 # Creates gzipped log files called makeNNNN.log.gz on each subdirectory and
 # displays the last few lines of these files -- this indicates whether
--- a/src/Tools/rm-logfiles	Wed Dec 21 13:26:26 1994 +0100
+++ b/src/Tools/rm-logfiles	Wed Dec 21 13:36:02 1994 +0100
@@ -1,5 +1,6 @@
 #! /bin/sh
-#rm-logfiles: remove useless files from subdirectories
+# $Id$
+#Remove useless files from subdirectories
 rm log */make*.log */make*.log.gz
 rm */test
 find . -name '.*.thy.ML' -print -exec rm {} \;