From owner-cvs-release Sat Jun 21 08:46:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA05361 for cvs-release-outgoing; Sat, 21 Jun 1997 08:46:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA05307; Sat, 21 Jun 1997 08:45:52 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA04031; Sat, 21 Jun 1997 08:45:18 -0700 (PDT) Date: Sat, 21 Jun 1997 08:45:18 -0700 (PDT) Message-Id: <199706211545.IAA04031@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release Makefile src/release/scripts catpages-make.sh dict-make.sh games-make.sh info-make.sh manpages-make.sh proflibs-make.sh src/release/sysinstall config.c dispatch.c install.c menus.c sysinstall.h Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/06/21 08:45:18 PDT Modified files: release Makefile Log: Change the way distributions are built such that they can be built either in the Makefile or by an external script. Move some of the existing stuff into scripts. Revision Changes Path 1.300 +33 -75 src/release/Makefile Added files: release/scripts catpages-make.sh dict-make.sh games-make.sh info-make.sh manpages-make.sh proflibs-make.sh Log: New build scripts for these distributions. Modified files: release/sysinstall config.c dispatch.c install.c menus.c sysinstall.h Log: Change the way that X configuration method is selected. Revision Changes Path 1.101 +2 -2 src/release/sysinstall/config.c 1.18 +2 -2 src/release/sysinstall/dispatch.c 1.191 +10 -2 src/release/sysinstall/install.c 1.140 +2 -2 src/release/sysinstall/menus.c 1.136 +2 -2 src/release/sysinstall/sysinstall.h