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 29454 by niro, Fri Jun 16 08:09:53 2017 UTC revision 29455 by niro, Fri Jun 16 08:46:20 2017 UTC
# Line 38  src_prepare() Line 38  src_prepare()
38  src_compile()  src_compile()
39  {  {
40   cd ${SRCDIR}   cd ${SRCDIR}
41     # use en_US.UTF-8 locale or compiliation fails
42     # make sure locales are generated with locale-gen before
43     export LANG=en_US.UTF8
44   ant build || die   ant build || die
45  }  }
46    

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