mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
Merge branch 'v2docs' of https://github.com/vishaps/voc into v2docs
This commit is contained in:
commit
35c3921be4
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:
|
FORCE:
|
||||||
|
|
||||||
configuration: FORCE
|
configuration: FORCE
|
||||||
@$(CC) -I src/system -o a.o src/tools/make/configure.c
|
@$(CC) -I src/system -o a.o src/tools/make/configure.c
|
||||||
@./a.o
|
@./a.o
|
||||||
@rm a.o
|
@rm a.o
|
||||||
|
@echo BRANCH=$$(git rev-parse --abbrev-ref HEAD)>>Configuration.Make
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -363,7 +363,7 @@ library: v4 ooc2 ooc ulm pow32 misc s3 librarybinary
|
||||||
|
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
@cd $(BUILDDIR) && sh $(ROOTDIR)/src/tools/make/checksumtest.sh $(ROOTDIR)/$(BUILDDIR).md5
|
@cd $(BUILDDIR) && sh $(ROOTDIR)/src/tools/make/checksumtest.sh $(ROOTDIR)/$(BUILDDIR).$(BRANCH).md5
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue