From owner-cvs-src@FreeBSD.ORG Sun Jun 29 12:13:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0696937B401 for ; Sun, 29 Jun 2003 12:13:11 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4DF844400D for ; Sun, 29 Jun 2003 12:13:08 -0700 (PDT) (envelope-from tmoestl@gmx.net) Received: (qmail 30881 invoked by uid 65534); 29 Jun 2003 19:13:07 -0000 Received: from p508E7265.dip.t-dialin.net (EHLO galatea.local) (80.142.114.101) by mail.gmx.net (mp007) with SMTP; 29 Jun 2003 21:13:07 +0200 Received: from tmm by galatea.local with local (Exim 4.20 #1) id 19Whct-00010I-FY; Sun, 29 Jun 2003 21:14:15 +0200 Date: Sun, 29 Jun 2003 21:14:15 +0200 From: Thomas Moestl To: Gordon Tetlow Message-ID: <20030629191415.GB677@crow.dom2ip.de> References: <200306291835.h5TIZbci020056@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306291835.h5TIZbci020056@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Sender: Thomas Moestl cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.root.dist src/include paths.h src/rescue Makefile README src/rescue/librescue Makefile src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2003 19:13:12 -0000 On Sun, 2003/06/29 at 11:35:37 -0700, Gordon Tetlow wrote: > gordon 2003/06/29 11:35:37 PDT > > FreeBSD src repository > > Modified files: > etc/mtree BSD.root.dist > include paths.h > Added files: > rescue Makefile README > rescue/librescue Makefile > rescue/rescue Makefile > Log: > Add /rescue bits. This basically encompasses all of bin and sbin along > with a couple of bits from usr.bin in a crunchgen'd binary. A few comments: > ################################################################### > # Programs from standard /sbin > # > # WARNING: Changing this list may require adjusting > # /usr/include/paths.h as well! You were warned! > # > # Note that mdmfs and shutdown have their own private 'pathnames.h' > # headers in addition to the standard 'paths.h' header. > # > CRUNCH_SRCDIRS+=$(.CURDIR)/../../sbin > CRUNCH_PROGS+=atm adjkerntz atacontrol badsect camcontrol ccdconfig \ > clri comcontrol conscontrol devfs disklabel dmesg dump \ > dumpfs dumpon fdisk fore_dnld fsck fsck_ffs fsck_msdosfs fsdb \ > fsirand gbde growfs ifconfig ilmid init ip6fw ipf ipfs ipfstat \ > ipfw ipmon ipnat kldconfig kldload kldstat kldunload ldconfig \ > md5 mdconfig mdmfs mknod mount mount_cd9660 mount_ext2fs \ > mount_msdosfs mount_nfs mount_ntfs mount_nullfs mount_portalfs \ > mount_std mount_udf mount_umapfs mount_unionfs natd newfs \ > newfs_msdos nfsiod nos-tun ping ping6 quotacheck raidctl reboot \ > restore rcorder route routed rtquery rtsol savecore shutdown \ > slattach spppcontrol startslip swapon sysctl tunefs umount vinum src/sbin/disklabel is not built any more; instead, /sbin/disklabel is a link to /sbin/bsdlabel on i386, alpha and amd64. sparc64 additionally needs src/sbin/sunlabel (and has no link to disklabel, just like the remaining arches). > .if ${MACHINE_ARCH} == "i386" > CRUNCH_PROGS+= cxconfig mount_nwfs mount_smbfs > .endif > > .if ${MACHINE} == "pc98" > CRUNCH_PROGS+= fdisk_pc98 > .endif It seems that the binary produced from src/sbin/fdisk_pc98 is also named named fdisk, so including src/sbin/fdisk should probably be conditional for i386, ia64 and amd64 only. > .if ${MACHINE_ARCH} == "ia64" > CRUNCH_PROGS+= mca gpt > .endif > > .if ${MACHINE_ARCH} == "sparc" > .endif This should be "sparc64". - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C