From owner-cvs-all Fri May 18 2: 6: 0 2001 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 149A437B422; Fri, 18 May 2001 02:05:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I95vH45495; Fri, 18 May 2001 02:05:57 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105180905.f4I95vH45495@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 18 May 2001 02:05:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG sobomax 2001/05/18 02:05:56 PDT Modified files: usr.bin/make Makefile Log: By default build make(1) as a static binary. It costs only 100k of additional disk space, buf provides measureable speed increase for make-intensive operations, such as pkg_version(1), `make world' and so on. MFC after: 1 week Revision Changes Path 1.19 +3 -1 src/usr.bin/make/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message