Re: [hackers] [lchat] Makefile: add dist target to create release tarballs || Jan Klemkow

From: Steve Ward <planet36_AT_gmail.com>
Date: Fri, 21 Oct 2022 08:20:40 -0400

On Fri, Oct 21, 2022 at 3:36 AM Laslo Hunhold <dev_AT_frign.de> wrote:
>
> On Thu, 20 Oct 2022 19:18:42 -0400
> Steve Ward <planet36_AT_gmail.com> wrote:
>
> Dear Steve,
>
> > If you want to stick with git, the mkdir, cp, tar, and rm commands
> > could be replaced with:
> > git archive --prefix lchat-$(VERSION)/ HEAD | gzip >
> > lchat-$(VERSION).tar.gz
>
> this would add an implicit dependency on git, though.
>
> With best regards
>
> Laslo
>

Understood. But in the original patch there's a call to git in a subshell.
Received on Fri Oct 21 2022 - 14:20:40 CEST

This archive was generated by hypermail 2.3.0 : Sat Oct 22 2022 - 10:00:36 CEST