Implement the LLVM_DO_NOT_BUILD feature. If a file of that name is
authorReid Spencer <rspencer@reidspencer.com>
Wed, 8 Dec 2004 22:58:34 +0000 (22:58 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 8 Dec 2004 22:58:34 +0000 (22:58 +0000)
commita23c0662dc7bb4150c5d7eeedaf985d8897cfb69
treed5806a1fc5fdb7284042737b5f631915c7f23818
parent2a0cd9c9b56d0fff66183967951e592e2aec0dba
Implement the LLVM_DO_NOT_BUILD feature. If a file of  that name is
present in a directory that LLVM normally builds, it will skip building
the directory entirely. This is useful for allowing a bunch of projects to
live in the source tree but not be compiled from time to time.

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