sys.mk (3ea2c169b4def61a1e36f1585bd5da1635d3441c) sys.mk (799483e49ea9412cd4d87a33a024bc3ab3f21e9d)
1# from: @(#)sys.mk 8.2 (Berkeley) 3/21/94
2# $FreeBSD$
3
4unix ?= We run FreeBSD, not UNIX.
5.FreeBSD ?= true
6
7.if !defined(%POSIX)
8#

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

70META_MODE?= normal
71.export META_MODE
72.MAKE.MODE?= ${META_MODE}
73.if !empty(.MAKE.MODE:Mmeta) && !defined(NO_META_IGNORE_HOST)
74# Ignore host file changes that will otherwise cause
75# buildworld -> installworld -> buildworld to rebuild everything.
76# Since the build is self-reliant and bootstraps everything it needs,
77# this should not be a real problem for incremental builds.
1# from: @(#)sys.mk 8.2 (Berkeley) 3/21/94
2# $FreeBSD$
3
4unix ?= We run FreeBSD, not UNIX.
5.FreeBSD ?= true
6
7.if !defined(%POSIX)
8#

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

70META_MODE?= normal
71.export META_MODE
72.MAKE.MODE?= ${META_MODE}
73.if !empty(.MAKE.MODE:Mmeta) && !defined(NO_META_IGNORE_HOST)
74# Ignore host file changes that will otherwise cause
75# buildworld -> installworld -> buildworld to rebuild everything.
76# Since the build is self-reliant and bootstraps everything it needs,
77# this should not be a real problem for incremental builds.
78# XXX: This relies on the existing host tools retaining ABI compatibility
79# through upgrades since they won't be rebuilt on header/library changes.
78# Note that these are prefix matching, so /lib matches /libexec.
79.MAKE.META.IGNORE_PATHS+= \
80 ${__MAKE_SHELL} \
81 /bin \
82 /lib \
83 /rescue \
84 /sbin \
85 /usr/bin \

--- 385 unchanged lines hidden ---
80# Note that these are prefix matching, so /lib matches /libexec.
81.MAKE.META.IGNORE_PATHS+= \
82 ${__MAKE_SHELL} \
83 /bin \
84 /lib \
85 /rescue \
86 /sbin \
87 /usr/bin \

--- 385 unchanged lines hidden ---