view build.sh @ 34:4a9038aae35b

more WS
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Thu, 17 Dec 2020 13:56:16 +0100 (2020-12-17)
parents d76d0651512f
children
line wrap: on
line source
#!/bin/bash

set -e -x

export PERL5LIB=$PWD/MonetDB-CLI-MapiPP:$PWD/MonetDB-CLI:$PWD

for i in DBD MonetDB-CLI/MonetDB MonetDB-CLI-MapiPP/MonetDB/CLI
do
	(
		cd $i
		perl Makefile.PL
		make
	)
done