From 99ad39c822aa9bfa14167e101fce67e6d996dd42 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Wed, 2 Mar 2011 14:39:26 +0000 Subject: Improve the distributeworld target in Makefile.inc1 and update the release infrastructure to use it. make distributeworld can now be used without preparing its environment first and installs games into its distribution using the regular make distribute logic instead of post-processing with a script. Also add two new targets, packageworld and packagekernel, that tar up the results of distributeworld and distributekernel (also new), respectively. --- games/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'games') diff --git a/games/Makefile.inc b/games/Makefile.inc index 6e4b6f10429b..2695d834d2a8 100644 --- a/games/Makefile.inc +++ b/games/Makefile.inc @@ -4,3 +4,4 @@ BINDIR?= /usr/games FILESDIR?= ${SHAREDIR}/games WARNS?= 6 +DISTRIBUTION?= games -- cgit v1.3