Searched refs:MACHINE (Results 101 - 125 of 160) sorted by relevance

1234567

/freebsd-11.0-release/contrib/bmake/mk/
H A Ddirdeps.mk30 # Otherwise the recommendation is to use Makefile.depend.${MACHINE}
42 # machines "host" or "common" regardless of current ${MACHINE}.
73 # The default value is just MACHINE, and for most environments
75 # both MACHINE and TARGET_SPEC to the suffix of the current
78 # If more than MACHINE is needed then sys.mk needs to decompose
80 # It is important that MACHINE be included in and actually be
83 # below relies on MACHINE being the first entry.
89 # # Always list MACHINE first,
91 # TARGET_SPEC_VARS = MACHINE TARGET_OS
94 # MACHINE
[all...]
H A Dgendirdeps.mk38 # _objroot is realpath of ${_OBJTOP} without ${MACHINE}
136 .if ${TARGET_OBJ_SPEC:U${MACHINE}} != ${MACHINE}
149 .if ${.MAKE.DEPENDFILE_PREFERENCE:U${.MAKE.DEPENDFILE}:M*.${MACHINE}} == ""
153 META2DEPS_ARGS += MACHINE=none
166 ${META2DEPS_CMD} MACHINE=${MACHINE} \
194 sed 's,//*$$,,;s,\.${HOST_TARGET}$$,.host,;s,\.${MACHINE}$$,,'
237 qualdir_list := ${qualdir_list:N*.${MACHINE}:O:u}
H A Dhost-target.mk18 # for NetBSD prefer $MACHINE (amd64 rather than x86_64)
H A Dmeta.sys.mk57 MACHINE = host macro
61 # it can be handy to know which MACHINE kicked off the build
64 MACHINE0 := ${MACHINE}
H A Dsys.mk121 .for x in ${HOST_OSTYPE} ${HOST_TARGET} ${HOST_OS} ${MACHINE} Generic
176 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
178 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}}
/freebsd-11.0-release/share/mk/
H A Ddirdeps.mk31 # Otherwise the recommendation is to use Makefile.depend.${MACHINE}
43 # machines "host" or "common" regardless of current ${MACHINE}.
74 # The default value is just MACHINE, and for most environments
76 # both MACHINE and TARGET_SPEC to the suffix of the current
79 # If more than MACHINE is needed then sys.mk needs to decompose
81 # It is important that MACHINE be included in and actually be
84 # below relies on MACHINE being the first entry.
90 # # Always list MACHINE first,
92 # TARGET_SPEC_VARS = MACHINE TARGET_OS
95 # MACHINE
[all...]
H A Dgendirdeps.mk39 # _objroot is realpath of ${_OBJTOP} without ${MACHINE}
137 .if ${TARGET_OBJ_SPEC:U${MACHINE}} != ${MACHINE}
150 .if ${.MAKE.DEPENDFILE_PREFERENCE:U${.MAKE.DEPENDFILE}:M*.${MACHINE}} == ""
154 META2DEPS_ARGS += MACHINE=none
167 ${META2DEPS_CMD} MACHINE=${MACHINE} \
195 sed 's,//*$$,,;s,\.${HOST_TARGET}$$,.host,;s,\.${MACHINE}$$,,'
238 qualdir_list := ${qualdir_list:N*.${MACHINE}:O:u}
H A Dhost-target.mk19 # for NetBSD prefer $MACHINE (amd64 rather than x86_64)
H A Dmeta.sys.mk64 .MAKE.DEPENDFILE ?= Makefile.depend.${MACHINE}
69 MACHINE = host macro
73 # it can be handy to know which MACHINE kicked off the build
76 MACHINE0 := ${MACHINE}
H A Dlocal.sys.mk23 MACHINE \
/freebsd-11.0-release/contrib/bmake/mk/sys/
H A DGeneric.mk21 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
23 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}}
H A DNetBSD.mk41 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
43 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}}
H A DOpenBSD.mk13 MACHINE_ARCH.${MACHINE} ?= ${MACHINE}
15 MACHINE_ARCH = ${MACHINE_ARCH.${MACHINE}}
/freebsd-11.0-release/sys/conf/
H A Ddtb.mk46 .PATH: ${SYSDIR}/gnu/dts/${MACHINE} ${SYSDIR}/boot/fdt/dts/${MACHINE}
H A Dkern.opts.mk77 .if ${MACHINE} != "i386"
81 .if ${MACHINE} != "i386" && ${MACHINE} != "amd64"
H A Dconfig.mk42 ${KERN_OPTS.${MACHINE}} ${KERN_OPTS_EXTRA}
H A Dkmod.mk258 .if ${MACHINE} != ${MACHINE_CPUARCH} && ${MACHINE} != "arm64"
284 path=${SYSDIR}/${MACHINE}/include ;; \
460 genassym.o: ${SYSDIR}/${MACHINE}/${MACHINE}/genassym.c
463 ${SYSDIR}/${MACHINE}/${MACHINE}/genassym.c
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Didentcpu.c21 char machine[] = MACHINE;
/freebsd-11.0-release/include/
H A DMakefile126 .if ${MACHINE} != ${MACHINE_CPUARCH}
202 cd ${.CURDIR}/../sys/${MACHINE}/include; \
205 .if exists(${.CURDIR}/../sys/${MACHINE}/include/pc)
206 cd ${.CURDIR}/../sys/${MACHINE}/include/pc; \
304 cd ${.CURDIR}/../sys/${MACHINE}/include; \
306 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/${MACHINE}/include/$$h \
309 .if exists(${.CURDIR}/../sys/${MACHINE}/include/pc)
310 cd ${.CURDIR}/../sys/${MACHINE}/include/pc; \
312 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/${MACHINE}/include/pc/$$h \
352 .if ${MACHINE}
357 MACHINE:= ${HOST_MACHINE} macro
[all...]
/freebsd-11.0-release/
H A DMakefile.libcompat18 LIB32WMAKEENV= MACHINE=i386 MACHINE_ARCH=i386 \
31 LIB32WMAKEENV= MACHINE=powerpc MACHINE_ARCH=powerpc
47 LIBSOFTWMAKEENV= CPUTYPE=soft MACHINE=arm MACHINE_ARCH=armv6
/freebsd-11.0-release/sys/boot/arm/ixp425/boot2/
H A DMakefile26 M=${MACHINE}
/freebsd-11.0-release/targets/pseudo/bootstrap-tools/
H A DMakefile72 MACHINE=host \
/freebsd-11.0-release/contrib/bmake/
H A DMakefile107 .if (${MACHINE} == "sun386")
110 .elif (${MACHINE} != "sunos")
/freebsd-11.0-release/targets/pseudo/userland/misc/
H A DMakefile.depend86 DIRDEPS+= ${DIRDEPS.${MACHINE}:U}
/freebsd-11.0-release/etc/
H A DMakefile57 .if exists(${.CURDIR}/etc.${MACHINE}/ttys)
58 BIN1+= etc.${MACHINE}/ttys
64 .error etc.MACHINE/ttys missing
331 .if exists(${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints)
333 ${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints \

Completed in 89 milliseconds

1234567