浏览代码

strip newlines from date call

new-build-system
Jan Lehnardt 14 年前
父节点
当前提交
59beae46e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 查看文件

@@ -43,7 +43,7 @@ build-wrappers:

# add $(version)/index.html page (from template)
sed -e 's|%version%|$(version)|' \
-e 's|%date%|$(shell date)' release-index.html > $(version)/index.html
-e 's|%date%|$(strip $(shell date))|' release-index.html > $(version)/index.html

# update index.html to point to $(vesion)
cat index.html.pre > index.html


正在加载...
取消
保存