[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SD Depot for HP-UX

From: David Everly <deckrider_at_gmail.com>
Date: 2006-04-17 14:41:02 CEST

Typically, when packaging software, one uses a "staging" area. For
modern autoconf/automake/libtool build processes, this can typically
be done as follows:

   ./configure
   make
   make install DESTDIR=/path/to/staging/area

The contents of /path/to/staging/area is what you can build your
package from (of course, the contents may change based on the options
passed to ./configure).

On 4/17/06, Timo Wendt <twendt@online.de> wrote:
> Hi,
>
> I would like to build a SD Depot of Subversion for HP-UX. Does
> anybody know if there is already a depot around somehwere?
> How do I find out the complete list of files that "make install"
> installs on my system? Is there probably a tool around that is able
> to create a list of all the files by parsing the Makefiles?
>
> Timo
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

--
ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
    Information:  http://www.expita.com/nomime.html
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 17 14:42:20 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.