From 847efc72a7fd31537de3a3eaf6ebb262905be685 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Thu, 1 Nov 2001 18:33:05 +0000 Subject: [PATCH] #65293# supply returncode > 0 if compilerversion not found --- solenv/inc/tg_compv.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/solenv/inc/tg_compv.mk b/solenv/inc/tg_compv.mk index d9d417233a0d..c8b188df8030 100644 --- a/solenv/inc/tg_compv.mk +++ b/solenv/inc/tg_compv.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_compv.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hjs $ $Date: 2001-10-26 13:17:43 $ +# last change: $Author: hjs $ $Date: 2001-11-01 19:33:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -117,10 +117,12 @@ COMNAME=sunpro5 compiler_version_error: @+echo ++++++++++++++++++++++++++++++++++++ + @+echo ERROR! @+echo Could not detect compiler version! @+echo Please extend tg_compv.mk in @+echo "solenv/inc". @+echo ++++++++++++++++++++++++++++++++++++ + @+exit 255 .ENDIF # "$(COMNAME)"==""