Files
abcl/abcl-no-hostname.patch

24 lines
961 B
Diff

--- abcl-src-1.8.0/build.xml 2022-04-01 10:57:16.639032286 +0200
+++ abcl-src-1.8.0/build.xml 2022-04-01 10:57:41.515183040 +0200
@@ -338,7 +338,7 @@
<property name="abcl.build.path"
value="${build.classes.dir}/org/armedbear/lisp/build"/>
<target name="abcl.stamp"
- depends="abcl.compile,abcl.stamp.version,abcl.stamp.hostname">
+ depends="abcl.compile,abcl.stamp.version">
<mkdir dir="${abcl.build.path}/.."/>
<loadfile property="abcl.version"
srcFile="${abcl.version.path}"/>
@@ -466,11 +466,6 @@
value="${abcl.version}-${abcl.version.src}"/>
</target>
- <target name="abcl.stamp.hostname" if="unix">
- <exec executable="hostname" outputproperty="abcl.hostname"/>
- <echo>abcl.hostname: ${abcl.hostname}</echo>
- </target>
-
<target name="abcl.system.uptodate">
<condition property="abcl.system.needs-update.p">
<and>