Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						8bd79a8cae 
					 
					
						
						
							
							Update makellvm to return correct result code.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54756  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-08-13 20:43:56 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						e5ff00870a 
					 
					
						
						
							
							remove obsolete path  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34273  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-14 07:39:35 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						e96e376833 
					 
					
						
						
							
							make is the standard name, not gmake  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22573  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2005-08-02 00:10:52 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						c69230d569 
					 
					
						
						
							
							Really use a search path as described in the log message for the last  
						
						... 
						
						
						
						version (instead of 2 fixed choices).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8525  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-09-15 11:18:36 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						fb5e060f2b 
					 
					
						
						
							
							Update makellvm to work with the brave new world of separate obj-root trees.  
						
						... 
						
						
						
						With these changes, you can still run makellvm directly from your source tree
as follows:
  % makellvm [toolname]	## looks for obj-root in default places (see below)
or
  % makellvm -obj obj-root [toolname]	## specify obj-root explicitly.
With the first from, `makellvm' checks the following places in order
and uses the first one that contains the file `Makefile.config':
(1) Your src-root directory
(2) /localhome/$USER/llvm
Other choices can be added to this list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8509  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-09-14 23:44:31 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						ec6867e825 
					 
					
						
						
							
							Fix syntax error when makellvm is run in an invalid directory.  
						
						... 
						
						
						
						Add debugging support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8389  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-09-08 15:32:47 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						df3ac860e8 
					 
					
						
						
							
							(1) Pass 'VAR=string' arguments to gmake  
						
						... 
						
						
						
						(2) Detect LLVMDIR using the LEVEL variable in Makefile.
(3) To perform #2  propertly, use the same Makefile search rules as gmake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7228  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-07-22 12:35:28 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						39c36e868d 
					 
					
						
						
							
							Add support for passing in arbitrary flags to gmake (except -n and -h  
						
						... 
						
						
						
						which are interpreted by this script).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3818  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-09-19 14:54:53 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						d3448cd7a6 
					 
					
						
						
							
							Fix to work in new location (utils/) and to use gmake instead of gnumake  
						
						... 
						
						
						
						since gnumake doesn't exist on our new spiffy Linux machines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3815  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-09-18 23:22:27 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						2d456601d8 
					 
					
						
						
							
							Simplify significantly (and fix syntax error).  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3730  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-09-15 18:22:47 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						0731d5491b 
					 
					
						
						
							
							Use much better method to find the llvmbase directory.  
						
						... 
						
						
						
						Also, add -h option to print usage information.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3729  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-09-15 16:58:30 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram S. Adve 
							
						 
					 
					
						
						
							
						
						631484c4e2 
					 
					
						
						
							
							Shell-script to build current directory and then link one tool (default: opt)  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3727  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2002-09-15 16:33:32 +00:00