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

Re: [PATCH] DESTDIR support (make install)

From: Arkadiusz Miskiewicz <misiek_at_pld.ORG.PL>
Date: 2002-08-05 22:47:58 CEST

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> Arkadiusz, was there any response to this, favorable or unfavorable?
>
> (I'm not able to review it right now, I'm just trying to make sure
> that outstanding patches don't get lost in the noise).
Zero answer to this one but let me see:
+1 for DESTDIR here: http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=164335

Here is latest DESTDIR patch (recent discussion):
http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=180470

> Arkadiusz Miskiewicz <misiek@pld.ORG.PL> writes:
> > This patch adds DESTDIR support for make install target. One problem still
> > exists - installing apache module via apxs: it doesn't support DESTDIR
> > and it doesn't work when /etc/httpd/httpd.conf/ is directory with config
> > files not file. First problem is easy to fix with some magic involved like:
> > INSTALL_MOD_SHARED_DIR = @APXS@ -q LIBEXECDIR
> > INSTALL_MOD_SHARED = $(MKDIR) $(DESTDIR)$(INSTALL_MOD_SHARED_DIR) ; @APXS@ -S LIBEXECDIR=$(DESTDIR)$(INSTALL_MOD_SHARED_DIR) -i -a
> > I don't see a way to fix the other problem but it's apache not svn problem anyway.
And here is patch to deal with this problem:
http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=180427

-- 
Arkadiusz Mi¶kiewicz   IPv6 ready PLD Linux at http://www.pld.org.pl
misiek(at)pld.org.pl   AM2-6BONE, 1024/3DB19BBD, arekm(at)ircnet, PWr
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 5 22:48:43 2002

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

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