From owner-freebsd-commit Wed Apr 19 23:50:35 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA20366 for commit-outgoing; Wed, 19 Apr 1995 23:50:35 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA20318 for cvs-user-outgoing; Wed, 19 Apr 1995 23:49:12 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA20308 ; Wed, 19 Apr 1995 23:49:10 -0700 Date: Wed, 19 Apr 1995 23:49:10 -0700 From: Poul-Henning Kamp Message-Id: <199504200649.XAA20308@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/scripts extract_compat1x.sh extract_dict.sh extract_games.sh extract_info.sh extract_manpages.sh extract_proflibs.sh extract_secure.sh Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/19 23:49:10 Modified: release Makefile fixit_crunch.conf Log: A major cleanup. Move more over to a "pull" model than a "push" model, this will eventually allow us to add meaningfull dependencies. Add mount_{msdos,nfs,cd9660} and chroot to the fixit.flp. Modified: release/scripts extract_compat1x.sh extract_dict.sh extract_games.sh extract_info.sh extract_manpages.sh extract_proflibs.sh extract_secure.sh Log: Add a "set -e" to all of these, to catch failures.