summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-05-13 16:17:58 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-05-13 16:17:58 +0000
commit74905e0fb51f554d42887d0c61950db065caaa91 (patch)
treebedd3aecd29d69d5ecbff1165cd02daf704e6d20 /llvm/projects/Stacker
parent0f0e75dfadfacca78b0899bbf9da630583a093ec (diff)
downloadbcm5719-llvm-74905e0fb51f554d42887d0c61950db065caaa91.tar.gz
bcm5719-llvm-74905e0fb51f554d42887d0c61950db065caaa91.zip
Don't build runtime if tools-only :)
llvm-svn: 21938
Diffstat (limited to 'llvm/projects/Stacker')
-rw-r--r--llvm/projects/Stacker/lib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/projects/Stacker/lib/Makefile b/llvm/projects/Stacker/lib/Makefile
index a302a85ef51..78ab25c6ec2 100644
--- a/llvm/projects/Stacker/lib/Makefile
+++ b/llvm/projects/Stacker/lib/Makefile
@@ -5,6 +5,9 @@
##===----------------------------------------------------------------------===##
LEVEL = ..
-DIRS = compiler runtime
+DIRS = compiler
+ifneq ($(MAKECMDGOALS),tools-only)
+DIRS += runtime
+endif
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud