From owner-freebsd-questions Fri Jul 6 11:40: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gadolinium.btinternet.com (gadolinium.btinternet.com [194.73.73.111]) by hub.freebsd.org (Postfix) with ESMTP id 3F31437B407 for ; Fri, 6 Jul 2001 11:39:59 -0700 (PDT) (envelope-from john.toon@btinternet.com) Received: from host213-122-107-221.btinternet.com ([213.122.107.221] helo=btinternet.com) by gadolinium.btinternet.com with esmtp (Exim 3.22 #9) id 15IaWD-0002rv-00 for freebsd-questions@freebsd.org; Fri, 06 Jul 2001 19:39:58 +0100 Message-ID: <3B4613FC.658308F7@btinternet.com> Date: Fri, 06 Jul 2001 19:39:40 +0000 From: John Toon X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: More Installworld failures... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I tried editing the Makefile.inc1 file since clearly the cp command was missing the closing "]" in the script, however it then complained about the "done" command even after fiddling about with the semi-colon placements. I tried deleting the Makefiles, which I re-retrieved from the master CVS server this time instead, but they were also broken. I don't know enough about shell programming to competently edit the Makefile.inc1, so could someone please fix it... Oh and I forgot to mention before that I'm referring to the Makefiles for FreeBSD-4.3-RELEASE. John. The relevant part: # # installworld # # Installs everything compiled by a 'buildworld'. # installworld: mkdir -p ${INSTALLTMP} for prog in [ awk cat chflags chmod chown date echo egrep find grep \ install ln make makewhatis mtree mv perl rm sed sh sysctl \ test true uname wc zic; do \ ^^^^^^^^^^^ cp `which $$prog` ${INSTALLTMP}; \ done ^^^^^^ cd ${.CURDIR}; ${IMAKE} reinstall rm -rf ${INSTALLTMP} # (ignore the bad line wrapping; that's just my mail client ;^) ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message