Changed .tmp in .temp. This fix the "cannot stat" error in mv command.
This commit is contained in:
parent
3f808f8593
commit
6c05ffe903
|
|
@ -114,7 +114,7 @@ test $TEST_TYPE $FILE || {
|
|||
}
|
||||
|
||||
|
||||
cp -p configure.in configure.tmp
|
||||
cp -p configure.in configure.temp
|
||||
|
||||
if test "$ADMS" -eq 1; then
|
||||
|
||||
|
|
@ -123,7 +123,7 @@ if test "$ADMS" -eq 1; then
|
|||
src\/spicelib\/devices\/adms\/hicum0\/Makefile\
|
||||
src\/spicelib\/devices\/adms\/hicum2\/Makefile\
|
||||
src\/spicelib\/devices\/adms\/mextram\/Makefile\
|
||||
src\/spicelib\/devices\/adms\/psp102\/Makefile/g' configure.tmp >configure.in
|
||||
src\/spicelib\/devices\/adms\/psp102\/Makefile/g' configure.temp >configure.in
|
||||
|
||||
currentdir=`pwd`
|
||||
|
||||
|
|
@ -157,7 +157,7 @@ if test "$ADMS" -eq 1; then
|
|||
|
||||
else
|
||||
|
||||
sed '/${VLAMKF}/d' configure.tmp >configure.in
|
||||
sed '/${VLAMKF}/d' configure.temp >configure.in
|
||||
|
||||
fi
|
||||
|
||||
|
|
@ -185,6 +185,6 @@ echo "Running autoconf"
|
|||
autoconf
|
||||
if [ $? -ne 0 ]; then echo "autoconf failed"; exit 1 ; fi
|
||||
|
||||
mv configure.tmp configure.in
|
||||
mv configure.temp configure.in
|
||||
|
||||
echo "Success."
|
||||
|
|
|
|||
Loading…
Reference in New Issue