[llvm-branch-commits] [cfe-branch] r100075 - /cfe/branches/Apple/whitney-IB/Makefile
Daniel Dunbar
daniel at zuster.org
Wed Mar 31 18:18:18 PDT 2010
Author: ddunbar
Date: Wed Mar 31 20:18:18 2010
New Revision: 100075
URL: http://llvm.org/viewvc/llvm-project?rev=100075&view=rev
Log:
Eliminate "Automatic Extra & Patch" stuff, we don't use this.
Modified:
cfe/branches/Apple/whitney-IB/Makefile
Modified: cfe/branches/Apple/whitney-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney-IB/Makefile?rev=100075&r1=100074&r2=100075&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/Makefile (original)
+++ cfe/branches/Apple/whitney-IB/Makefile Wed Mar 31 20:18:18 2010
@@ -81,35 +81,11 @@
CXX := /usr/bin/g++
-# Automatic Extract & Patch
-#AEP = YES
-#AEP_Project = clang
-#AEP_Version = 090201
-#AEP_ProjVers = $(AEP_Project)-$(AEP_Version)
-#AEP_Filename = $(AEP_ProjVers).tar.bz2
-#AEP_ExtractDir = $(AEP_ProjVers)
-#AEP_Patches =
-
-ifeq ($(suffix $(AEP_Filename)),.bz2)
-AEP_ExtractOption = j
-else
-AEP_ExtractOption = z
-endif
-
Install_Target = $(Clang_Make_Variables) install-clang
Build_Target = $(Clang_Make_Variables) clang-only
# Extract the source.
install_source::
-ifeq ($(AEP),YES)
- $(TAR) -C $(SRCROOT) -$(AEP_ExtractOption)xf $(SRCROOT)/$(AEP_Filename)
- $(RMDIR) $(SRCROOT)/$(Project)
- $(MV) $(SRCROOT)/$(AEP_ExtractDir) $(SRCROOT)/$(Project)
- for patchfile in $(AEP_Patches); do \
- cd $(SRCROOT)/$(Project) && \
- patch -p0 < $(SRCROOT)/patches/$$patchfile || exit 1 ; \
- done
-endif
# Available post install targets.
post-install: $(Post_Install_Targets)
More information about the llvm-branch-commits
mailing list