mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:57:46 +00:00
Build System: Add common definitions for git info
Defs for commit, branch, and changes (status)
This commit is contained in:
parent
7aaea085de
commit
3f45ccffa6
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ LD = i686-pc-serenity-g++
|
|||
AS = i686-pc-serenity-as
|
||||
LINK = i686-pc-serenity-ld
|
||||
|
||||
DEFINES = -DSANITIZE_PTRS -DDEBUG
|
||||
DEFINES = -DSANITIZE_PTRS -DDEBUG -DGIT_COMMIT=\"`git rev-parse --short HEAD`\" -DGIT_BRANCH=\"`git rev-parse --abbrev-ref HEAD`\" -DGIT_CHANGES=\"`git diff-index --quiet HEAD -- && echo "tracked"|| echo "untracked"`\"
|
||||
|
||||
IPCCOMPILER = $(SERENITY_BASE_DIR)/DevTools/IPCCompiler/IPCCompiler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue