projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f867556
)
fix repair file
author
bdemsky
<bdemsky>
Wed, 6 Sep 2006 21:36:04 +0000
(21:36 +0000)
committer
bdemsky
<bdemsky>
Wed, 6 Sep 2006 21:36:04 +0000
(21:36 +0000)
Robust/src/buildscriptrepair
patch
|
blob
|
history
diff --git
a/Robust/src/buildscriptrepair
b/Robust/src/buildscriptrepair
index c03952f45ae4b0a4b3aa4e42d665414e4dd4242f..0d365a9f83cb3471c900f5a3e7024e7bab748bb7 100755
(executable)
--- a/
Robust/src/buildscriptrepair
+++ b/
Robust/src/buildscriptrepair
@@
-32,7
+32,7
@@
for i in *
do
cd $SPECDIR/$i
cat $BUILDDIR/structfile.struct $i.label > $i.struct
-java -cp $REPAIRROOT/:. MCC.Compiler -checkonly $i
+java -cp $REPAIRROOT/:. MCC.Compiler -
name $i -
checkonly $i
ls
cp size.[c,h] $BUILDDIR/specdir
cp $i.c $i\_aux.[c,h] $BUILDDIR/specdir