-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9
-
Component/s: infrastructure
-
Labels:
-
Environment:
GNU Make 4.0, Arch Linux
-
Subcomponent:
-
Resolved In Build:b03
-
OS:linux, os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8067518 | 8u45 | Henry Jen | P4 | Resolved | Fixed | b01 |
JDK-8065267 | 8u40 | Henry Jen | P4 | Resolved | Fixed | b17 |
JDK-8070907 | emb-8u47 | Henry Jen | P4 | Resolved | Fixed | team |
adjust-mflags.sh tried to adjust the -j number on the fly, the sed commands is not working for GNU Make 4.0 when repo path contains 'j' character as the MFLAGS in GNU Make 4.0 changed format.
Here is the output of MFLAGS with GNU Make 4.0,
MFLAGS: -rRs -I/home/hjen/ws/tl-work/common/makefiles -I/home/hjen/ws/tl-work/common/makefiles -I/home/hjen/ws/tl-work/common/makefiles -I/home/hjen/ws/tl-work/common/makefiles -I/home/hjen/ws/tl-work/common/makefiles
Here is the output of MFLAGS with GNU Make 4.0,
MFLAGS: -rRs -I/home/hjen/ws/tl-work/common/makefiles -I/home/hjen/ws/tl-work/common/makefiles -I/home/hjen/ws/tl-work/common/makefiles -I/home/hjen/ws/tl-work/common/makefiles -I/home/hjen/ws/tl-work/common/makefiles
- backported by
-
JDK-8065267 adjust-mflags.sh failed build with GNU Make 4.0 with -I<path contains j>
-
- Resolved
-
-
JDK-8067518 adjust-mflags.sh failed build with GNU Make 4.0 with -I<path contains j>
-
- Resolved
-
-
JDK-8070907 adjust-mflags.sh failed build with GNU Make 4.0 with -I<path contains j>
-
- Resolved
-
- relates to
-
JDK-8036614 AIX: fix adjust-mflags.sh to build with GNU Make 4.0 (adapt 8028407 for AIX)
-
- Resolved
-