From owner-cvs-all Sat Apr 13 21:15:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EE3437B41C; Sat, 13 Apr 2002 21:15:34 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3E4FYC74277; Sat, 13 Apr 2002 21:15:34 -0700 (PDT) (envelope-from obrien) Message-Id: <200204140415.g3E4FYC74277@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 13 Apr 2002 21:15:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make str.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/04/13 21:15:34 PDT Modified files: usr.bin/make str.c Log: Back out rev 1.17, it breaks dependencies. With rev 1.7 one cannot build src/bin/sh -- because make fails to create the buildtools before trying to use them. Actually it does compile the buildtools into .o's before trying to use them, but not all the way into binaries. Revision Changes Path 1.20 +11 -15 src/usr.bin/make/str.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message