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 29457 by niro, Fri Jun 16 09:10:01 2017 UTC revision 29458 by niro, Fri Jun 16 09:16:16 2017 UTC
# Line 48  src_compile() Line 48  src_compile()
48    
49   # use en_US.UTF-8 locale or compiliation fails   # use en_US.UTF-8 locale or compiliation fails
50   # make sure locales are generated with locale-gen before   # make sure locales are generated with locale-gen before
51   export LANG=en_US.UTF-8   # smage sets LC_ALL=C so we have to use LC_ALL here
52     export LC_ALL=en_US.UTF-8
53   ant build || die   ant build || die
54  }  }
55    

Legend:
Removed from v.29457  
changed lines
  Added in v.29458