Magellan Linux

Diff of /trunk/extras/eclipse-ecj/eclipse-ecj-4.6.1-r1.smage2

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

revision 29455 by niro, Fri Jun 16 08:46:20 2017 UTC revision 29456 by niro, Fri Jun 16 09:00:43 2017 UTC
# Line 20  PSUBVER="201609071200" Line 20  PSUBVER="201609071200"
20  SRCFILE="ecjsrc-${PVER}.jar"  SRCFILE="ecjsrc-${PVER}.jar"
21  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23  sminclude java  sminclude java mtools
24    
25  SRC_URI=(  SRC_URI=(
26   http://download.eclipse.org/eclipse/downloads/drops4/R-${PVER}-${PSUBVER}/${SRCFILE}   http://download.eclipse.org/eclipse/downloads/drops4/R-${PVER}-${PSUBVER}/${SRCFILE}
# Line 40  src_compile() Line 40  src_compile()
40   cd ${SRCDIR}   cd ${SRCDIR}
41   # use en_US.UTF-8 locale or compiliation fails   # use en_US.UTF-8 locale or compiliation fails
42   # make sure locales are generated with locale-gen before   # make sure locales are generated with locale-gen before
43   export LANG=en_US.UTF8   export LANG=en_US.UTF-8
44   ant build || die   ant build || die
45  }  }
46    
# Line 57  CLASSPATH="${JAVA_CLASSPATH_DIR}/ecj.jar Line 57  CLASSPATH="${JAVA_CLASSPATH_DIR}/ecj.jar
57  java org.eclipse.jdt.internal.compiler.batch.Main "\$@"  java org.eclipse.jdt.internal.compiler.batch.Main "\$@"
58  EOF  EOF
59   minstallexec ecj || die   minstallexec ecj || die
60     minstallman ecj.1 || die
61    
62   minstalldocs about.html || die   minstalldocs about.html || die
63  }  }

Legend:
Removed from v.29455  
changed lines
  Added in v.29456