]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - targets/amd64/NABIHI/config/make.conf
targets/*/*: clean up make.conf comments
[CDN/Mosi.git] / targets / amd64 / NABIHI / 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 # Inline limit warnings?
19 # Userland:
20 #NO_WERROR=yes
21 # Kernel: Just turn off inline warnings
22 #WERROR=-Wno-inline -Werror
23 # Kernel: Don't error on any warning
24 #WERROR=-Wno-error
25 # Kernel: -Werror and -Wno-error both fail when -Os -march=c3-2; use empty
26 #WERROR=
27
28 # Read-only ports tree
29 DISTDIR=/var/ports/distfiles
30 PACKAGES=/var/ports/packages
31 WRKDIRPREFIX=/usr/obj
32
33 .if ${.CURDIR:M*/devel/glib20}
34   USE_LOCAL_MK=
35   STRIP_PERL5_RUN=
36   STRIP_PYTHON_RUN=
37 .endif
38
39 .if ${.CURDIR:M*/databases/tdb}
40   USE_LOCAL_MK=
41   STRIP_PYTHON_RUN=
42 .endif