Home
last modified time | relevance | path

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

/third_party/toybox/scripts/
H A Dmake.sh18 [ -z "$OUTNAME" ] && OUTNAME=toybox"${TARGET:+-$TARGET}"
19 UNSTRIPPED="generated/unstripped/$(basename "$OUTNAME")"
271 echo -n "Compile $OUTNAME"
340 ! do_loudly ${CROSS_COMPILE}${STRIP} "$UNSTRIPPED" -o "$OUTNAME"
343 rm -f "$OUTNAME" &&
344 cp "$UNSTRIPPED" "$OUTNAME" ||
352 do_loudly chmod 555 "$OUTNAME" || exit 1

Completed in 1 milliseconds