Date: Thu, 14 Mar 2024 20:59:01 +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: <B68E3C0A-8FC7-414B-8874-4F11F87415D2@freebsd.org> In-Reply-To: <8f0601e3-c57f-4d67-8047-1c92088e886d@quip.cz> References: <610f900f-658f-474d-885a-abbe709a00f7@quip.cz> <49B3BF7D-E6B0-409B-B37B-F8F5660E099D@freebsd.org> <8f0601e3-c57f-4d67-8047-1c92088e886d@quip.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_79289A51-6DAF-4B97-8A35-CC574B1BD188 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Mar 14, 2024, at 8:57 PM, Miroslav Lachman <000.fbsd@quip.cz> = wrote: >=20 > On 14/03/2024 20:35, Moin Rahman wrote: >>> 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 >=20 > Good to know this grep! Thanks. > But where is the step using patches from port's "files" directory? >=20 > Kind regards > Miroslav Lachman rg do-patch Mk --Apple-Mail=_79289A51-6DAF-4B97-8A35-CC574B1BD188 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+fvbm1phfAvJEFAmXzVwVfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDRE Rjc1MTEyODUwNjhEMDY0QTA1MkY5RkJEQjlCNUE2MTdDMEJDOTEACgkQvbm1phfA vJEH3A//S4+6jU9bRlkFhFzIEpXPFBOK90RbFwN/fyr62DNGVkKHJXlWsMiJ0U5K MOUqY0CsFdm2RsTLzOXLndJlQy9Gfv4+DM45hTYXporh76gKEVaaH8PD4h5vFpAg u/QdTaANPjixcimvoAH1znQLOiuBVcJdsX7w3J5khk3ey+hPA166tl4aD6yAfRnJ o6g7TU3jqzEJzRmD52qkOgH7Ym7Bbe4/72E3o4NOHXs0+lmbSligmBXcFRbkvMB4 HhzoqUWj5Q2h2BpFo8AAtVnaxon2G+EpvRyVkhu5mZloPGqloGzmabFMNfCdbv/w 1ZG6+wZMBZwM8ZrvvKsTHAaUInQNOYL5hCJUsZVz9jxXUxLs+BsX39E+sYuFOXA6 p8BPzNMdqDy4zfWrjf/X++8ePLuueMNdCrn5aXMUlOSzMmf2zcCax141b4QLvj+i +EqXPY+Qggw1WZQP/WUri2W4CZbiMshmHMr/r7ZYKHy/B7MulyRUp8OJJWyKx8i5 WvzlEDcL33D5DdzhdjxLSWdM/MdvjwcWSwxNXJZLfh3z56yt5iel6OwBWk0MFJMY L5nw+nEFdM0EtnVUAgz55ehrw3im0CK1gLKcbWeVIIw+WYWOvsJTLXIceKg/jm4t G7I7G/vvk1dmsYLuB113utxZ9e4CLaiDd1dWARU7y9vh84pyog0= =fZom -----END PGP SIGNATURE----- --Apple-Mail=_79289A51-6DAF-4B97-8A35-CC574B1BD188--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B68E3C0A-8FC7-414B-8874-4F11F87415D2>