Lines Matching refs:ta
24 local ta=$1
28 echo -n "Building $ta ${opt} ... "
29 objdir=$(make buildenv TARGET_ARCH=$ta BUILDENV_SHELL="make -V .OBJDIR" | tail -1)
37 … if ! make buildenv TARGET_ARCH=$ta BUILDENV_SHELL="make clean cleandepend cleandir obj depend" \
42 if ! make buildenv TARGET_ARCH=$ta BUILDENV_SHELL="make ${opt} -j 40 all" \
59 ta=${i##*/}
60 dobuild $ta _.boot.${ta}.no_forth.log "WITHOUT_FORTH=yes"
69 ta=${i##*/}
70 dobuild $ta _.boot.${ta}.no_geli.log "WITHOUT_LOADER_GEIL=yes"
84 ta=${i##*/}
85 dobuild $ta _.boot.${ta}.log ""
94 ta=${i##*/}
95 dobuild $ta _.boot.${ta}.no_zfs.log "MK_LOADER_ZFS=no"
103 ta=${i##*/}
104 dobuild $ta _.boot.${ta}.no_zfs.log "MK_LOADER_BIOS_TEXTONLY=yes"