瀏覽代碼

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


Loading…
取消
儲存