Ai
1 Star 0 Fork 2

chenhao/emma

forked from src-openEuler/emma
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
emma-timestamp.patch 829 Bytes
一键复制 编辑 原始数据 按行查看 历史
fwx913451 提交于 2020-08-19 10:05 +08:00 . fuanan add package
--- build.xml 2008-04-25 16:29:49.000000000 -0400
+++ build.xml 2008-04-25 16:28:16.000000000 -0400
@@ -141,8 +141,16 @@
<delete dir="${release.dir}"/>
</target>
+ <target name="timestamp" depends="init, timestamp.rpmbuild, -timestamp.2, -timestamp.2, -timestamp.3, -timestamp.4, -timestamp.5">
+ </target>
- <target name="timestamp" depends="init, -timestamp.1, -timestamp.2, -timestamp.3, -timestamp.4, -timestamp.5">
+ <target name="timestamp.rpmbuild" depends="init">
+ <exec executable="/bin/sh">
+ <arg line="emma-timestamp.sh ${temp.dir}/timestamp.properties"/>
+ </exec>
+ <exec executable="/bin/sh">
+ <arg line="emma-timestamp2.sh ${temp.dir}/.ready.build.stamp"/>
+ </exec>
</target>
<target name="-timestamp.1" depends="init" unless="build.is.dirty" >
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenhchenh/emma.git
git@gitee.com:chenhchenh/emma.git
chenhchenh
emma
emma
master

搜索帮助