On 11/9/05, Andrew Benton <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote: > > Whether the layout structure needs more massaging is up to you, but I > > wouldn't remove the apr stuff unless you want to be the guinea pig. > > > > Well I delete /usr/build and I've not seen any problems, but that's not > saying much. I only use svn to download stuff that's available publicly. > Perhaps /usr/build is needed for uploading stuff?
You're probably right. The build directory only includes the apr generated libtool and apr-rules.mk which seems to contain compile time information for the apr Makefile. I don't see a useful reason for them to be installed. OK, attempt #2. You can control where the build directory goes with --with-installbuilddir. If you really don't want it, and you don't mind where subversion installs the apr files by default, try ./configure --prefix=/usr --with-installbuilddir=/usr/share/apr/build or wherever you want the directory. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
