Kaydet (Commit) 6ac83377 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS openssl01 (1.221.10); FILE MERGED

2007/11/21 10:20:58 tkr 1.221.10.1: #i82640# check if dmake 4.11
üst 2f63b101
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: settings.mk,v $ # $RCSfile: settings.mk,v $
# #
# $Revision: 1.221 $ # $Revision: 1.222 $
# #
# last change: $Author: rt $ $Date: 2007-11-06 15:44:55 $ # last change: $Author: ihi $ $Date: 2007-11-26 12:45:12 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -37,8 +37,8 @@ MKFILENAME:=SETTINGS.MK ...@@ -37,8 +37,8 @@ MKFILENAME:=SETTINGS.MK
# smaller/greater arithmetic's like ".IF 400<=200" are an OOo extention to # smaller/greater arithmetic's like ".IF 400<=200" are an OOo extention to
# the initial dmake 4.1PL0 (unfortunately called 4.10) version and are # the initial dmake 4.1PL0 (unfortunately called 4.10) version and are
# tested implicitly by the construction below. # tested implicitly by the construction below.
.IF $(MAKEVERSION:s/-cvs//:s/.//:s/410/41/)<=45 .IF $(MAKEVERSION:s/-cvs//:s/.//)<=410
.ERROR : ; @echo Forced error: dmake version 4.6 or newer is needed! .ERROR : ; @echo Forced error: dmake version 4.10 or newer is needed!
force_dmake_to_error force_dmake_to_error
.ENDIF .ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment