View | Details | Raw Unified | Return to bug 109640
Collapse All | Expand All

(-)bsd.scons.mk (+11 lines)
Lines 8-13 Link Here
8
#
8
#
9
# Please view me with 4 column tabs!
9
# Please view me with 4 column tabs!
10
10
11
#
12
# Hint for porters:
13
# To make third party SConstruct respect everything that is passed to scons
14
# in SCONS_ENV (that is, most importantly, CC/CXX/CFLAGS/CXXFLAGS), just
15
# patch it so build Environment is constructed in this way:
16
#
17
#   env = Environment(**ARGUMENTS)
18
#
19
# it may be then modified with env.Append and env.Replace
20
#
21
11
# Please make sure all changes to this file are passed through the maintainer.
22
# Please make sure all changes to this file are passed through the maintainer.
12
SCONS_MAINTAINER=	alexbl@FreeBSD.org
23
SCONS_MAINTAINER=	alexbl@FreeBSD.org

Return to bug 109640