mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Echo directories.
Former-commit-id: 058975ba187dad6817bdeb1199eb1d2e36481891
This commit is contained in:
+4
-4
@@ -14,9 +14,9 @@
|
||||
<property name="build.lipo.arch.remove" value=""/>
|
||||
|
||||
<target name="runtime">
|
||||
<mkdir dir="${bundle}/${bundle.runtime}/${bundle.home}"/>
|
||||
<mkdir dir="${bundle}/${bundle.runtime}"/>
|
||||
<!-- Copy runtime -->
|
||||
<echo message="Copy runtime from ${jvm.runtime.home} to ${bundle}/${bundle.runtime}..."/>
|
||||
<echo message="Copy runtime from ${jvm.runtime.home} to ${bundle}/${bundle.runtime}"/>
|
||||
<copy todir="${bundle}/${bundle.runtime}" preservelastmodified="true">
|
||||
<fileset followsymlinks="false" dir="${jvm.runtime.home}" excludesfile="${home}/runtime-excludes.properties"/>
|
||||
</copy>
|
||||
@@ -27,7 +27,7 @@
|
||||
</target>
|
||||
|
||||
<target name="shared-library-install-name">
|
||||
<echo message="Change dynamic shared library install names to ${newname}"/>
|
||||
<echo message="Change dynamic shared library install names to ${newname} in ${directory}"/>
|
||||
<apply executable="/usr/bin/install_name_tool" failonerror="true"
|
||||
type="file"
|
||||
parallel="false" spawn="false" force="true">
|
||||
@@ -40,7 +40,7 @@
|
||||
</target>
|
||||
|
||||
<target name="lipo">
|
||||
<echo message="Remove ${arch} slice from ${build.lipo.binaries}"/>
|
||||
<echo message="Remove ${arch} slice from ${build.lipo.binaries} in ${directory}"/>
|
||||
<apply executable="/usr/bin/lipo" failonerror="false" dest="${directory}"
|
||||
parallel="false" spawn="false" force="true">
|
||||
<!--Remove from executables-->
|
||||
|
||||
Reference in New Issue
Block a user