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

[PATCH] Why is this needed in my build?

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2002-02-24 20:43:23 CET

I've had this patch in the RPM build since 2001-10-28 but I don't think it
should be needed at all. Is this problem related to rev 1130? (It looks
kind of similar). I tried taking this patch out again a few minutes ago
and building and got the same problem. It can't install the specified
file correctly until the patch goes back in.

Any ideas?

Thanks.

--- subversion-M5/build-outputs.mk 2001/10/28 20:08:47 1.1
+++ subversion-M5/build-outputs.mk 2001/10/28 20:10:19
@@ -208,7 +208,8 @@
         cd subversion/svnadmin ; $(INSTALL_FS_BIN) svnadmin
$(fs_bindir)/svnadmin
 
 install-mods-shared: subversion/mod_dav_svn/libmod_dav_svn.la
- cd subversion/mod_dav_svn ; $(INSTALL_MOD_SHARED) -n dav_svn
libmod_dav_svn.la
+ cd subversion/mod_dav_svn ; ($(INSTALL_MOD_SHARED) -n dav_svn
libmod_dav_svn.la || true); mkdir -p $(libexecdir); cp
./.libs/libmod_dav_svn.so $(libexecdir)/libmod_dav_svn.so; cp
./libmod_dav_svn.la $(libexecdir)
+#$(INSTALL_MOD_SHARED) -n dav_svn libmod_dav_svn.la
 
 install-mods-static: subversion/libsvn_delta/libsvn_delta.la-a
subversion/libsvn_fs/libsvn_fs.la-a
subversion/libsvn_subr/libsvn_subr.la-a
subversion/mod_dav_svn/libmod_dav_svn.la-a
subversion/libsvn_repos/libsvn_repos.la-a
subversion/mod_dav_svn/static/config.m4
subversion/mod_dav_svn/static/Makefile.in
         $(MKDIR) $(APACHE_TARGET)/.libs
  

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:09 2006

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.