Re: [hackers] [st] [PATCH] Makefile: always output the build options, even when building with install

From: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Fri, 22 Sep 2023 15:12:25 +0200

On Sun, Sep 17, 2023 at 12:11:28AM +0000, Tom Schwindl wrote:
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 470ac86407bb..6eb2d9d04852 100644
> --- a/Makefile
> +++ b/Makefile
> _AT_@ -40,7 +40,7 @@ dist: clean
> tar -cf - st-$(VERSION) | gzip > st-$(VERSION).tar.gz
> rm -rf st-$(VERSION)
>
> -install: st
> +install: all
> mkdir -p $(DESTDIR)$(PREFIX)/bin
> cp -f st $(DESTDIR)$(PREFIX)/bin
> chmod 755 $(DESTDIR)$(PREFIX)/bin/st
> --
> 2.40.0
>
>

Thanks, I've pushed changes to dwm, dmenu and st to just remove this target.

A detailed description of why is in the commit message.

-- 
Kind regards,
Hiltjo
Received on Fri Sep 22 2023 - 15:12:25 CEST

This archive was generated by hypermail 2.3.0 : Fri Sep 22 2023 - 15:12:41 CEST