From owner-freebsd-current Wed Apr 29 02:07:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01860 for freebsd-current-outgoing; Wed, 29 Apr 1998 02:07:34 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01849; Wed, 29 Apr 1998 02:07:06 -0700 (PDT) (envelope-from wosch@cs.tu-berlin.de) Received: from freno.cs.tu-berlin.de (wosch@freno.cs.tu-berlin.de [130.149.17.167]) by mail.cs.tu-berlin.de (8.8.8/8.8.8) with ESMTP id LAA12195; Wed, 29 Apr 1998 11:02:40 +0200 (MET DST) Received: (from wosch@localhost) by freno.cs.tu-berlin.de (8.8.8/8.8.8) id LAA08422; Wed, 29 Apr 1998 11:02:29 +0200 (MET DST) Message-ID: <19980429110229.A8210@freno.cs.tu-berlin.de> Date: Wed, 29 Apr 1998 11:02:29 +0200 From: Wolfram Schneider To: Bruce Evans , current@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.man.mk References: <199804271508.IAA14836@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <199804271508.IAA14836@freefall.freebsd.org>; from Bruce Evans on Mon, Apr 27, 1998 at 08:08:07AM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Bruce fixed a BSD 4.4 makefile bug] I recommend to read the paper Recursive Make Considered Harmful, by Peter Miller http://www.canb.auug.org.au/~millerp/rmch/recu-make-cons-harm.html A non-recursive make should perform make -jN much better. On 1998-04-27 08:08:07 -0700, Bruce Evans wrote: > bde 1998/04/27 08:08:07 PDT > > Modified files: > share/mk bsd.man.mk > Log: > Don't include ../Makefile.inc here. bsd.man.mk is always included > in another .mk file which has already included ../Makefile.inc, so > including ../Makefike.inc again mainly messed up `+=' definitions. > > Revision Changes Path > 1.27 +1 -6 src/share/mk/bsd.man.mk -- Wolfram Schneider http://www.freebsd.org/~wosch/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message