mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05: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
Notes:
sideshowbarker
2024-07-19 17:42:55 +09:00
Author: https://github.com/JonArcherII Commit: https://github.com/SerenityOS/serenity/commit/3f45ccffa6c Pull-request: https://github.com/SerenityOS/serenity/pull/834
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
Reference in a new issue