diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
commit | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (patch) | |
tree | 1ac4f33e833450e6b1eb2c92fa0fd0d5853d4d65 /devel/compiler-rt | |
parent | 1089da7dcc67eb415fa6851ab9dc700e7b1a9972 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1)
Notes
Notes:
svn path=/head/; revision=327722
Diffstat (limited to 'devel/compiler-rt')
-rw-r--r-- | devel/compiler-rt/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/compiler-rt/Makefile b/devel/compiler-rt/Makefile index b33b4f898a3d..d533e543e05d 100644 --- a/devel/compiler-rt/Makefile +++ b/devel/compiler-rt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: compiler-rt -# Date created: 8 Oct 2009 -# Whom: Brooks Davis -# +# Created by: Brooks Davis # $FreeBSD$ -# PORTNAME= compiler-rt DISTVERSION= 0.r${SVN_REV} @@ -42,6 +38,7 @@ PLIST_FILES= include/Block.h \ include/Block_private.h \ lib/libBlocksRuntime.so +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" |