Progetti Linux
git-svn-id: svn://10.65.10.50/trunk@11986 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a9b78e7d47
commit
ca4ca93059
@ -13,10 +13,13 @@ for i in $2*.$srcext
|
|||||||
do
|
do
|
||||||
n=`basename $i .$srcext`
|
n=`basename $i .$srcext`
|
||||||
of=../../exed/$n.$dstext
|
of=../../exed/$n.$dstext
|
||||||
of1=../../exe/$n.$dstext
|
|
||||||
./$compiler $i $of
|
./$compiler $i $of
|
||||||
|
of1=../../exe/$n.$dstext
|
||||||
if [ ! -L $of1 ];
|
if [ ! -L $of1 ];
|
||||||
then
|
then
|
||||||
ln -s $of $of1
|
dir=`pwd`
|
||||||
|
cd ../../exe/
|
||||||
|
ln -s ../exed/$n.$dstext $n.$dstext
|
||||||
|
cd $dir
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user