changed assumed full path of voc to just voc.

https://github.com/vishapoberon/vipack/issues/3
This commit is contained in:
Norayr Chilingarian 2024-10-02 00:40:31 +04:00
parent 7278ee3f52
commit 0302a1da2b
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
DEPEND = github.com/norayr/strutils github.com/norayr/base64 github.com/norayr/dbg github.com/norayr/Internet github.com/norayr/http github.com/norayr/mbedtls github.com/norayr/lists github.com/norayr/opts github.com/norayr/skprLogger codeberg.org/sts-q/vishaps-ssqJson DEPEND = github.com/norayr/strutils github.com/norayr/base64 github.com/norayr/dbg github.com/norayr/Internet github.com/norayr/http github.com/norayr/mbedtls github.com/norayr/lists github.com/norayr/opts github.com/norayr/skprLogger codeberg.org/sts-q/vishaps-ssqJson
VOC = /opt/voc/bin/voc VOC = voc
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
mkfile_dir_path := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) mkfile_dir_path := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
$(info $$mkfile_path is [${mkfile_path}]) $(info $$mkfile_path is [${mkfile_path}])

View file

@ -1,7 +1,7 @@
.POSIX: .POSIX:
DEPEND = github.com/norayr/lists github.com/norayr/Internet github.com/norayr/opts github.com/norayr/skprLogger github.com/norayr/skprJson DEPEND = github.com/norayr/lists github.com/norayr/Internet github.com/norayr/opts github.com/norayr/skprLogger github.com/norayr/skprJson
VOC = /opt/voc/bin/voc VOC = voc
#mkfile_path = $(abspath $(lastword $(MAKEFILE_LIST))) #mkfile_path = $(abspath $(lastword $(MAKEFILE_LIST)))
#mkfile_dir_path = $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) #mkfile_dir_path = $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
#mkfile_path = $(abspath $(lastword $(MAKEFILE_LIST))) #mkfile_path = $(abspath $(lastword $(MAKEFILE_LIST)))