Perl5-Alien / Alien-Base

Base classes for Alien:: modules (deprecated, see Alien-Build)
Other
35 stars 19 forks source link

only do the alien install once #141

Closed plicease closed 8 years ago

plicease commented 8 years ago

Currently when you run Build test or Build install on a staged install (where the make install gets run during the Build step into the blib directory) it runs make install first (or whatever the install command is). This is really annoying as it spams the terminal with the redundant install.

This makes sure the make install only happens once, as it should.

mohawk2 commented 8 years ago

I've fought a similar issue in PDL with EUMM. Nice work!

mohawk2 commented 8 years ago

(and obviously "aye"!)

jberger commented 8 years ago

IIRC, the non-staged already prevented repeat building, I'm assuming this is just to make the staged build do the same?

plicease commented 8 years ago

@jberger pretty much. also staged builds are default now so more relevant now.

jberger commented 8 years ago

cool, I was just making sure I understood. Aye

On Mon, Dec 28, 2015 at 1:30 PM Graham Ollis notifications@github.com wrote:

@jberger https://github.com/jberger pretty much. also staged builds are default now so more relevant now.

— Reply to this email directly or view it on GitHub https://github.com/Perl5-Alien/Alien-Base/pull/141#issuecomment-167634481 .