summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-05-24 02:33:20 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-05-24 02:33:20 +0000
commit45eeed9b359eba3a69fd0911c543feed3d112d15 (patch)
tree0e1aba3bffe8456b7f9ec2b885b47bcf3cf194f4 /Makefile
parent70dd5214c47d96ff55e517fd5523cacb49e8991d (diff)
downloadllvm-45eeed9b359eba3a69fd0911c543feed3d112d15.tar.gz
llvm-45eeed9b359eba3a69fd0911c543feed3d112d15.tar.bz2
llvm-45eeed9b359eba3a69fd0911c543feed3d112d15.tar.xz
Two dist-check related changes:
1. Allow DIST_CHECK_CONFIG_OPTION to specify a set of options to be passed to the configure script during the dist-check target. This allows things to be passed down on a project basis so the configure doesn't fail. 2. Use the tar | (cd ; tar ) idiom to copy files which is more flexible than using the cp command. THis allows us to exclude CVS .svn directories at source rather than stripping them out of the tar ball. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22166 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e9cbc789ce..d221175a98 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ EXTRA_DIST := test llvm.spec include
include $(LEVEL)/Makefile.common
+# Specify options to pass to configure script when we're
+# running the dist-check target
+DIST_CHECK_CONFIG_OPTIONS = --with-llvmgccdir=$(LLVMGCCDIR)
+
.PHONY: debug-opt-prof
debug-opt-prof:
$(Echo) Building Debug Version