Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 1995 09:27:38 +0200 (SAT)
From:      John Hay <jhay@mikom.csir.co.za>
To:        ache@astral.msk.su (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=)
Cc:        freebsd-current@freebsd.org
Subject:   Re: make hierarchy breaks
Message-ID:  <199510280727.JAA01121@zibbi.mikom.csir.co.za>
In-Reply-To: <AqJqOamGS1@ache.dialup.demos.ru> from "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" at Oct 28, 95 04:53:23 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510280727.JAA01121>