Details
-
Bug
-
Resolution: Fixed
-
P1
-
8
-
b112
-
b113
-
Not verified
Description
Update to NewMakefile.gmk check of MAKE_VERSION broke jdk8-build nightly builds on windows, saying 3.82.90 is too low
+ /usr/bin/make all LOG=debug
../../NewMakefile.gmk:40: *** This version of GNU Make is too low (3.82.90). Check your path, or upgrade to 3.81 or newer.. Stop.
Archiving artifacts
Notifying upstream projects of job completion
Finished: FAILURE
Recent change to NewMakefile.gmk,JDK-8026528, is the root cause
+ /usr/bin/make all LOG=debug
../../NewMakefile.gmk:40: *** This version of GNU Make is too low (3.82.90). Check your path, or upgrade to 3.81 or newer.. Stop.
Archiving artifacts
Notifying upstream projects of job completion
Finished: FAILURE
Recent change to NewMakefile.gmk,
Attachments
Issue Links
- relates to
-
JDK-8026528 [build] configure does not recognize newer make in cygwin
- Resolved