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

Re: svn commit: rev 2478 - trunk

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-07-12 22:46:04 CEST

On Thu, Jul 11, 2002 at 10:42:12PM -0700, Justin Erenkrantz wrote:
>...
> BTW, how do I tell build.conf to install this? We don't need a make
> target for this - we just need to copy it over (install-bin would
> seem like the right target). I took a quick look at the build and I
> couldn't figure out how to add it cleanly. -- justin

I don't think we have a way to specify scripts/files to install as part of
an existing target. That would imply a gen-make change.

Thinking about it, though, I'm inclined to suggest a bit more radical change
to gen-make/build-outputs. Right now, build-outputs contains things like
'install-fs-bin' and 'install-bin'. Ideally, svn-config would be installed
as part of install-bin. It would be nice to simply list that in Makefile.in
rather than teaching gen-make/build.conf how to do it ("nicer" in the sense
of "less work"). But we can't just "add" stuff to install-bin.

Then we get around to the point that it might be nice to have some
"standard" installation targets. install-docs, install-includes, etc. One of
those would be install-bin. In turn, that might mean we change the
build-outputs targets to internal-install-bin or somesuch (maybe x- or int-
or something). Then we could have install-bin use the right targets.

*shrug*

Then again, it might simply be easier to define a [bin-scripts] section at
the top and have those get installed as part of install-bin.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 12 22:44:35 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.