remove debug print in Makefile

This commit is contained in:
fgsfds 2020-05-25 00:58:43 +03:00
parent 4bbde37464
commit eeca3b0ec0
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ endif
# Stuff for showing the git hash in the intro on nightly builds
# From https://stackoverflow.com/questions/44038428/include-git-commit-hash-and-or-branch-name-in-c-c-source
ifeq ($(shell git rev-parse --abbrev-ref HEAD),nightly)
$(info Hello Caldera!!! I'm here all week!)
GIT_HASH=`git rev-parse --short HEAD`
COMPILE_TIME=`date -u +'%Y-%m-%d %H:%M:%S UTC'`
VERSION_CFLAGS += -DNIGHTLY -DGIT_HASH="\"$(GIT_HASH)\"" -DCOMPILE_TIME="\"$(COMPILE_TIME)\""