mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Fix bash-isms.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67647 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
599d32016d
commit
9f16bcb59f
@ -25,11 +25,11 @@ elif test -d ../../llvm/autoconf/m4 ; then
|
|||||||
else
|
else
|
||||||
while true ; do
|
while true ; do
|
||||||
echo "LLVM source root not found."
|
echo "LLVM source root not found."
|
||||||
read -p "Enter full path to LLVM source:"
|
read -p "Enter full path to LLVM source:" REPLY
|
||||||
if test -d "$REPLY/autoconf/m4" ; then
|
if test -d "$REPLY/autoconf/m4" ; then
|
||||||
llvm_src_root="$REPLY"
|
llvm_src_root="$REPLY"
|
||||||
llvm_m4="$REPLY/autoconf/m4"
|
llvm_m4="$REPLY/autoconf/m4"
|
||||||
read -p "Enter full path to LLVM objects (empty for same as source):"
|
read -p "Enter full path to LLVM objects (empty for same as source):" REPLY
|
||||||
if test -d "$REPLY" ; then
|
if test -d "$REPLY" ; then
|
||||||
llvm_obj_root="$REPLY"
|
llvm_obj_root="$REPLY"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user