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

From: Tom Schwindl <schwindl_AT_posteo.de>
Date: Fri, 21 Oct 2022 16:42:58 +0000

Hi Laslo,

On Fri Oct 21, 2022 at 9:35 AM CEST, Laslo Hunhold 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.
>

git already is a dependency, given the following line.

> + cp -r $$(git ls-tree --name-only HEAD) lchat-$(VERSION)

--
Best Regards,
Tom Schwindl
Received on Fri Oct 21 2022 - 18:42:58 CEST

This archive was generated by hypermail 2.3.0 : Fri Oct 21 2022 - 18:48:35 CEST