]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - targets/amd64/H340/config/make.conf
script/makepkg: make sure kvs directory exists before loading kvs module
[CDN/Mosi.git] / targets / amd64 / H340 / config / make.conf
1 # Compilation tunes for ports
2 CFLAGS+=-O2 -pipe
3 COPTFLAGS+=-O2 -pipe
4 CPUTYPE?=nocona
5
6 # Multiprocess port builds (make -j8)
7 FORCE_MAKE_JOBS=yes
8 MAKE_JOBS_NUMBER=8
9
10 # Global knobs
11 NO_PROFILE=yes
12 WITHOUT_X11=yes
13
14 # Caching proxy for fetches
15 http_proxy=http://gateway.cyberleo.net:46565
16 ftp_proxy=http://gateway.cyberleo.net:46565
17
18 # Read-only ports tree
19 DISTDIR=/var/ports/distfiles
20 PACKAGES=/var/ports/packages
21 WRKDIRPREFIX=/usr/obj
22
23 .if ${.CURDIR:M*/devel/glib20}
24   USE_LOCAL_MK=
25   STRIP_PERL5_RUN=
26   STRIP_PYTHON_RUN=
27 .endif