Date: Thu, 23 Jul 1998 22:50:11 +1000 From: Bruce Evans <bde@zeta.org.au> To: imp@village.org, jb@cimlogic.com.au Cc: current@FreeBSD.ORG Subject: Re: Does building current on 2.2.x still work? Message-ID: <199807231250.WAA11435@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>What would be needed that isn't covered in ${MAKE} and ${.MAKEFLAGS}?
>The value of BAZ in make foo BAZ=blah gets passed down to sub-makes,
>and .MAKEFLAGS takes care of the rest. What would be missing?
>
>*:
> cd ${.CURDIR}; ${MAKE} -m ${.CURDIR}/share/mk -f Makefile.inc0 ${.TARGET}
>
>(well, where * gets expanded by humans to all the desirable targets in
>the current src/Makefile).
The -m arg is already covered by adding it to .MAKEFLAGS. Except of
course for world and buildworld where -m can't be used since it doesn't
exist in 2.1, and for installworld where there seems to be no reason
to avoid it.
Bruce
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807231250.WAA11435>
