From owner-cvs-all Sat Oct 10 01:21:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06919 for cvs-all-outgoing; Sat, 10 Oct 1998 01:21:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06909; Sat, 10 Oct 1998 01:21:23 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA28508; Sat, 10 Oct 1998 01:21:20 -0700 (PDT) Date: Sat, 10 Oct 1998 01:21:20 -0700 (PDT) Message-Id: <199810100821.BAA28508@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/10/10 01:21:19 PDT Modified files: . Makefile.inc1 Log: Don't chain makes with &&; apparently this is evil for parallelism. According to: bde Revision Changes Path 1.26 +3 -3 src/Makefile.inc1