Re: pullrequest feat
Tim Murphy <[email protected]> Wed, 2 Jul 2025 15:04:05 +0100
| Newsgroups | gmane.comp.gnu.make.bugs |
|---|---|
| Message-ID | <CACJSg6mtfm3eif-5CPnDc29KLWa+FXYLo+h2F=3sgvp7TxjgcA@mail.gmail.com> |
Hi :-) That's a cool idea. Can you send us the diff or a link to the diff? Regards, Timothy Murphy On Wed, 2 Jul 2025 at 14:00, xf liao <[email protected]> wrote: > Hello everyone, my name is Nico, and I’m from China. I’m a senior IT > systems architect, and I use Make in my daily work to build IT environments. > > In my scripts, I have a lot of code like the following to print logs: > define loginfo = > @echo "$$(date -d today +'%Y-%m-%d %T') info: [$(@)]-$(1)" > endef > I wish Make had native support for this functionality > $(info some message) > so I made some minor modifications to implement it. Now, I’d like to merge > these changes into the main branch. >