Ver código fonte

strip newlines from date call

new-build-system
Jan Lehnardt 14 anos atrás
pai
commit
59beae46e6
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver arquivo

@@ -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


Carregando…
Cancelar
Salvar