emacs-devel
[Top][All Lists]
Advanced

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

ELPA -- making individual packages


From: Eric Abrahamsen
Subject: ELPA -- making individual packages
Date: Thu, 03 Sep 2020 16:46:38 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

I just realized to my horror that my Gnorb package in ELPA barfs up
several screenfuls of warnings when it compiles. I'd like to fix those
warnings by compiling it with a clean batch Emacs, using the GNUmakefile
in the git repo, but my only option is to make *all* the packages at
once, and that fails almost immediately on cpio-mode.

Can "make" do catchall targets, where for instance I could say "make
gnorb" and make would check that "gnorb" isn't an existing target, and
the catchall target would say "if the directory "packages/gnorb" exists
then compile that, otherwise bail"?

I'm guessing the answer is no...

Eric




reply via email to

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