mergemaster internally using make [for example] vs. WITH_META_MODE?
Bryan Drewery
bdrewery at FreeBSD.org
Mon Jun 13 22:27:52 UTC 2016
On 6/11/2016 7:28 PM, Mark Millard wrote:
> mergemaster [as an example] has code like:
>
>> # grep -i make /usr/sbin/mergemaster | more
> . . .
>> MM_MAKE="make ${ARCHSTRING} -m ${SOURCEDIR}/share/mk"
>> ${MM_MAKE} DESTDIR=${DESTDIR} distrib-dirs >/dev/null
>> ${MM_MAKE} DESTDIR=${TEMPROOT} distrib-dirs >/dev/null &&
>> ${MM_MAKE} _obj SUBDIR_OVERRIDE=etc >/dev/null &&
>> ${MM_MAKE} everything SUBDIR_OVERRIDE=etc >/dev/null &&
>> ${MM_MAKE} DESTDIR=${TEMPROOT} distribution >/dev/null;} ||
> . . .
>
> If one is using WITH_META_MODE= for buildworld, buidlkernel, installkernel, installworld what is appropriate for scripts or other uses of make for other makefile-targets?
>
> Are there explicit mixes of using WITH_META_MODE= for some makefile targets and not using WITH_META_MODE= for other makefile targets that need to be avoided? Does one need to force some scripts to use [or not use] WITH_META_MODE= for their "internal" make usage?
>
Is there an actual bug with mergemaster with WITH_META_MODE?
--
Regards,
Bryan Drewery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20160613/888481fb/attachment.sig>
More information about the freebsd-current
mailing list