HomeSort by relevance Sort by last modified time
    Searched refs:unix2dos (Results 1 - 2 of 2) sorted by null

  /development/build/tools/
patch_windows_sdk.sh 52 # The unix2dos is provided by the APT package "tofrodos". However
54 UNIX2DOS=$(which unix2dos || true)
55 if [[ ! -x $UNIX2DOS ]]; then
56 UNIX2DOS=$(which todos || true)
81 if [[ -x $UNIX2DOS ]]; then
82 find $TEMP_SDK_DIR -maxdepth 1 -name "*.[ht]*" -type f -print0 | xargs -0 $UNIX2DOS
83 find $TEMP_SDK_DIR -maxdepth 3 -name "*.bat" -type f -print0 | xargs -0 $UNIX2DOS
windows_sdk.mk 21 ifeq ($(strip $(shell which unix2dos todos 2>/dev/null)),)
22 $(error Need a unix2dos command. Please 'apt-get install tofrodos')

Completed in 860 milliseconds