Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove utils/makellvm; it doesn't look like it works with cmake builds. | Nico Weber | 2018-04-03 | 1 | -145/+0 |
| | | | | llvm-svn: 329041 | ||||
* | Update makellvm to return correct result code. | Daniel Dunbar | 2008-08-13 | 1 | -0/+1 |
| | | | | llvm-svn: 54756 | ||||
* | remove obsolete path | Chris Lattner | 2007-02-14 | 1 | -1/+1 |
| | | | | llvm-svn: 34273 | ||||
* | make is the standard name, not gmake | Chris Lattner | 2005-08-02 | 1 | -1/+1 |
| | | | | llvm-svn: 22573 | ||||
* | Really use a search path as described in the log message for the last | Vikram S. Adve | 2003-09-15 | 1 | -11/+40 |
| | | | | | | version (instead of 2 fixed choices). llvm-svn: 8525 | ||||
* | Update makellvm to work with the brave new world of separate obj-root trees. | Vikram S. Adve | 2003-09-14 | 1 | -2/+23 |
| | | | | | | | | | | | | | | | | 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. llvm-svn: 8509 | ||||
* | Fix syntax error when makellvm is run in an invalid directory. | Vikram S. Adve | 2003-09-08 | 1 | -2/+15 |
| | | | | | | Add debugging support. llvm-svn: 8389 | ||||
* | (1) Pass 'VAR=string' arguments to gmake | Vikram S. Adve | 2003-07-22 | 1 | -5/+40 |
| | | | | | | | (2) Detect LLVMDIR using the LEVEL variable in Makefile. (3) To perform #2 propertly, use the same Makefile search rules as gmake. llvm-svn: 7228 | ||||
* | Add support for passing in arbitrary flags to gmake (except -n and -h | Vikram S. Adve | 2002-09-19 | 1 | -5/+35 |
| | | | | | | which are interpreted by this script). llvm-svn: 3818 | ||||
* | Fix to work in new location (utils/) and to use gmake instead of gnumake | Vikram S. Adve | 2002-09-18 | 1 | -3/+3 |
| | | | | | | since gnumake doesn't exist on our new spiffy Linux machines. llvm-svn: 3815 | ||||
* | Simplify significantly (and fix syntax error). | Vikram S. Adve | 2002-09-15 | 1 | -11/+2 |
| | | | | llvm-svn: 3730 | ||||
* | Use much better method to find the llvmbase directory. | Vikram S. Adve | 2002-09-15 | 1 | -1/+8 |
| | | | | | | Also, add -h option to print usage information. llvm-svn: 3729 | ||||
* | Shell-script to build current directory and then link one tool (default: opt) | Vikram S. Adve | 2002-09-15 | 1 | -0/+18 |
llvm-svn: 3727 |