emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ELPA -- making individual packages


From: Benjamin Riefenstahl
Subject: Re: ELPA -- making individual packages
Date: Fri, 04 Sep 2020 15:01:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.91 (gnu/linux)

Hi all,

Stefan Monnier writes:
> I don't think `make` can do exactly that, but there's no doubt that we
> should be able to provide a way to build just a particular package
> (maybe the target would have to be called something else than just
> `gnorb`, e.g. `compile-gnorb`).  It's probably not that hard.

Right, in GNU make I have done it like this before:

  compile-%:
      echo Making package $* ...
      [commands to make the package]

  test-%:
      echo Testing package $* ...
      [commands to test the package]

benny



reply via email to

[Prev in Thread] Current Thread [Next in Thread]