[llvm-commits] [129120] Change the place the man pages are installed to be /usr/local/ share/man instead

bwendlin at apple.com bwendlin at apple.com
Tue Jul 3 16:06:28 PDT 2007


Revision: 129120
Author:   bwendlin
Date:     2007-07-03 16:06:28 -0700 (Tue, 03 Jul 2007)

Log Message:
-----------
Change the place the man pages are installed to be /usr/local/share/man instead
of /usr/local/llvm-gcc-install/share/man.

Modified Paths:
--------------
    apple-local/branches/llvm/build_gcc

Modified: apple-local/branches/llvm/build_gcc
===================================================================
--- apple-local/branches/llvm/build_gcc	2007-07-03 22:52:55 UTC (rev 129119)
+++ apple-local/branches/llvm/build_gcc	2007-07-03 23:06:28 UTC (rev 129120)
@@ -162,7 +162,7 @@
 
 CONFIGFLAGS="--disable-checking --enable-werror \
   --prefix=$DEST_ROOT \
-  --mandir=$DEST_ROOT/share/man \
+  --mandir=$DEST_DIR$LLVM_INSTALL_PREFIX/share/man \
   --enable-languages=c,objc,c++,obj-c++ \
   --program-transform-name=/^[cg][^.-]*$/s/$/-$MAJ_VERS/ \
   $LIBSTDCXX_CONFIG_OPTION \





More information about the llvm-commits mailing list