aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* Fix output for Flexing to not print full path of source.Reid Spencer2004-12-101-1/+1
* Implement the LLVM_DO_NOT_BUILD feature. If a file of that name isReid Spencer2004-12-081-5/+12
* Remove -Woverloaded-virtual usage that was committed by accident.Reid Spencer2004-12-081-6/+3
* Remove variables that are not used by any of the LLVM makefilesReid Spencer2004-12-081-7/+7
* Add the check target so all projects can have thisReid Spencer2004-12-061-4/+21
* Provide a variable to compute where the libstdc++.a isReid Spencer2004-12-051-0/+1
* Add ability to make a single bytecode module from othersReid Spencer2004-12-051-0/+43
* Getting dist-check to work:\Reid Spencer2004-12-041-45/+70
* Remove all recursive check support from Makefile.rulesChris Lattner2004-12-031-4/+2
* 'make check' at the top level shouldn't recurse through the sourcedirsChris Lattner2004-12-031-2/+1
* Resurrect the install-bytecode target for installing just the bytecodeReid Spencer2004-12-031-6/+8
* Pass -strip-debug to gccas when bytecode libraries are being built.Reid Spencer2004-12-031-0/+4
* Quiet!Chris Lattner2004-12-021-1/+1
* For PR466:Reid Spencer2004-12-021-24/+27
* Make built bytecode libraries depend on gccas/gccld as appropriate. ThisChris Lattner2004-11-291-5/+8
* Allow reconfig from any directory, not just the top build directory, byReid Spencer2004-11-291-2/+3
* Incorporate tools/Makefile.JITReid Spencer2004-11-291-0/+57
* * Allow date command to be printed in verbose modeReid Spencer2004-11-291-17/+8
* Allow configuration files to be themselves configured and found in theReid Spencer2004-11-231-1/+7
* Duh, put tools in *bin* directory, not *tools* directory as perReid Spencer2004-11-181-2/+2
* Fix PR456:\Reid Spencer2004-11-181-8/+24
* Fix PR458:Reid Spencer2004-11-171-3/+3
* Add a command for using llvm-ar correctly.Reid Spencer2004-11-141-0/+1
* * Clean up all the shared library output on uninstallReid Spencer2004-11-121-3/+17
* Implement and document the TOOL_VERBOSE option that asks each tool invokedReid Spencer2004-11-081-1/+9
* * New Recursive Target: clean-all. This target will recursively descend theReid Spencer2004-11-021-19/+21
* * New Recursive Target: clean-allReid Spencer2004-11-021-11/+19
* Eliminate redundant variable definition. Rename Configuration -> BuildModeReid Spencer2004-11-011-50/+44
* When compiling a file, indicate what build it is forChris Lattner2004-11-011-14/+19
* Get the shared library extension right on all platforms, regardless of whatReid Spencer2004-10-311-1/+1
* Fix output for building shared libraries per Chris' requirementsReid Spencer2004-10-311-1/+1
* Actually use the correct variable name for building bytecode files.Reid Spencer2004-10-311-2/+2
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-414/+493
* Don't modify user vars because they will get passed down (modified) toReid Spencer2004-10-291-42/+47
* Make the list of automatic Makefile* files updated explicit instead ofReid Spencer2004-10-291-2/+2
* This line breaks FreeBSD and apparently isn't useful anymore.Chris Lattner2004-10-291-1/+0
* Bug Fixes:Reid Spencer2004-10-281-49/+34
* Make parallel "install" and "uninstall" targets not step on itself.Reid Spencer2004-10-281-47/+20
* Bug Fixes:Reid Spencer2004-10-281-9/+7
* Fix auto-reconfigure bug: make sure we actually reconfigure not justReid Spencer2004-10-271-0/+1
* Get the *.inc files to depend on tblgen so if tblgen gets fixed, all theReid Spencer2004-10-271-3/+4
* Make sure that Makefile.rules and Makefile.config.in are not candidates forReid Spencer2004-10-261-8/+10
* Cleanup/Fixes:Reid Spencer2004-10-261-71/+99
* Unless someone seriously objects, I don't think we really need this. SorryChris Lattner2004-10-261-8/+0
* * Implement the "dist-check" target that verifies the contents of a zippedReid Spencer2004-10-261-82/+138
* Give a useful hintChris Lattner2004-10-261-1/+1
* New Makefile Features:Reid Spencer2004-10-251-57/+180
* Fix uninstall from rebuilding everything (wrong dependency)Reid Spencer2004-10-241-20/+13
* Implemented New Features:Reid Spencer2004-10-241-37/+180
* Make the $(OBJDIR) go away on clean-local.Reid Spencer2004-10-241-0/+1