トップ 新規 編集 差分 一覧 ソース 検索 ヘルプ PDF RSS ログイン

make.conf

/etc/make.conf

FreeBSD 4.11R

INSTALL_NODEBUG="yes" # see src/UPDATING 20060118:

CPUTYPE=i686
#NO_CPU_CFLAGS= true    # Don't add -march=<cpu> to CFLAGS automatically
#NO_CPU_COPTFLAGS=true  # Don't add -march=<cpu> to COPTFLAGS automatically
CFLAGS= -O2 -fno-strict-aliasing -pipe
CXXFLAGS+= -fmemoize-lookups -fsave-memoized
COPTFLAGS= -O2 -pipe

NO_X=           true    # do not compile in XWindows support (e.g. doscmd)
NOPROFILE=      true    # Avoid compiling profiled libraries
NOUUCP= true    # do not build uucp related programs
#DOC_LANG=      en_US.ISO8859-1 ja_JP.eucJP

MASTER_SORT_REGEX?=    ://[^/]*?.jp[/.]

#cvsup
SUP_UPDATE=     yes
#
SUP=            /usr/local/bin/cvsup
SUPFLAGS=       -Z -g -L 2
SUPHOST=        cvsup4.jp.freebsd.org # use fastest_cvsup
#SUPFILE=        /usr/share/examples/cvsup/standard-supfile
#PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
#DOCSUPFILE=     /usr/share/examples/cvsup/doc-supfile
SUPFILE=        /usr/sup/standard-supfile
PORTSSUPFILE=   /usr/sup/ports-supfile
DOCSUPFILE=     /usr/sup/doc-supfile
#
DOC_LANG=      en_US.ISO8859-1 ja_JP.eucJP

#make world config
LEAPSECONDS=    yes
KERNCONF=       GENERIC # your kernel name
IPFW2=          yes
#ports KNOB
WITH_IPV6=      yes
WITHOUT_X11=    yes
WITH_APACHE2=   yes
WITH_MYSQL_VER=41
# FTP PASV
#FETCH_CMD=/usr/bin/fetch -ARr -p
# portinstall devel/ccache
# see /usr/local/share/doc/ccache/ccache-howto-freebsd.txt
#
CCACHE_DIR=/var/tmp/.ccache
.if (!empty(.CURDIR:M/usr/src*) || !empty(.CURDIR:M/usr/obj*)) && !defined(NOCCACHE)
CC=/usr/local/libexec/ccache/world-cc
CXX=/usr/local/libexec/ccache/world-c++
.endif
# portinstall devel/distcc
.if !defined(NODISTCC)
CCACHE_PREFIX="/usr/local/bin/distcc"
.endif

# distfiles cache server
#MASTER_SITE_OVERRIDE=ftp://distfiles_server.local/distfiles/${DIST_SUBDIR}/

最終更新時間:2006年01月21日 10時46分45秒