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]

Re: More an autopackage


Alexandre Oliva wrote:
> 
> On Jan 22, 2001, Michael Sweet <mike@easysw.com> wrote:
> 
> > What it doesn't do (yet) is provide a tool to automate the creation
> > of the list file.
> 
> make install DESTDIR=/tmp/install
> find /tmp/install/. ! -name . -print | sed 's,^/tmp/install,,'
> rm -rf /tmp/install

This isn't an improvement over the existing RPM an dpkg paradigm;
installing all files to a temporary directory wastes disk space
(please, disk space is cheap but how many of us have unlimited space)
and precious build/development time.

If we could rely on have a DSO preload feature available, then a
clever wrapper could be created that monitors and traps file and
directory operations to create the list file.  That would eliminate
the disk space and time overhead and would get rid of the need to
have a "DESTDIR" redirection...

Boy, the crazy ideas you get when you are tired... :)

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products                  mike@easysw.com
Printing Software for UNIX                       http://www.easysw.com


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