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