move NO_REGRESS and SEPARATE_BUILD into Makefile.inc

This commit is contained in:
jasper 2012-04-17 12:46:17 +00:00
parent b7164a0dfc
commit f533a0bb0d
6 changed files with 16 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.14 2012/04/17 12:25:01 jasper Exp $
# $OpenBSD: Makefile.inc,v 1.15 2012/04/17 12:46:17 jasper Exp $
#
# XXX: Don't forget to adjust meta/msp430 when updating to new LTS
@ -47,7 +47,6 @@ EXTRACT_SUFX?= .tar.bz2
DIST_SUBDIR?= msp430
CONFIGURE_STYLE?= gnu
CONFIGURE_ARGS+= --target=msp430 \
--disable-nls \
--disable-shared
@ -57,3 +56,7 @@ USE_GROFF?= Yes
USE_GMAKE?= Yes
LIBTOOL_FLAGS?= --tag=disable-shared
SEPARATE_BUILD?= Yes
NO_REGRESS?= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2012/04/17 12:20:21 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2012/04/17 12:46:17 jasper Exp $
COMMENT= GNU binutils for msp430
@ -15,4 +15,6 @@ CONFIGURE_ARGS+= --enable-commonbfdlib=no
WRKDIST= ${WRKDIR}/${DISTNAME:S/a$//}
NO_REGRESS= No
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2012/04/17 12:20:45 jasper Exp $
# $OpenBSD: Makefile,v 1.19 2012/04/17 12:46:17 jasper Exp $
COMMENT= GNU Compiler Collection for msp430
@ -18,12 +18,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/msp430/binutils>=2.21.1a
LIB_DEPENDS= devel/libmpc
NO_REGRESS= Yes
LANGS= c,c++
SEPARATE_BUILD= Yes
SUBST_VARS+= VERSION
CONFIGURE_ARGS+= --enable-languages=${LANGS} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2012/04/17 12:21:16 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2012/04/17 12:46:17 jasper Exp $
COMMENT= GNU debugger for msp430
@ -17,8 +17,9 @@ WANTLIB= c expat m ncurses z
CONFIGURE_ARGS+= --disable-werror
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}/${DISTNAME:S/a$//}
# XXX: Tries to install the xml syscall files?
SEPARATE_BUILD= No
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2012/04/17 12:21:36 jasper Exp $
# $OpenBSD: Makefile,v 1.12 2012/04/17 12:46:17 jasper Exp $
COMMENT= libc for msp430
@ -15,6 +15,6 @@ WRKSRC= ${WRKDIST}/src/
CONFIGURE_STYLE= # This space intentionally left blank.
NO_REGRESS= Yes
SEPARATE_BUILD= No
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2012/04/17 12:22:02 jasper Exp $
# $OpenBSD: Makefile,v 1.10 2012/04/17 12:46:17 jasper Exp $
PKG_ARCH= *
@ -12,7 +12,6 @@ CONFIGURE_STYLE=# This space intentionally left blank
RUN_DEPENDS= devel/msp430/libc>=20120224
NO_BUILD= Yes
NO_REGRESS= Yes
do-install:
cd ${WRKSRC} && \