Deleted Added
full compact
bsd.own.mk (227983) bsd.own.mk (227987)
1# $FreeBSD: head/share/mk/bsd.own.mk 227983 2011-11-25 20:59:04Z theraven $
1# $FreeBSD: head/share/mk/bsd.own.mk 227987 2011-11-26 03:26:06Z dim $
2#
3# The include file <bsd.own.mk> set common variables for owner,
4# group, mode, and directories. Defaults are in brackets.
5#
6#
7# +++ variables +++
8#
9# DESTDIR Change the tree where the file gets installed. [not set]

--- 398 unchanged lines hidden (view full) ---

408 BIND_IDN \
409 BIND_LARGE_FILE \
410 BIND_LIBS \
411 BIND_SIGCHASE \
412 BIND_XML \
413 HESIOD \
414 ICONV \
415 IDEA \
2#
3# The include file <bsd.own.mk> set common variables for owner,
4# group, mode, and directories. Defaults are in brackets.
5#
6#
7# +++ variables +++
8#
9# DESTDIR Change the tree where the file gets installed. [not set]

--- 398 unchanged lines hidden (view full) ---

408 BIND_IDN \
409 BIND_LARGE_FILE \
410 BIND_LIBS \
411 BIND_SIGCHASE \
412 BIND_XML \
413 HESIOD \
414 ICONV \
415 IDEA \
416 LIBCPLUSPLUS \
416 OFED
417
418#
419# Default behaviour of some options depends on the architecture. Unfortunately
420# this means that we have to test TARGET_ARCH (the buildworld case) as well
421# as MACHINE_ARCH (the non-buildworld case). Normally TARGET_ARCH is not
422# used at all in bsd.*.mk, but we have to make an exception here if we want
423# to allow defaults for some things like clang and fdt to vary by target

--- 124 unchanged lines hidden (view full) ---

548
549.if ${MK_TOOLCHAIN} == "no"
550MK_BINUTILS:= no
551MK_CLANG:= no
552MK_GCC:= no
553MK_GDB:= no
554.endif
555
417 OFED
418
419#
420# Default behaviour of some options depends on the architecture. Unfortunately
421# this means that we have to test TARGET_ARCH (the buildworld case) as well
422# as MACHINE_ARCH (the non-buildworld case). Normally TARGET_ARCH is not
423# used at all in bsd.*.mk, but we have to make an exception here if we want
424# to allow defaults for some things like clang and fdt to vary by target

--- 124 unchanged lines hidden (view full) ---

549
550.if ${MK_TOOLCHAIN} == "no"
551MK_BINUTILS:= no
552MK_CLANG:= no
553MK_GCC:= no
554MK_GDB:= no
555.endif
556
556MK_LIBCPLUSPLUS?= no
557
558#
559# Set defaults for the MK_*_SUPPORT variables.
560#
561
562#
563# MK_*_SUPPORT options which default to "yes" unless their corresponding
564# MK_* variable is set to "no".
565#

--- 48 unchanged lines hidden ---
557#
558# Set defaults for the MK_*_SUPPORT variables.
559#
560
561#
562# MK_*_SUPPORT options which default to "yes" unless their corresponding
563# MK_* variable is set to "no".
564#

--- 48 unchanged lines hidden ---