compilation script changes
authorbdemsky <bdemsky>
Wed, 13 Sep 2006 13:37:40 +0000 (13:37 +0000)
committerbdemsky <bdemsky>
Wed, 13 Sep 2006 13:37:40 +0000 (13:37 +0000)
Robust/src/buildscriptrepair

index 69dd5dd91f71bd30a591a2095403a3b42addd829..1f495db7088d180b113d245fab6abbb04570b911 100755 (executable)
@@ -28,9 +28,12 @@ mkdir $BUILDDIR/specdir
 cp $REPAIRROOT/MCC/CRuntime/* $BUILDDIR/specdir
 
 echo > $BUILDDIR/specs
+
 # compile specs into C code
 for i in *
 do
+if [ "$i" != "CVS" ]
+then
 cd $SPECDIR/$i
 cat $BUILDDIR/structfile.struct $i.label > $i.struct
 java -cp $REPAIRROOT/:. MCC.Compiler -name $i -checkonly $i
@@ -38,6 +41,7 @@ ls
 cp size.[c,h] $BUILDDIR/specdir
 cp $i.c $i\_aux.[c,h] $BUILDDIR/specdir
 echo $i >> $BUILDDIR/specs
+fi
 done
 
 #compile C code