Lines Matching refs:DESTINATION
92 # If the destination already exists, don't risk destroying it.
93 test -e ${DESTINATION} && \
94 error "${DESTINATION} already exists"
100 $GCC_SVN co $SVNROOT ${DESTINATION} || \
107 # If the destination does not already exist, complain.
108 test -d ${DESTINATION} || \
109 error "${DESTINATION} does not exist"
111 # Enter the destination directory.
112 changedir ${DESTINATION}
123 changedir ${DESTINATION}
134 echo "Configuring: ${DESTINATION}/configure ${CONFIGURE_OPTIONS}"
135 eval ${DESTINATION}/configure ${CONFIGURE_OPTIONS} || \
143 changedir ${DESTINATION}
157 changedir ${DESTINATION}
163 ${DESTINATION}/contrib/test_summary
170 changedir ${DESTINATION}
179 `basename ${DESTINATION}`
186 changedir ${DESTINATION}
213 DESTINATION="${HOME}/dev/gcc"
250 d) DESTINATION="${OPTARG}";;