Date: Tue, 19 Aug 1997 20:03:53 +1000 From: Bruce Evans <bde@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 Message-ID: <199708191003.UAA05838@godzilla.zeta.org.au>
index | next in thread | raw e-mail
>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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708191003.UAA05838>
