mirror of https://gogs.blitter.com/RLabs/xs
Bump version to v0.9.0
This commit is contained in:
parent
c23edc6874
commit
4e8e064c74
8
Makefile
8
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION := 0.9.0pre
|
VERSION := 0.9.0
|
||||||
.PHONY: lint vis clean common client server passwd subpkgs install uninstall reinstall
|
.PHONY: lint vis clean common client server passwd subpkgs install uninstall reinstall
|
||||||
|
|
||||||
## Tag version of binaries with build info wrt.
|
## Tag version of binaries with build info wrt.
|
||||||
|
@ -42,7 +42,7 @@ endif
|
||||||
|
|
||||||
INSTPREFIX = /usr/local
|
INSTPREFIX = /usr/local
|
||||||
|
|
||||||
all: common client server #seccheck
|
all: common client server
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@echo "Make: $(MAKE)"
|
@echo "Make: $(MAKE)"
|
||||||
|
@ -78,10 +78,6 @@ else
|
||||||
$(MAKE) BUILDOPTS=$(BUILDOPTS) -C xsd
|
$(MAKE) BUILDOPTS=$(BUILDOPTS) -C xsd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#seccheck:
|
|
||||||
# grep -r "logPlainText.*true" .
|
|
||||||
# if [ $$? -eq 0 ]; then echo "WARNING plaintext debug is enabled"; exit 1; fi
|
|
||||||
|
|
||||||
vis:
|
vis:
|
||||||
@which go-callvis >/dev/null 2>&1; \
|
@which go-callvis >/dev/null 2>&1; \
|
||||||
stat=$$?; if [ $$stat -ne "0" ]; then \
|
stat=$$?; if [ $$stat -ne "0" ]; then \
|
||||||
|
|
Loading…
Reference in New Issue