Date: Thu, 14 Mar 2024 20:35:29 +0100 From: Moin Rahman <bofh@freebsd.org> To: Miroslav Lachman <000.fbsd@quip.cz> Cc: "freebsd-ports@FreeBSD.org" <freebsd-ports@freebsd.org> Subject: Re: how to see order of make targets steps in ports tree? Message-ID: <49B3BF7D-E6B0-409B-B37B-F8F5660E099D@freebsd.org> In-Reply-To: <610f900f-658f-474d-885a-abbe709a00f7@quip.cz> References: <610f900f-658f-474d-885a-abbe709a00f7@quip.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_13EE93F2-D7AB-44E1-91C4-C6D2363C2745 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Mar 14, 2024, at 7:55 PM, Miroslav Lachman <000.fbsd@quip.cz> = wrote: >=20 > Is there a way to see the order of the executed steps by "make"? >=20 > tl;dr: I know "make" will run many targets like fetch, checksum, = extract, patch... but I would like to see some verbose info about these = steps, mainly what is the order of the steps when I run "make". > I tried to create some patch to one the port and it seems like = "shebangfix" is run before "patch" but I don't know how to see what is = true order of the targets. >=20 > Kind reagards > Miroslav Lachman >=20 =E2=9D=AF rg --no-filename '^_USES_patch' Mk | sort _USES_patch+=3D 190:pathfix _USES_patch+=3D 200:dos2unix _USES_patch+=3D 210:fix-shebang _USES_patch+=3D 290:gnome-pre-patch _USES_patch+=3D 600:charsetfix-post-patch _USES_patch+=3D 650:post-patch-erlang _USES_patch=3D 701:cabal-post-patch --Apple-Mail=_13EE93F2-D7AB-44E1-91C4-C6D2363C2745 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEETfdREoUGjQZKBS+fvbm1phfAvJEFAmXzUYFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDRE Rjc1MTEyODUwNjhEMDY0QTA1MkY5RkJEQjlCNUE2MTdDMEJDOTEACgkQvbm1phfA vJGLqQ/8C4Shj3NCnkpjhdZdqgn+F1LmXihUI7hbtv2ogjq7p7E1ciY6A3JYoFQ6 5ay8sg48WhQEiVEMLVql8LMrC/dOLE8C5LR+WUHuSqlg7dBpTR8oQH06KbkXfLe1 epyjydsril3FFwOR+xxD1WFFWzZY0j+IIaTto1qGt6GD0qZcNHh0MDVMLJqi/v1m 4lbiNyy0ClMlcbi6B0AagRnGyBeBUQO+n+4GncvTkOElUR7JThBzJiSeXTaIzII0 l9Zw7UlGEl8YDTRG/duShMiu4FwEFSdAYBH3Yvl2gdKP1pAZfB6U0STnuBkO6Vj9 pcrUfHfwJiYCPfy/pCGyPRgDXIu7+TXtrTWPdfDCRxsZvUEkWZb4Zb0WzCSqxh/G IMNsPG3P4WG/kUt1UEB1kzHbYrzq6QN5OdY1R/wJVMYAcZzEEC//zuzqFuUwBcQ2 PGjyhocXsw3ghkOT5HC65Be5IOdvKOUAliysJkWigiWQlMN1ojgptpTnOTSJLbNP EP7C15qpKFDMWfyalvvWgd4wVEiJCYTDSBrXyRTzQvuXI3wh6PHzzZV9MgXzy5ey 2AxnJk8lzJdCJrq0aV+Bmt28uQUKnBn8cOlPTMrRuptjzVg+qTHh/bsrxxql3VK0 mbcM/3zbU+0Dvhwgt5frgG5N5Nt86WE6LgX73jyA92hhz3KiM20= =Nsh5 -----END PGP SIGNATURE----- --Apple-Mail=_13EE93F2-D7AB-44E1-91C4-C6D2363C2745--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49B3BF7D-E6B0-409B-B37B-F8F5660E099D>