Date: Fri, 27 Oct 1995 12:30:59 +0200 (SAT) From: John Hay <jhay@mikom.csir.co.za> To: freebsd-current@FreeBSD.ORG (FreeBSD-current) Subject: make hierarchy breaks Message-ID: <199510271031.MAA20552@zibbi.mikom.csir.co.za>
next in thread | raw e-mail | index | archive | help
Hi,
Make hierarchy on current breaks. Attached is a patch to make it not die.
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
*** src/etc/Makefile.org Thu Oct 26 19:44:44 1995
--- src/etc/Makefile Fri Oct 27 12:26:47 1995
***************
*** 444,450 ****
mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
# Compatibility stuff, remove obsoleted links, if exists
! if [ -d ${DESTDIR}/usr/share/locale ] ; \
then \
cd ${DESTDIR}/usr/share/locale; \
for l in ${LATIN1LINKS} ; do \
--- 444,450 ----
mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
# Compatibility stuff, remove obsoleted links, if exists
! -if [ -d ${DESTDIR}/usr/share/locale ] ; \
then \
cd ${DESTDIR}/usr/share/locale; \
for l in ${LATIN1LINKS} ; do \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510271031.MAA20552>
