[llvm-commits] [llvm-gcc-4.2] r64858 - /llvm-gcc-4.2/branches/Apple/Dib/build_gcc
Bill Wendling
isanbard at gmail.com
Tue Feb 17 16:05:56 PST 2009
Author: void
Date: Tue Feb 17 18:05:55 2009
New Revision: 64858
URL: http://llvm.org/viewvc/llvm-project?rev=64858&view=rev
Log:
--- Merging (from foreign repository) r64857 into '.':
U build_gcc
Copy man pages in destination install folder.
Modified:
llvm-gcc-4.2/branches/Apple/Dib/build_gcc
Modified: llvm-gcc-4.2/branches/Apple/Dib/build_gcc
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/Apple/Dib/build_gcc?rev=64858&r1=64857&r2=64858&view=diff
==============================================================================
--- llvm-gcc-4.2/branches/Apple/Dib/build_gcc (original)
+++ llvm-gcc-4.2/branches/Apple/Dib/build_gcc Tue Feb 17 18:05:55 2009
@@ -512,9 +512,11 @@
# LLVM LOCAL begin
# Compress manpages
gzip -f $MDIR/*
-mkdir -p /Developer/usr/share/man/man1
-cp $ORIG_SRC_DIR/gcc/doc/llvm-gcc.1 /Developer/usr/share/man/man1/llvm-gcc.1
-gzip -f /Developer/usr/share/man/man1/llvm-gcc.1
+mkdir -p $DEST_DIR/Developer/usr/share/man/man1
+cp $ORIG_SRC_DIR/gcc/doc/llvm-gcc.1 $DEST_DIR/Developer/usr/share/man/man1/llvm-gcc.1
+cp $ORIG_SRC_DIR/gcc/doc/llvm-gcc.1 $DEST_DIR/Developer/usr/share/man/man1/llvm-g++.1
+gzip -f $DEST_DIR/Developer/usr/share/man/man1/llvm-gcc.1
+gzip -f $DEST_DIR/Developer/usr/share/man/man1/llvm-g++.1
# LLVM LOCAL end
# Build driver-driver using fully-named drivers
More information about the llvm-commits
mailing list