summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 10:36:54 +0000
committerru <ru@FreeBSD.org>2004-12-21 10:36:54 +0000
commitf6f82226303669a0913de71310950aeae884084b (patch)
treedb118a51eb5404b480fca0516f1ffbb986b82617
parentf4c44b761bde292694f67f1836472277a25fcb75 (diff)
downloadFreeBSD-src-f6f82226303669a0913de71310950aeae884084b.zip
FreeBSD-src-f6f82226303669a0913de71310950aeae884084b.tar.gz
NOGAMES -> NO_GAMES
-rw-r--r--Makefile.inc16
-rw-r--r--release/Makefile2
-rwxr-xr-xrelease/picobsd/build/picobsd2
-rw-r--r--share/examples/etc/make.conf2
-rw-r--r--share/man/man5/make.conf.52
-rw-r--r--share/mk/bsd.compat.mk1
-rw-r--r--tools/tools/nanobsd/make.conf2
7 files changed, 9 insertions, 8 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index d5f33e9..5bb9b1d 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
diff --git a/release/Makefile b/release/Makefile
index b33d8ed..4289aff 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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 \
diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd
index 09daca7..14bf39a 100755
--- a/release/picobsd/build/picobsd
+++ b/release/picobsd/build/picobsd
@@ -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
)
}
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 827bc27..298e45a 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -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
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 04afb73..f890524 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -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
diff --git a/share/mk/bsd.compat.mk b/share/mk/bsd.compat.mk
index 80fc062..fc1726f 100644
--- a/share/mk/bsd.compat.mk
+++ b/share/mk/bsd.compat.mk
@@ -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 \
diff --git a/tools/tools/nanobsd/make.conf b/tools/tools/nanobsd/make.conf
index 0a47e39..6e29d39 100644
--- a/tools/tools/nanobsd/make.conf
+++ b/tools/tools/nanobsd/make.conf
@@ -14,7 +14,7 @@ NO_BLUETOOTH=
NO_CVS=
NO_CXX=
NO_FORTRAN=
-NOGAMES=
+NO_GAMES=
NO_GCOV=
NO_GDB=
NO_HESIOD_LIBC=
OpenPOWER on IntegriCloud