File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 11621162
11631163 <move file =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/gcc/avr" tofile =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr" />
11641164 <move file =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude" tofile =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr" />
1165- <antcall target =" macosx-fix-bundled-toolchain-missing-symlinks" />
11661165
11671166 <echo append =" true" file =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/builtin_tools_versions.txt" message =" arduino.avrdude=${ avrdude_version } ${ line.separator } " />
11681167 <echo append =" true" file =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/builtin_tools_versions.txt" message =" arduino.avr-gcc=${ gcc_version } ${ line.separator } " />
11921191 <delete dir =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp" />
11931192 </target >
11941193
1195- <target name =" macosx-fix-bundled-toolchain-missing-symlinks" if =" macosx" >
1196- <exec executable =" mv" failonerror =" true" >
1197- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude/lib/libusb.dylib" />
1198- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/lib/" />
1199- </exec >
1200- <exec executable =" mv" failonerror =" true" >
1201- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp/avrdude/avrdude/lib/libusb-1.0.dylib" />
1202- <arg value =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/lib/" />
1203- </exec >
1204- </target >
1205-
12061194 <target name =" generate-hourly-build-txt" if =" hourly" >
12071195 <echo file =" ${ staging_folder } /work/${ staging_hardware_folder } /../lib/hourlyBuild.txt" >${ BUILD_DATE } </echo >
12081196 </target >
You can’t perform that action at this time.
0 commit comments