got rid of submodules, because anonymous downloads of submodules is not

allowed via ssh.
This commit is contained in:
Norayr Chilingarian 2022-02-23 02:02:23 +04:00
parent f904807696
commit 3fed58c9e0
6 changed files with 9 additions and 20 deletions

View file

@ -7,9 +7,11 @@ BLD := $(mkfile_dir_path)/build
VOC = voc
VERSION_FILE = ./VersionFile.json
BLD = build
DPS = dps
VIPACK = vipack
all:
all: fetch_deps
#git submodule init
#git submodule update
mkdir -p $(build_dir_path)
@ -39,6 +41,12 @@ all:
../src/vpkInstaller.Mod \
../src/vipack.Mod -m
fetch_deps:
cd $(DPS) && git clone https://github.com/norayr/Internet
cd $(DPS) && git clone https://github.com/norayr/lists
cd $(DPS) && git clone https://github.com/norayr/opts
cd $(DPS) && git clone https://github.com/norayr/time
tests:
mkdir -p $(BLD)
cd $(BLD) && $(VOC) -s ../src/unix/vpkFiles.Mod ../tst/testFiles.Mod -m