Date: Fri, 12 Jun 1998 10:42:46 +0200 (SAT) From: John Hay <jhay@mikom.csir.co.za> To: current@FreeBSD.ORG Subject: make release broken on -current Message-ID: <199806120842.KAA12825@zibbi.mikom.csir.co.za>
next in thread | raw e-mail | index | archive | help
Hi,
The change to release/Makefile to define -DALLLANG broke "make release"
because the destination directories (/usr/share/doc/ja/...) don't
exist. I think those directories should probably be added to one of
the mtree files?
Make release die with the following message:
------
===> ja
cd /usr/doc/ja ; make afterdistribute DESTDIR=/R/stage/trees/bin
===> ja/handbook
cd /usr/doc/ja/handbook ; make install DESTDIR=/R/stage/trees/bin SHARED=copies
install -c -o bin -g bin -m 444 handbook*.html /R/stage/trees/bin/usr/share/doc
/ja/handbook
usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2
install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ...
fileN directory
install -d [-g group] [-m mode] [-o owner] directory ...
*** Error code 64
Stop.
------
John
--
John Hay -- John.Hay@mikom.csir.co.za
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806120842.KAA12825>
