From owner-freebsd-current Sat Oct 28 00:28:37 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA19665 for current-outgoing; Sat, 28 Oct 1995 00:28:37 -0700 Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA19659 for ; Sat, 28 Oct 1995 00:28:32 -0700 Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.6.12/8.6.9) id JAA01121; Sat, 28 Oct 1995 09:27:38 +0200 From: John Hay Message-Id: <199510280727.JAA01121@zibbi.mikom.csir.co.za> Subject: Re: make hierarchy breaks To: ache@astral.msk.su (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=) Date: Sat, 28 Oct 1995 09:27:38 +0200 (SAT) Cc: freebsd-current@freebsd.org In-Reply-To: from "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" at Oct 28, 95 04:53:23 am X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1195 Sender: owner-current@freebsd.org Precedence: bulk > > In message <199510271805.LAA23567@phaeton.artisoft.com> Terry Lambert > writes: > > >> > >> Hi, > >> > >> Make hierarchy on current breaks. Attached is a patch to make it not die. > > >I thought the problem was the use of an "rm -f" instead of an "rm -rf" on > >a locale directory? > > > Problem already fixes, I mean removing of symlinks only. > Well it still breaks after I received the latest ctm. So maybe your fix don't work for all cases? angel:/usr/src # make hierarchy -------------------------------------------------------------- Making hierarchy -------------------------------------------------------------- cd /usr/src/etc && make distrib-dirs mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var missing: ./crash (not created: File exists) if [ -d /usr/share/locale ] ; then cd /usr/share/locale; for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE nl_NL no_NO pt_PT sv_SE ; do [ -h $l.ISO_8859-1 ] && rm $l.ISO_8859-1; done; fi *** Error code 1 Stop. *** Error code 1 Stop. John -- John Hay -- John.Hay@csir.co.za