From 187baf498e233f29b87c3e6faff8ad05c18f72cd Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 9 Nov 2005 21:24:12 +0000 Subject: Fail the build if the OPSYS check falls through in do-build. --- lang/cint/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/cint/Makefile') diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 7a1248bb3ea..b5569e35c42 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/06/16 06:57:59 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/11/09 21:24:12 tv Exp $ DISTNAME= cint5.15 PKGNAME= cint-5.15.174 @@ -35,6 +35,8 @@ do-build: ${SH} ./setup platform/netbsd ;; \ SunOS) \ ${SH} ./setup platform/solaris_gcc ;; \ + *) \ + ${ECHO} 'not yet ported to ${OPSYS}'; exit 1 ;; \ esac do-install: -- cgit v1.2.3