File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1154
1154
1155
1155
<move file =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/gcc/avr" tofile =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr" />
1156
1156
<move file =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude" tofile =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr" />
1157
- <antcall target =" macosx-fix-bundled-toolchain-missing-symlinks" />
1158
1157
1159
1158
<!-- XXX: This is a temporary hack to let the IDE select the correct bundled tools. -->
1160
1159
<!-- XXX: THE FOLLOWING LINES MUST BE REMOVED BEFORE MERGING! -->
1190
1189
<delete dir =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp" />
1191
1190
</target >
1192
1191
1193
- <target name =" macosx-fix-bundled-toolchain-missing-symlinks" if =" macosx" >
1194
- <exec executable =" mv" failonerror =" true" >
1195
- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude/lib/libusb.dylib" />
1196
- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/lib/" />
1197
- </exec >
1198
- <exec executable =" mv" failonerror =" true" >
1199
- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude/lib/libusb-1.0.dylib" />
1200
- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/lib/" />
1201
- </exec >
1202
- </target >
1203
-
1204
1192
<target name =" generate-hourly-build-txt" if =" hourly" >
1205
1193
<echo file =" ${ staging_folder } /work/${ staging_hardware_folder } /../lib/hourlyBuild.txt" >${ BUILD_DATE } </echo >
1206
1194
</target >
You can’t perform that action at this time.
0 commit comments