]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - targets/i386/SABA/config/make.conf
targets/*/*: clean up make.conf comments
[CDN/Mosi.git] / targets / i386 / SABA / config / make.conf
1 # Compilation tunes for ports
2 CFLAGS+=-O2 -pipe
3 COPTFLAGS+=-O2 -pipe
4 CPUTYPE?=pentium4
5
6 # Global knobs
7 NO_PROFILE=yes
8 WITHOUT_X11=yes
9
10 # Caching proxy for fetches
11 http_proxy=http://gateway.cyberleo.net:46565
12 ftp_proxy=http://gateway.cyberleo.net:46565
13
14 # Inline limit warnings?
15 # Userland:
16 #NO_WERROR=yes
17 # Kernel: Just turn off inline warnings
18 #WERROR=-Wno-inline -Werror
19 # Kernel: Don't error on any warning
20 #WERROR=-Wno-error
21 # Kernel: -Werror and -Wno-error both fail when -Os -march=c3-2; use empty
22 #WERROR=
23
24 # Read-only ports tree
25 DISTDIR=/var/ports/distfiles
26 PACKAGES=/var/ports/packages
27 WRKDIRPREFIX=/usr/obj
28
29 # use csup for make update
30 #SUP_UPDATE=YES
31 #SUP=/usr/bin/csup
32 #SUPFILE=/root/sups/release.sup
33 #PORTSSUPFILE=/root/sups/ports.sup
34
35 .if ${.CURDIR:M*/devel/glib20}
36   USE_LOCAL_MK=
37   STRIP_PERL5_RUN=
38   STRIP_PYTHON_RUN=
39 .endif