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

/freebsd-12-stable/contrib/bmake/mk/
H A Dmeta2deps.py176 host_target = None variable in class:MetaFile
241 self.host_target = getv(conf, 'HOST_TARGET')
255 trim_list += add_trims(self.host_target)
282 print("host_target=", self.host_target, file=self.debug_out)
380 dmachine == self.host_target):
H A Dcython.mk30 # conf.host_target() is limited to uname -m rather than uname -p
/freebsd-12-stable/share/mk/
H A Dmeta2deps.py170 host_target = None variable in class:MetaFile
235 self.host_target = getv(conf, 'HOST_TARGET')
249 trim_list += add_trims(self.host_target)
276 print("host_target=", self.host_target, file=self.debug_out)
374 dmachine == self.host_target):
/freebsd-12-stable/contrib/bmake/
H A Dos.sh253 */host_target) echo $HOST_TARGET;;

Completed in 105 milliseconds