From owner-cvs-user Fri Oct 10 06:03:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA12277 for cvs-user-outgoing; Fri, 10 Oct 1997 06:03:36 -0700 (PDT) (envelope-from owner-cvs-user) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA12225; Fri, 10 Oct 1997 06:03:00 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA24852; Fri, 10 Oct 1997 06:02:38 -0700 (PDT) Date: Fri, 10 Oct 1997 06:02:38 -0700 (PDT) Message-Id: <199710101302.GAA24852@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1997/10/10 06:02:37 PDT Modified files: . Makefile Log: Do not use -B in initial build of "make". It doesn't exist in 2.1.x. Instead, list the targets one per command line. Reviewed by: bde Submitted by: bde (part) Revision Changes Path 1.155 +8 -4 src/Makefile