Author: reid Date: Mon Aug 13 01:35:23 2007 New Revision: 41041 URL: http://llvm.org/viewvc/llvm-project?rev=41041&view=rev Log: Using a pipeline with these commands doesn't work. Fortunately, there's a workaround with the make -C option.
Modified: llvm-gcc-4.0/trunk/ModuleInfo.txt Modified: llvm-gcc-4.0/trunk/ModuleInfo.txt URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.0/trunk/ModuleInfo.txt?rev=41041&r1=41040&r2=41041&view=diff ============================================================================== --- llvm-gcc-4.0/trunk/ModuleInfo.txt (original) +++ llvm-gcc-4.0/trunk/ModuleInfo.txt Mon Aug 13 01:35:23 2007 @@ -1,4 +1,4 @@ DepModule: llvm BuildCmd: ./build-for-llvm-top.sh -CleanCmd: cd ../build.llvm-gcc-4.0 ; make clean -InstallCmd: cd ../build.llvm-gcc-4.0 ; make install +CleanCmd: make clean -C ../build.llvm-gcc-4.0 +InstallCmd: make install -C ../build.llvm-gcc-4.0 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits