[llvm-commits] [llvm-gcc-4.2] r41276 - /llvm-gcc-4.2/trunk/ModuleInfo.txt

Duncan Sands baldrick at free.fr
Wed Aug 22 09:56:02 PDT 2007


Author: baldrick
Date: Wed Aug 22 11:56:02 2007
New Revision: 41276

URL: http://llvm.org/viewvc/llvm-project?rev=41276&view=rev
Log:
Forward port of r41041.
Using a pipeline with these commands doesn't work. Fortunately, there's a
workaround with the make -C option.

Modified:
    llvm-gcc-4.2/trunk/ModuleInfo.txt

Modified: llvm-gcc-4.2/trunk/ModuleInfo.txt
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/ModuleInfo.txt?rev=41276&r1=41275&r2=41276&view=diff

==============================================================================
--- llvm-gcc-4.2/trunk/ModuleInfo.txt (original)
+++ llvm-gcc-4.2/trunk/ModuleInfo.txt Wed Aug 22 11:56:02 2007
@@ -1,4 +1,4 @@
 DepModule: llvm
 BuildCmd: ./build-for-llvm-top.sh 
-CleanCmd: cd ../build.llvm-gcc-4.2 ; make clean
-InstallCmd: cd ../build.llvm-gcc-4.2 ; make install
+CleanCmd: make clean -C ../build.llvm-gcc-4.2
+InstallCmd: make install -C ../build.llvm-gcc-4.2





More information about the llvm-commits mailing list