NOGAMES -> NO_GAMES
This commit is contained in:
parent
a216173556
commit
39a855c2a1
@ -10,7 +10,7 @@
|
|||||||
# -DNO_CRYPT will prevent building of crypt versions
|
# -DNO_CRYPT will prevent building of crypt versions
|
||||||
# -DNO_MAN do not build the manual pages
|
# -DNO_MAN do not build the manual pages
|
||||||
# -DNO_PROFILE do not build profiled libraries
|
# -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
|
# -DNOSHARE do not go into share subdir
|
||||||
# -DNO_INFO do not make or install info files
|
# -DNO_INFO do not make or install info files
|
||||||
# -DNO_LIBC_R do not build libc_r.
|
# -DNO_LIBC_R do not build libc_r.
|
||||||
@ -45,7 +45,7 @@
|
|||||||
# We must do etc last for install/distribute to work.
|
# We must do etc last for install/distribute to work.
|
||||||
#
|
#
|
||||||
SUBDIR= share/info include lib libexec bin
|
SUBDIR= share/info include lib libexec bin
|
||||||
.if !defined(NOGAMES)
|
.if !defined(NO_GAMES)
|
||||||
SUBDIR+=games
|
SUBDIR+=games
|
||||||
.endif
|
.endif
|
||||||
SUBDIR+=gnu
|
SUBDIR+=gnu
|
||||||
@ -798,7 +798,7 @@ legacy:
|
|||||||
#
|
#
|
||||||
# bootstrap-tools: Build tools needed for compatibility
|
# bootstrap-tools: Build tools needed for compatibility
|
||||||
#
|
#
|
||||||
.if !defined(NOGAMES)
|
.if !defined(NO_GAMES)
|
||||||
_strfile= games/fortune/strfile
|
_strfile= games/fortune/strfile
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
@ -359,7 +359,7 @@ release rerelease:
|
|||||||
.endif
|
.endif
|
||||||
mkdir -p ${CHROOTDIR}
|
mkdir -p ${CHROOTDIR}
|
||||||
@echo ">>> make release for ${TARGET} started on `LC_ALL=C TZ=GMT date`"
|
@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}
|
-DNO_PROFILE installworld DESTDIR=${CHROOTDIR}
|
||||||
cd ${WORLDDIR}/etc && ${NATIVEMAKE} distribution DESTDIR=${CHROOTDIR}
|
cd ${WORLDDIR}/etc && ${NATIVEMAKE} distribution DESTDIR=${CHROOTDIR}
|
||||||
if [ -f /etc/resolv.conf ]; then \
|
if [ -f /etc/resolv.conf ]; then \
|
||||||
|
@ -154,7 +154,7 @@ create_includes_and_libraries2() {
|
|||||||
MAKEOBJDIRPREFIX=${l_objtree}
|
MAKEOBJDIRPREFIX=${l_objtree}
|
||||||
export MAKEOBJDIRPREFIX
|
export MAKEOBJDIRPREFIX
|
||||||
( cd ${SRC};
|
( cd ${SRC};
|
||||||
make -DNOCLEAN -DNO_PROFILE -DNOGAMES -DNO_LIBC_R -DPICOBSD buildworld
|
make -DNOCLEAN -DNO_PROFILE -DNO_GAMES -DNO_LIBC_R -DPICOBSD buildworld
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
#NO_CXX= # do not build C++ and friends
|
#NO_CXX= # do not build C++ and friends
|
||||||
#NO_DYNAMICROOT= # do not link /bin and /sbin dynamically
|
#NO_DYNAMICROOT= # do not link /bin and /sbin dynamically
|
||||||
#NO_FORTRAN= # do not build g77 and related libraries
|
#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_GDB= # do not build GDB
|
||||||
#NO_I4B= # do not build isdn4bsd package
|
#NO_I4B= # do not build isdn4bsd package
|
||||||
#NOINET6= # do not build IPv6 related programs and libraries
|
#NOINET6= # do not build IPv6 related programs and libraries
|
||||||
|
@ -538,7 +538,7 @@ instead of
|
|||||||
.It Va NO_CRYPT
|
.It Va NO_CRYPT
|
||||||
.Pq Vt bool
|
.Pq Vt bool
|
||||||
Set to not build any crypto code.
|
Set to not build any crypto code.
|
||||||
.It Va NOGAMES
|
.It Va NO_GAMES
|
||||||
.Pq Vt bool
|
.Pq Vt bool
|
||||||
Set to not build games.
|
Set to not build games.
|
||||||
.It Va NO_INFO
|
.It Va NO_INFO
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
NODOCCOMPRESS:NO_DOCCOMPRESS \
|
NODOCCOMPRESS:NO_DOCCOMPRESS \
|
||||||
NOEXTRADEPEND:NO_EXTRADEPEND \
|
NOEXTRADEPEND:NO_EXTRADEPEND \
|
||||||
NOFSCHG:NO_FSCHG \
|
NOFSCHG:NO_FSCHG \
|
||||||
|
NOGAMES:NO_GAMES \
|
||||||
NOINFO:NO_INFO \
|
NOINFO:NO_INFO \
|
||||||
NOINFOCOMPRESS:NO_INFOCOMPRESS \
|
NOINFOCOMPRESS:NO_INFOCOMPRESS \
|
||||||
NOINSTALLLIB:NO_INSTALLLIB \
|
NOINSTALLLIB:NO_INSTALLLIB \
|
||||||
|
@ -14,7 +14,7 @@ NO_BLUETOOTH=
|
|||||||
NO_CVS=
|
NO_CVS=
|
||||||
NO_CXX=
|
NO_CXX=
|
||||||
NO_FORTRAN=
|
NO_FORTRAN=
|
||||||
NOGAMES=
|
NO_GAMES=
|
||||||
NO_GCOV=
|
NO_GCOV=
|
||||||
NO_GDB=
|
NO_GDB=
|
||||||
NO_HESIOD_LIBC=
|
NO_HESIOD_LIBC=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user