Magellan Linux

Diff of /trunk/extras/java8-openjdk/java8-openjdk-8.3.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29409 by niro, Mon Jun 12 14:55:16 2017 UTC revision 29410 by niro, Mon Jun 12 15:24:12 2017 UTC
# Line 190  src_compile() Line 190  src_compile()
190   # get the right java profile   # get the right java profile
191   source /etc/profile   source /etc/profile
192    
193     export MAKEFLAGS="${MAKEOPTS/-j}"
194   export ALT_PARALLEL_COMPILE_JOBS="${MAKEOPTS/-j}"   export ALT_PARALLEL_COMPILE_JOBS="${MAKEOPTS/-j}"
195   export HOTSPOT_BUILD_JOBS="${ALT_PARALLEL_COMPILE_JOBS}"   export HOTSPOT_BUILD_JOBS="${ALT_PARALLEL_COMPILE_JOBS}"
196   unset MAKEOPTS   unset MAKEOPTS
197    
198     export CFLAGS+=" -Wno-error=deprecated-declarations"
199    
200   if [[ ${BOOTSTRAP} = 1 ]]   if [[ ${BOOTSTRAP} = 1 ]]
201   then   then
202   myopts+=" --enable-bootstrap"   myopts+=" --enable-bootstrap"

Legend:
Removed from v.29409  
changed lines
  Added in v.29410