* Allow a profile'd code build to be done with a simple 'make ENABLE_PROFILING=1'
authorChris Lattner <sabre@nondot.org>
Fri, 10 May 2002 18:51:54 +0000 (18:51 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 10 May 2002 18:51:54 +0000 (18:51 +0000)
commit18f4701b2b984e1eb92a2d4c4e6739395dec4b78
tree0915d0efc272f420f673d7804fbeceb3295fb467
parente04f4b60c6458ce63aac2b7b7ac81da267846426
* Allow a profile'd code build to be done with a simple 'make ENABLE_PROFILING=1'
* Only build tags for include, lib, and tools, not tests
* Turn on verbose output from bison to get information about shift/reduce
  conficts (why isn't this the default??)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2603 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.common
Makefile.rules