ifeq ($(shell expr $(COMPILER_REV) \>=5.9),1)
Executing this line with 5.10 gives:
$ expr "5.10"\>="5.9"
0
Executing this line with 5.10 gives:
$ expr "5.10"\>="5.9"
0
- duplicates
-
JDK-6769748 Fix solaris makefiles for the case when "CC -V" produces several lines
-
- Resolved
-