From owner-freebsd-current Fri Jun 12 01:43:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA10071 for freebsd-current-outgoing; Fri, 12 Jun 1998 01:43:35 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09961 for ; Fri, 12 Jun 1998 01:42:55 -0700 (PDT) (envelope-from jhay@zibbi.mikom.csir.co.za) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.9.0/8.9.0) id KAA12825 for current@FreeBSD.ORG; Fri, 12 Jun 1998 10:42:46 +0200 (SAT) From: John Hay Message-Id: <199806120842.KAA12825@zibbi.mikom.csir.co.za> Subject: make release broken on -current To: current@FreeBSD.ORG Date: Fri, 12 Jun 1998 10:42:46 +0200 (SAT) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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