Searched refs:HOST_PERL (Results 1 - 1 of 1) sorted by relevance

/ndk/
H A Dndk-build249 # Find perl. If HOST_PERL is defined, check that it points to a valid file
251 if [ -n "$HOST_PERL" ] ; then
252 ABS_PERL=`which $HOST_PERL 2> /dev/null`
254 echo "ERROR: Your HOST_PERL variable is defined to an invalid name: $HOST_PERL"
258 HOST_PERL="$ABS_PERL"
259 log "HOST_PERL=$HOST_PERL (from environment variable)"
262 HOST_PERL="$PROGDIR/prebuilt/$HOST_TAG/bin/perl"
263 if [ ! -f "$HOST_PERL" ]; the
[all...]

Completed in 34 milliseconds