Home | History | Annotate | Download | only in tools

Lines Matching refs:sed

17 # Build the host version of the sed executable and place it
25 "Rebuild the host sed tool used by the NDK."
42 SUBDIR=$(get_prebuilt_host_exec sed)
43 OUT=$NDK_DIR/$(get_prebuilt_host_exec sed)
46 SED_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/sed-$SED_VERSION
48 echo "ERROR: Can't find sed-$SED_VERSION source tree: $SED_SRCDIR"
71 fail_panic "Failed to configure the sed-$SED_VERSION build!"
73 log "Building sed (lib/ and sed/ only)"
75 run $GNUMAKE -j $NUM_JOBS -C sed
76 fail_panic "Failed to build the sed-$SED_VERSION executable!"
79 run mkdir -p $(dirname "$OUT") && cp sed/$(get_host_exec_name sed) $OUT
83 ARCHIVE=ndk-sed-$HOST_TAG.tar.bz2