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