...
This commit is contained in:
2
Makefile
2
Makefile
@@ -21,7 +21,7 @@ current_date=$(shell date "+%Y-%m-%d %H:%M:%S")
|
|||||||
# 文件路径
|
# 文件路径
|
||||||
vfile=$(extra_dir)/emsVersion
|
vfile=$(extra_dir)/emsVersion
|
||||||
# 读取版本信息
|
# 读取版本信息
|
||||||
version=$(shell grep "Version:" $(vfile) | awk '{print $3}')
|
version=$(shell grep "Version:" $(vfile) | awk '{print $$3}')
|
||||||
|
|
||||||
package:
|
package:
|
||||||
# 输出版本信息和更新后的日期
|
# 输出版本信息和更新后的日期
|
||||||
|
|||||||
Reference in New Issue
Block a user