This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can I force 'make install' to depend on 'make test'?


Eric Siegerman wrote:
> 
> On Tue, Mar 25, 2003 at 01:30:08AM +0000, Dr. David Kirkby wrote:
> > [Bitmaps (.bmp files) are to be generated by "make check", and then
> > installed as examples by "make install"]
> 
> How big are the bitmaps?  If they're small enough, or compress
> well enough, it might be reasonable to just include them in the
> distribution.  That way:
>   - "install" no longer needs to depend on "check"

There is quite a lot of them and they are big. They do tend to compress pretty well, but I'd rather not distribute them. 
 
> "md5" might not be that portable either, for that matter.  On
> some systems it's called "md5sum"; other systems might not have
> it at all.  

I have got around that by including it is the source. I found on the web a single C file that did it. So I can be sure it's present. 

-- 
Dr. David Kirkby,
Senior Research Fellow,
Department of Medical Physics,
University College London,
11-20 Capper St, London, WC1E 6JA.
Tel: 020 7679 6408 Fax: 020 7679 6269
Internal telephone: ext 46408
e-mail davek at medphys dot ucl dot ac dot uk



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]