/[packages]/cauldron/java-1.8.0-openjdk/current/SOURCES/hotspot-build-j-directive.patch
ViewVC logotype

Contents of /cauldron/java-1.8.0-openjdk/current/SOURCES/hotspot-build-j-directive.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 659708 - (show annotations) (download)
Mon Aug 4 21:58:20 2014 UTC (9 years, 7 months ago) by luigiwalser
File size: 624 byte(s)
- resync with fedora for the latest security fixes
- build with java 8

1 # HG changeset patch
2 # User andrew
3 # Date 1398183426 -3600
4 # Node ID b4ea3a87f707e674a144e805084bda0f72ad4e38
5 # Parent 00aa9f5a26b9e2c7bdca547201106f76e23a8c01
6 Don't substitute 'j' for '-j' inside -I directives
7
8 --- jdk8/hotspot/make/linux/makefiles/adjust-mflags.sh Tue Apr 22 17:15:43 2014 +0100
9 +++ jdk8/hotspot/make/linux/makefiles/adjust-mflags.sh Tue Apr 22 17:17:06 2014 +0100
10 @@ -64,7 +64,7 @@
11 echo "$MFLAGS" \
12 | sed '
13 s/^-/ -/
14 - s/ -\([^ ][^ ]*\)j/ -\1 -j/
15 + s/ -\([^ I][^ ]*\)j/ -\1 -j/
16 s/ -j[0-9][0-9]*/ -j/
17 s/ -j\([^ ]\)/ -j -\1/
18 s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
19

  ViewVC Help
Powered by ViewVC 1.1.30