Do equivalent of "distclean" after building "Makefile.in".
authorChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 23:16:51 +0000 (23:16 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 23:16:51 +0000 (23:16 +0000)
v7/src/microcode/makegen/makeinit.sh

index 16d4e2f8f4b6a662b22fe503a01781a5c83f51dd..5d072151b096cae5b0877b27e18e0988cefa746d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: makeinit.sh,v 1.3 2000/12/05 21:46:17 cph Exp $
+# $Id: makeinit.sh,v 1.4 2000/12/05 23:16:51 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
@@ -20,9 +20,7 @@
 
 autoheader
 autoconf
-if [ ! -f Makefile.in ]; then
-  touch Makefile.in
-fi
+[ -f Makefile.in ] || touch Makefile.in
 ./configure
 scheme -heap 2000 <<EOF
 (load "makegen/makegen.scm")
@@ -30,4 +28,5 @@ scheme -heap 2000 <<EOF
                   "Makefile.deps"
                   "Makefile.in")
 EOF
-./config.status
+rm -f Makefile config.h config.cache config.log config.status
+rm -f cmpauxmd.m4 cmpintmd.h