Hi, Attached patch fixes 'make distributeworld' and our 'make release' scripts when WITHOUT_GAMES is set.
Can someone please comment/test/commit? Thanks, Glen
Index: Makefile.inc1
===================================================================
--- Makefile.inc1 (revision 240060)
+++ Makefile.inc1 (working copy)
@@ -636,7 +636,10 @@
#
# Non-base distributions produced by the base system
-EXTRA_DISTRIBUTIONS= doc games
+EXTRA_DISTRIBUTIONS= doc
+.if !defined(WITHOUT_GAMES) && !empty(WITHOUT_GAMES)
+EXTRA_DISTRIBUTIONS+= games
+.endif
.if defined(LIB32TMP) && ${MK_LIB32} != "no"
EXTRA_DISTRIBUTIONS+= lib32
.endif
pgpdDlik679R3.pgp
Description: PGP signature

