mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH v2] zstd: new package
Date: Fri, 21 Feb 2020 08:54:37 +0100	[thread overview]
Message-ID: <20200221075437.GA3903@pengutronix.de> (raw)
In-Reply-To: <CAH+2xPD1EZD47W-ifg-ApVKuTH2_9GtFW78MNNm1Qz-hqB0GEA@mail.gmail.com>

On Fri, Feb 21, 2020 at 08:12:37AM +0100, Bruno Thomsen wrote:
> Hi
> 
> Den tor. 20. feb. 2020 kl. 12.20 skrev Philipp Zabel <p.zabel@pengutronix.de>:
> > +# ----------------------------------------------------------------------------
> > +# Target-Install
> > +# ----------------------------------------------------------------------------
> > +
> > +$(STATEDIR)/zstd.targetinstall:
> > +       @$(call targetinfo)
> 
> This section did not work in my test as indentation is space and not tab.
> 
> /home/developer/git/ptxdist/rules/zstd.make:55: *** missing separator.  Stop.

I got the tabs here, so maybe something went wrong on your side.

> > +
> > +       @$(call install_init, zstd)
> > +       @$(call install_fixup, zstd, PRIORITY, optional)
> > +       @$(call install_fixup, zstd, SECTION, base)
> > +       @$(call install_fixup, zstd, AUTHOR, "Florian Faber <faber@faberman.de>")
> > +       @$(call install_fixup, zstd, DESCRIPTION, missing)
> > +
> > +ifdef PTXCONF_ZSTD_LIBZSTD
> > +       $(call install_lib, zstd, 0, 0, 0644, libzstd)
> 
> Target-Install lines normally starts with @, e.g.
> @$(call install_lib, zstd, 0, 0, 0644, libzstd)
> 
> Same for the next 6 lines.

Indeed.

> Bruno
> 
> > +endif
> > +ifdef PTXCONF_ZSTD_ZSTD
> > +       $(call install_copy, zstd, 0, 0, 0755, -, /usr/bin/zstd)
> > +       $(call install_link, zstd, zstd, /usr/bin/zstdcat)
> > +       $(call install_link, zstd, zstd, /usr/bin/zstdmt)
> > +       $(call install_link, zstd, zstd, /usr/bin/unzstd)
> > +endif
> > +ifdef PTXCONF_ZSTD_ZSTDGREP
> > +       $(call install_copy, zstd, 0, 0, 0755, -, /usr/bin/zstdgrep)
> > +endif
> > +ifdef PTXCONF_ZSTD_ZSTDLESS
> > +       $(call install_copy, zstd, 0, 0, 0755, -, /usr/bin/zstdless)
> > +endif
> > +
> > +       @$(call install_finish, zstd)
> > +
> > +       @$(call touch)

# vim: syntax=make

missing at the end.

Michael

> > --
> > 2.20.1
> >
> >
> > _______________________________________________
> > ptxdist mailing list
> > ptxdist@pengutronix.de
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2020-02-21  7:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-20 11:17 Philipp Zabel
2020-02-21  7:12 ` Bruno Thomsen
2020-02-21  7:54   ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200221075437.GA3903@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox