mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
Add brnachname to checksum fileneame.
This commit is contained in:
parent
d97668a209
commit
c45c111237
2 changed files with 3 additions and 2 deletions
3
makefile
3
makefile
|
|
@ -98,13 +98,14 @@ usage:
|
|||
|
||||
|
||||
|
||||
# Generate config files Configuration.Make and Configuartion.Mod
|
||||
# Generate config files Configuration.Make and Configuration.Mod
|
||||
FORCE:
|
||||
|
||||
configuration: FORCE
|
||||
@$(CC) -I src/system -o a.o src/tools/make/configure.c
|
||||
@./a.o
|
||||
@rm a.o
|
||||
@echo BRANCH=$$(git rev-parse --abbrev-ref HEAD)>>Configuration.Make
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue