NOGAMES -> NO_GAMES

This commit is contained in:
Ruslan Ermilov 2004-12-21 10:36:54 +00:00
parent a216173556
commit 39a855c2a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139114
7 changed files with 9 additions and 8 deletions

View File

@ -10,7 +10,7 @@
# -DNO_CRYPT will prevent building of crypt versions
# -DNO_MAN do not build the manual pages
# -DNO_PROFILE do not build profiled libraries
# -DNOGAMES do not go into games subdir
# -DNO_GAMES do not go into games subdir
# -DNOSHARE do not go into share subdir
# -DNO_INFO do not make or install info files
# -DNO_LIBC_R do not build libc_r.
@ -45,7 +45,7 @@
# We must do etc last for install/distribute to work.
#
SUBDIR= share/info include lib libexec bin
.if !defined(NOGAMES)
.if !defined(NO_GAMES)
SUBDIR+=games
.endif
SUBDIR+=gnu
@ -798,7 +798,7 @@ legacy:
#
# bootstrap-tools: Build tools needed for compatibility
#
.if !defined(NOGAMES)
.if !defined(NO_GAMES)
_strfile= games/fortune/strfile
.endif

View File

@ -359,7 +359,7 @@ release rerelease:
.endif
mkdir -p ${CHROOTDIR}
@echo ">>> make release for ${TARGET} started on `LC_ALL=C TZ=GMT date`"
cd ${WORLDDIR} && ${NATIVEMAKE} -DNOGAMES -DNOHTML -DNO_INFO -DNO_MAN \
cd ${WORLDDIR} && ${NATIVEMAKE} -DNO_GAMES -DNOHTML -DNO_INFO -DNO_MAN \
-DNO_PROFILE installworld DESTDIR=${CHROOTDIR}
cd ${WORLDDIR}/etc && ${NATIVEMAKE} distribution DESTDIR=${CHROOTDIR}
if [ -f /etc/resolv.conf ]; then \

View File

@ -154,7 +154,7 @@ create_includes_and_libraries2() {
MAKEOBJDIRPREFIX=${l_objtree}
export MAKEOBJDIRPREFIX
( cd ${SRC};
make -DNOCLEAN -DNO_PROFILE -DNOGAMES -DNO_LIBC_R -DPICOBSD buildworld
make -DNOCLEAN -DNO_PROFILE -DNO_GAMES -DNO_LIBC_R -DPICOBSD buildworld
)
}

View File

@ -115,7 +115,7 @@
#NO_CXX= # do not build C++ and friends
#NO_DYNAMICROOT= # do not link /bin and /sbin dynamically
#NO_FORTRAN= # do not build g77 and related libraries
#NOGAMES= # do not build games (games/ subdir)
#NO_GAMES= # do not build games (games/ subdir)
#NO_GDB= # do not build GDB
#NO_I4B= # do not build isdn4bsd package
#NOINET6= # do not build IPv6 related programs and libraries

View File

@ -538,7 +538,7 @@ instead of
.It Va NO_CRYPT
.Pq Vt bool
Set to not build any crypto code.
.It Va NOGAMES
.It Va NO_GAMES
.Pq Vt bool
Set to not build games.
.It Va NO_INFO

View File

@ -7,6 +7,7 @@
NODOCCOMPRESS:NO_DOCCOMPRESS \
NOEXTRADEPEND:NO_EXTRADEPEND \
NOFSCHG:NO_FSCHG \
NOGAMES:NO_GAMES \
NOINFO:NO_INFO \
NOINFOCOMPRESS:NO_INFOCOMPRESS \
NOINSTALLLIB:NO_INSTALLLIB \

View File

@ -14,7 +14,7 @@ NO_BLUETOOTH=
NO_CVS=
NO_CXX=
NO_FORTRAN=
NOGAMES=
NO_GAMES=
NO_GCOV=
NO_GDB=
NO_HESIOD_LIBC=