Home | History | Annotate | Download | only in tools

Lines Matching refs:perl

17 # Build the host version of the perl executable and place it
26 "Rebuild the host perl used by the Android NDK.
34 BUILD_OUT=/tmp/ndk-$USER/build/perl
46 register_option "--check" do_check_option "Check Perl"
51 BIN_OUT="$SUBDIR/bin/perl${HOST_EXE}"
69 if [ ! -d "$SRC_DIR/perl/perl-$PERL_VERSION" ] ; then
70 echo "ERROR: Source directory does not contain perl sources: $SRC_DIR/perl/perl-$PERL_VERSION"
91 run copy_directory "$SRC_DIR/perl/perl-$PERL_VERSION" "$BUILD_OUT"
92 fail_panic "Could not copy perl source $SRC_DIR/perl/perl-$PERL_VERSION to build directory $BUILD_OUT"
105 fail_panic "Failed to configure the perl-$PERL_VERSION build!"
107 log "Building perl"
109 fail_panic "Failed to build perl-$PERL_VERSION!"
112 log "Checking perl"
114 fail_warning "Failed to check perl-$PERL_VERSION!"
117 log "Installing perl"
119 fail_panic "Failed to install perl-$PERL_VERSION!"
122 run copy_file_list "$BUILD_OUT/prefix/bin" $(dirname "$NDK_DIR/$BIN_OUT") perl
130 ARCHIVE=ndk-perl-$HOST_TAG.tar.bz2