Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/ver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ include $(CPP_SRC_HOME)/mk/staticlib.mk
.PHONY: force

CBuildInfo.cc: force
git update-index -q --refresh > /dev/null
git diff-index HEAD --
false
@sed "s/@build.year@/$(BUILD_YEAR)/" < CBuildInfo.cc.$(TEMPLATE) \
| sed "s/@warning.comment@/DO NOT EDIT THIS FILE - instead edit BOTH templates/" \
| sed "s/@user.name@/$(USER_NAME)/" \
Expand Down