Re: how to see order of make targets steps in ports tree?
Date: Thu, 14 Mar 2024 19:24:31 UTC
Hello, Check this link: https://docs.freebsd.org/en/books/porters-handbook/slow-porting/#slow-work From what I have seen, shebangfix is done during the patch target. You use SHEBANG_FILES to specify which files it needs to affect Best regards, Hubert Le 14/03/2024 à 19:55, Miroslav Lachman a écrit : > 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 >