- cb04809 Reverted back to using OR for cmp/mv operations for lex/yacc output. by John Criswell · 21 years ago
- 75a005f Switched from using diff to cmp for two reasons: by John Criswell · 21 years ago
- 68a13dc Urg, do not print "foo has changed" messages by Chris Lattner · 21 years ago
- 7bb107d While I'm looking at it, line up the SED lines by Chris Lattner · 21 years ago
- a328f88 * Don't print out HOW we are running Flex unless in verbose mode. We already by Chris Lattner · 21 years ago
- 82f4a5a Modified the use of libtool so that we don't compile every file twice. by John Criswell · 21 years ago
- 8d4221e Renamed libtool to mklib for your tab completion pleasure. by John Criswell · 21 years ago
- 9691439 Marked some of the phony targets are PHONY. This will hopefully speed by John Criswell · 21 years ago
- 1ba3138 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
- 6edfe27 Add phony target "bytecode" to ensure that it works in recursive makes. by Vikram S. Adve · 21 years ago
- 9b51b6f Move the space separator to where it really belongs: in the print statement, not by Misha Brukman · 21 years ago
- f8873ed Removed an extra slash that appears in the path name when these variables are by Misha Brukman · 21 years ago
- f4ccd99 Renamed all of the LObj* variables (which represent libtool objects) to Obj*. by John Criswell · 21 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
- 2a6530f Added the OPTIONAL_DIRS variable for specifying optional directories to build. by John Criswell · 21 years ago
- 6f4ad0b Reverted back to revision 1.91. by John Criswell · 21 years ago
- 917fb38 Added a hack that takes the path relative to the home directory into account by John Criswell · 21 years ago
- e3ba95e Fix problem building optmized build by Chris Lattner · 21 years ago
- c500cf2 Remove extra line by Chris Lattner · 21 years ago
- 890d5bd Modified the environment variables that determine where things are located to by John Criswell · 21 years ago
- 8bff509 Modified Makefile.common to handle compilation of projects inside and outside by John Criswell · 21 years ago
- 794fcd2 Added configurable options for the Linker and Archiver. by John Criswell · 21 years ago
- 584dd18 Added documentation for the project options by Dinakar Dhurjati · 21 years ago
- f977143 Get rid of extraneous ""s by Chris Lattner · 21 years ago
- d58a605 Added a path to the current version of the built TableGen. by Misha Brukman · 21 years ago
- 65aa5934 Removed configuration options that are better served in Makefile.config. by John Criswell · 21 years ago
- ffb55cd Added project options to the Makefile.common by Dinakar Dhurjati · 21 years ago
- 694c5df Add facilities for building source that is outside of the current directory by Chris Lattner · 22 years ago
- 760da06 Fix several bugs in the build system, including the use of the Debug version of Burg no matter what configuration is currently configured. by Chris Lattner · 22 years ago
- fe95dae Fix warnings compiling C files by Chris Lattner · 22 years ago
- 1d1e5b5 Fix profile builds by Chris Lattner · 22 years ago
- 3aed678 Add -fomit-frame-pointer when optimizing by Chris Lattner · 22 years ago
- 527002c Fix strip issue Joel ran into by Chris Lattner · 22 years ago
- 6d131b4 Fix problem with flex scanners and huge token sizes by Chris Lattner · 22 years ago
- 8d7dfb3 Fix lli build problem with parallel makes by Chris Lattner · 22 years ago
- e899678 Simplify and correct rules for building lex/yacc files. Make sure to delete by Chris Lattner · 22 years ago
- 30440c6 Add helper by Chris Lattner · 22 years ago
- dc95ade Add support for a recursive test target by Chris Lattner · 22 years ago
- ec4d362 Use -Wl,-x instead of -s: it is more portable, and in particular, by Vikram S. Adve · 22 years ago
- ab6d293 On `make clean', kill the core files produced, which are of the form: by Misha Brukman · 22 years ago
- 1c58850 Generalize ExportSymbols into PLATFORMLINKOPTS by Chris Lattner · 22 years ago
- 3ea6a42 Don't link tools with -g objects! by Chris Lattner · 22 years ago
- ed03bc9 Patch submited by Casey to remove obnoxious warnings. by Chris Lattner · 22 years ago
- f924b2d Disable optimization that doesn't apply to C by Chris Lattner · 22 years ago
- 1eeac66 Fix misspelled variable by Chris Lattner · 22 years ago
- 3ea6769 Warn when we are linking an executable without symbols. by Vikram S. Adve · 22 years ago
- a0c8e0a Remove outdated line which of course cvs merging never detects... by Vikram S. Adve · 22 years ago
- ad9ea7e Allow the Source variable to be overridden completely if needed. by Vikram S. Adve · 22 years ago
- 9e39816 Make sure to print message when linking a debug .o file by Chris Lattner · 22 years ago
- 172b648 * Minor fixes to support C files. by Chris Lattner · 22 years ago
- e155af8 Fix yet another profile linking issue. by Vikram S. Adve · 22 years ago
- 12520cd Fix link error for profile version. Also, build Burg differently by Vikram S. Adve · 22 years ago
- 41e7891 The ENABLE_PROFILING flag now builds the profiled libraries and executables by Vikram S. Adve · 22 years ago
- 9b94701 Move the burg option out of Makefile.config into Makefile.common since by Chris Lattner · 22 years ago
- feeae58 Strip tools/Debug/ executables by default. Define KEEP_SYMBOLS to by Vikram S. Adve · 22 years ago
- 7c7a07e corrected small bug, to handle when DIRS is not defined. by Anand Shukla · 22 years ago
- a8abc22 Add support for the new PARALLEL_DIRS option by Chris Lattner · 22 years ago
- 16d1f73 Allow the VERBOSE=1 option to turn on output of recursive make behavior by Chris Lattner · 22 years ago
- f1ffd99 Fix parallel recursive make to build directories in order by Chris Lattner · 22 years ago
- 2a548c5 Comment line of the makefile by Chris Lattner · 22 years ago
- ccb4ebd Handle whitespace in LIBRARYNAME gracefully by Chris Lattner · 22 years ago
- 4bb13b8 Factor platform specific makefile directives out into their own makefile by Chris Lattner · 22 years ago
- ab060db Link .so files correctly on either linux or solaris by Chris Lattner · 22 years ago
- 73e1d0f Build with -D_GNU_SOURCE to enable gnu extensions in header files by Chris Lattner · 22 years ago
- 287d443 Make sure to print a message when linking a tool by Chris Lattner · 22 years ago
- b5f096f Compiling with "gmake" should produce less output. The compilation/linking by Misha Brukman · 22 years ago
- c214e71 Simplified significantly by pulling out local configuration options by Vikram S. Adve · 22 years ago
- 764b46e Factor out /shared/... path to simplify changing it. by Vikram S. Adve · 22 years ago
- f8d630a Fix clean command to clean in /shared when that is used. by Vikram S. Adve · 22 years ago
- 8e28a70 Throw purify temporary files into /shared if we have it. by Chris Lattner · 22 years ago
- 285af38 - Makefile changes: by Chris Lattner · 22 years ago
- 43db05a Oops, I accidentally broke the .d files. Fixed thusly by Chris Lattner · 22 years ago
- e16b1b4 * Remove some bogus dependencies on Depend/.dir by Chris Lattner · 22 years ago
- 9dd794e Comment options that may be enabled by Chris Lattner · 22 years ago
- 60f5606 Don't build Debug/ versions when ENABLE_OPTIMIZED is on. by Vikram S. Adve · 22 years ago
- 1917e95 Cleanup Makefile a bit by Chris Lattner · 22 years ago
- 4fa128c Changes to allow building lib/Target/Sparc the FIRST time. by Chris Lattner · 22 years ago
- edf1f23 Allow directories to specify that they want to be built as a shared object by default by Chris Lattner · 22 years ago
- e62dbe9 Enable USEDLIBS to contain .a and .o files by Chris Lattner · 22 years ago
- d60aede Add makefile-mode flag for emacs. by Vikram S. Adve · 22 years ago
- 18f4701 * Allow a profile'd code build to be done with a simple 'make ENABLE_PROFILING=1' by Chris Lattner · 23 years ago
- ec6bed2 Hopefully this change will make the makefile work for other people without hacking it. by Chris Lattner · 23 years ago
- 12604ed * Allow purify builds to be enabled without hacking the makefile. Now you by Chris Lattner · 23 years ago
- 0cac4b8 Try to fix build error by Chris Lattner · 23 years ago
- c7acf81 Add := to make stuff more efficient by Chris Lattner · 23 years ago
- 514fc36 Reenable warning now that Chuck fixed GCC by Chris Lattner · 23 years ago
- 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
- aa6ec73 1. -Winline emits spurious warnings that aren't useful right now by Chris Lattner · 23 years ago
- 6e39070 Add easy way to enable purify support by Chris Lattner · 23 years ago
- 27dc7b6 Simplify etags command. by Vikram S. Adve · 23 years ago
- e001059 Change Sources specifier to ExtraSources by Chris Lattner · 23 years ago
- c4bed34 Allow only extra Source files to be listed in a local Makefile. by Vikram S. Adve · 23 years ago
- db00877 Burg files should come out of the Debug Directory for temporary files by Chris Lattner · 23 years ago
- 022d06c Fixed tags target so it only happens at root level. by Vikram S. Adve · 23 years ago
- 669bd7c Each tools should not make tags by Chris Lattner · 23 years ago
- 0193d5e Added a rule for building TAGS. by Vikram S. Adve · 23 years ago
- 49f2b94 Add support for tool specified linker options by Chris Lattner · 23 years ago
- bf2f043 Fix automatic dependence on static libs by Chris Lattner · 23 years ago
- 1cbc29f Support TOOLNAME and USEDLIBS options for easier tool building by Chris Lattner · 23 years ago
- d915196 Added InstrSched library to link line. by Vikram S. Adve · 23 years ago