<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/makellvm, branch release_23</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/makellvm?h=release_23</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/makellvm?h=release_23'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-02-14T07:39:35Z</updated>
<entry>
<title>remove obsolete path</title>
<updated>2007-02-14T07:39:35Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-02-14T07:39:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e5ff00870a67a03d53973166782542c0c7e057c2'/>
<id>urn:sha1:e5ff00870a67a03d53973166782542c0c7e057c2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34273 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>make is the standard name, not gmake</title>
<updated>2005-08-02T00:10:52Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2005-08-02T00:10:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e96e37683375c8a161975e1d263a6c972a6a3d29'/>
<id>urn:sha1:e96e37683375c8a161975e1d263a6c972a6a3d29</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22573 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Really use a search path as described in the log message for the last</title>
<updated>2003-09-15T11:18:36Z</updated>
<author>
<name>Vikram S. Adve</name>
<email>vadve@cs.uiuc.edu</email>
</author>
<published>2003-09-15T11:18:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c69230d569b240fd1c2d42211a380393b476cdd7'/>
<id>urn:sha1:c69230d569b240fd1c2d42211a380393b476cdd7</id>
<content type='text'>
version (instead of 2 fixed choices).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8525 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update makellvm to work with the brave new world of separate obj-root trees.</title>
<updated>2003-09-14T23:44:31Z</updated>
<author>
<name>Vikram S. Adve</name>
<email>vadve@cs.uiuc.edu</email>
</author>
<published>2003-09-14T23:44:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fb5e060f2b2c314a40bad8409c6548eefb3782b0'/>
<id>urn:sha1:fb5e060f2b2c314a40bad8409c6548eefb3782b0</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Fix syntax error when makellvm is run in an invalid directory.</title>
<updated>2003-09-08T15:32:47Z</updated>
<author>
<name>Vikram S. Adve</name>
<email>vadve@cs.uiuc.edu</email>
</author>
<published>2003-09-08T15:32:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ec6867e8257a88b93bd2b442e73495f5d01905b4'/>
<id>urn:sha1:ec6867e8257a88b93bd2b442e73495f5d01905b4</id>
<content type='text'>
Add debugging support.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8389 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>(1) Pass 'VAR=string' arguments to gmake</title>
<updated>2003-07-22T12:35:28Z</updated>
<author>
<name>Vikram S. Adve</name>
<email>vadve@cs.uiuc.edu</email>
</author>
<published>2003-07-22T12:35:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=df3ac860e8e2c91d1322c828cc650f28660a9d61'/>
<id>urn:sha1:df3ac860e8e2c91d1322c828cc650f28660a9d61</id>
<content type='text'>
(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
</content>
</entry>
<entry>
<title>Add support for passing in arbitrary flags to gmake (except -n and -h</title>
<updated>2002-09-19T14:54:53Z</updated>
<author>
<name>Vikram S. Adve</name>
<email>vadve@cs.uiuc.edu</email>
</author>
<published>2002-09-19T14:54:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=39c36e868d2dd0071f209a71374d08c3b440af09'/>
<id>urn:sha1:39c36e868d2dd0071f209a71374d08c3b440af09</id>
<content type='text'>
which are interpreted by this script).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3818 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix to work in new location (utils/) and to use gmake instead of gnumake</title>
<updated>2002-09-18T23:22:27Z</updated>
<author>
<name>Vikram S. Adve</name>
<email>vadve@cs.uiuc.edu</email>
</author>
<published>2002-09-18T23:22:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d3448cd7a69d2c8ccb0a5464cf564c7447385b14'/>
<id>urn:sha1:d3448cd7a69d2c8ccb0a5464cf564c7447385b14</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Simplify significantly (and fix syntax error).</title>
<updated>2002-09-15T18:22:47Z</updated>
<author>
<name>Vikram S. Adve</name>
<email>vadve@cs.uiuc.edu</email>
</author>
<published>2002-09-15T18:22:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2d456601d81d952e2b2e68748389334946e70a40'/>
<id>urn:sha1:2d456601d81d952e2b2e68748389334946e70a40</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3730 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use much better method to find the llvmbase directory.</title>
<updated>2002-09-15T16:58:30Z</updated>
<author>
<name>Vikram S. Adve</name>
<email>vadve@cs.uiuc.edu</email>
</author>
<published>2002-09-15T16:58:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0731d5491b673b37861330a9fa52b9a30ad5b44b'/>
<id>urn:sha1:0731d5491b673b37861330a9fa52b9a30ad5b44b</id>
<content type='text'>
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
</content>
</entry>
</feed>
