From owner-cvs-user Tue Aug 19 03:08:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA25414 for cvs-user-outgoing; Tue, 19 Aug 1997 03:08:49 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA25405; Tue, 19 Aug 1997 03:08:35 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id UAA05838; Tue, 19 Aug 1997 20:03:53 +1000 Date: Tue, 19 Aug 1997 20:03:53 +1000 From: Bruce Evans Message-Id: <199708191003.UAA05838@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, peter@FreeBSD.ORG Subject: Re: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >peter 1997/08/17 23:54:18 PDT > > Modified files: > . Makefile > Log: > Pass command line args to 'buildworld' and 'installworld' etc. Otherwise > 'make -DNOCLEAN world' is completely ignored. Erm, the args are already passed in ${.MAKEFLAGS} (although not on the command line). Any difference between the processing of the args in the command line and the args in ${.MAKEFLAGS} is a bug somewhere else. Putting ${.MAKEFLAGS} in the command line for `most' and `installmost' is also bogus. Bruce