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
|
||||
|
||||
## Tag version of binaries with build info wrt.
|
||||
|
@ -42,7 +42,7 @@ endif
|
|||
|
||||
INSTPREFIX = /usr/local
|
||||
|
||||
all: common client server #seccheck
|
||||
all: common client server
|
||||
|
||||
clean:
|
||||
@echo "Make: $(MAKE)"
|
||||
|
@ -78,10 +78,6 @@ else
|
|||
$(MAKE) BUILDOPTS=$(BUILDOPTS) -C xsd
|
||||
endif
|
||||
|
||||
#seccheck:
|
||||
# grep -r "logPlainText.*true" .
|
||||
# if [ $$? -eq 0 ]; then echo "WARNING plaintext debug is enabled"; exit 1; fi
|
||||
|
||||
vis:
|
||||
@which go-callvis >/dev/null 2>&1; \
|
||||
stat=$$?; if [ $$stat -ne "0" ]; then \
|
||||
|
|
Loading…
Reference in New Issue