mirror of https://github.com/ARMmbed/mbed-os.git
Remove unneeded relpath calculations
parent
2912522930
commit
c64446dc39
|
@ -31,12 +31,8 @@ class Eclipse(Makefile):
|
|||
self.gen_file('cdt/necessary_software.tmpl', ctx,
|
||||
join('eclipse-extras','necessary_software.p2f'))
|
||||
|
||||
cproj = relpath('.cproject',self.export_dir)
|
||||
self.gen_file('cdt/.cproject.tmpl', ctx,
|
||||
cproj)
|
||||
proj = relpath('.project',self.export_dir)
|
||||
self.gen_file('cdt/.project.tmpl', ctx,
|
||||
proj)
|
||||
self.gen_file('cdt/.cproject.tmpl', ctx, '.cproject')
|
||||
self.gen_file('cdt/.project.tmpl', ctx, '.project')
|
||||
|
||||
|
||||
class EclipseGcc(Eclipse, GccArm):
|
||||
|
|
Loading…
Reference in New Issue