Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2000 14:28:39 -0600
From:      Warner Losh <imp@village.org>
To:        kstewart@urx.com
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Why is gcc version so old? 
Message-ID:  <200008292028.OAA11291@harmony.village.org>
In-Reply-To: Your message of "Tue, 29 Aug 2000 13:17:07 PDT." <39AC1A43.7FD07745@urx.com> 
References:  <39AC1A43.7FD07745@urx.com>  <39AC1866.6DA9F5EC@urx.com> <39AB5A46.9FB75350@urx.com> <Pine.BSF.3.96.1000829152951.14120A-100000@aurora.scoop.co.nz> <200008291838.MAA10618@harmony.village.org> <200008292012.OAA11124@harmony.village.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <39AC1A43.7FD07745@urx.com> Kent Stewart writes:
: chmod:No such file or directory
: *** Error code 1

Try the following patch.

Warner
Index: Makefile.inc1
===================================================================
RCS file: /home/imp/FreeBSD/CVS/src/Makefile.inc1,v
retrieving revision 1.141.2.8
diff -u -r1.141.2.8 Makefile.inc1
--- Makefile.inc1	2000/08/23 19:27:30	1.141.2.8
+++ Makefile.inc1	2000/08/29 20:28:13
@@ -310,7 +310,7 @@
 #
 installworld:
 	mkdir -p ${INSTALLTMP}
-	for prog in [ awk cat chflags chown date echo egrep find grep \
+	for prog in [ awk cat chflags chmod chown date echo egrep find grep \
 	    install ln make makewhatis miniperl mtree mv perl rm sed sh sysctl \
 	    test true uname wc zic; do \
 		cp `which $$prog` ${INSTALLTMP}; \


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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