diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-23 23:28:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-23 23:28:57 +0000 |
commit | c3c1d32043c962fbdfc34857bd03385504a55631 (patch) | |
tree | 4c4f8210338752c7cc357c7c52555c53db84fa76 /projects/sample | |
parent | 84f644aacfcb34cbca2e9cfbabdf73e085aa20d6 (diff) | |
download | external_llvm-c3c1d32043c962fbdfc34857bd03385504a55631.zip external_llvm-c3c1d32043c962fbdfc34857bd03385504a55631.tar.gz external_llvm-c3c1d32043c962fbdfc34857bd03385504a55631.tar.bz2 |
Disable sample project until it works
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7287 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample')
-rw-r--r-- | projects/sample/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/sample/Makefile b/projects/sample/Makefile index 1fe32c7..7b25c35 100644 --- a/projects/sample/Makefile +++ b/projects/sample/Makefile @@ -10,7 +10,7 @@ LEVEL = . # # Directories that needs to be built. # -DIRS = lib tools +#DIRS = lib tools # # Include the Master Makefile that knows how to build all. |