Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2024 20:57:25 +0100
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        Moin Rahman <bofh@freebsd.org>
Cc:        "freebsd-ports@FreeBSD.org" <freebsd-ports@freebsd.org>
Subject:   Re: how to see order of make targets steps in ports tree?
Message-ID:  <8f0601e3-c57f-4d67-8047-1c92088e886d@quip.cz>
In-Reply-To: <49B3BF7D-E6B0-409B-B37B-F8F5660E099D@freebsd.org>
References:  <610f900f-658f-474d-885a-abbe709a00f7@quip.cz> <49B3BF7D-E6B0-409B-B37B-F8F5660E099D@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 14/03/2024 20:35, Moin Rahman wrote:
> 
> 
>> On Mar 14, 2024, at 7:55 PM, Miroslav Lachman <000.fbsd@quip.cz> wrote:
>>
>> Is there a way to see the order of the executed steps by "make"?
>>
>> 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.
>>
>> Kind reagards
>> Miroslav Lachman
>>
> 
> 
> ❯ rg --no-filename '^_USES_patch' Mk | sort
> _USES_patch+=	190:pathfix
> _USES_patch+=	200:dos2unix
> _USES_patch+=	210:fix-shebang
> _USES_patch+=	290:gnome-pre-patch
> _USES_patch+=	600:charsetfix-post-patch
> _USES_patch+=	650:post-patch-erlang
> _USES_patch=	701:cabal-post-patch

Good to know this grep! Thanks.
But where is the step using patches from port's "files" directory?

Kind regards
Miroslav Lachman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8f0601e3-c57f-4d67-8047-1c92088e886d>